Hi,
I have been working on T1040 RDB and Yocto SDK 2.0 is being used on the board.I need to enable "Monit daemon".Please suggest how to enable it.
Thanks in advance
1. Please put the attached monit_5.20.0.bb in sources/meta-cgl/meta-cgl-common/recipes-cgl/monit/ folder.
2. Please add "meta-cgl/meta-cgl-common" in BBLAYERS, please open build_t1040d4rdb/conf/bblayers.conf, add "meta-cgl/meta-cgl-common" in BBLAYERS.
For example, add the following line in BBLAYERS variable.
/home/jenkins/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-cgl/meta-cgl-common \
3. Please add "monit" in variable IMAGE_INSTALL_append in sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb.
Then run "bitbake fsl-image-core"