This repository packages the nodex agent as a Yocto layer.
- URI: git://git.openembedded.org/meta-openembedded
- branch: kirkstone
- URI: https://github.com/rust-embedded/meta-rust-bin.git
- branch: 456f04d635d6662426008eb6a508b631fd374639
- Move to your build directory.
- Execute the add-layer command against the dependencies and this repository.
- (If systemd is used) Append the following line to
conf/local.conf
.
IMAGE_INSTALL:append = " nodex nodexsystemd"
- (If SysVinit is used) Append the following line to
conf/local.conf
.
IMAGE_INSTALL:append = " nodex nodexsysvinit"
- 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.