I want to insert rc.local to my wandboard. The rc.local is placed at meta-fsl-demos/recipes-fsl/fsl-rc-local layer and in the .bb file INITSCRIPTNAME is "rc.local" So I applied rc.local to CORE_IMAGE_INSTALL_..... += "rc.local" But i faced with problem like
ERROR: Nothing RPROVIDES "rc.local" ........ ERROR: Required build target 'core-image-base' has no buildable providers.
Is there any way to append this features to my image in yocto to my Wandboard or Can we provide rc.local features to core-image-base ?
Thanks
Best Regards Must_ba
You have use like below to add recipe for packing it.
CORE_IMAGE_INSTALL_..... += "fsl-rc-local"