Skip to content

nodecross/meta-nodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository packages the nodex agent as a Yocto layer.

Dependencies

How to use

  1. Move to your build directory.
  2. Execute the add-layer command against the dependencies and this repository.
  3. (If systemd is used) Append the following line to conf/local.conf.
IMAGE_INSTALL:append = " nodex nodexsystemd"
  1. (If SysVinit is used) Append the following line to conf/local.conf.
IMAGE_INSTALL:append = " nodex nodexsysvinit"
  1. Modify the contents of /path/to/meta-nodex/recipes-nodex/nodex/nodex/network.json to suit your environment.

Warning

SysVinit script is not production ready. When using SysVinit, the nodex init script does not output an error log.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published