Adding rc.local in image for ls1012afrdm (QorIQ-SDK-V2.0-20160527-yocto)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding rc.local in image for ls1012afrdm (QorIQ-SDK-V2.0-20160527-yocto)

798 Views
minalnemade
Contributor II

Hi,

I want to add rc.local package in ls1012aFrdm board. So I tried CORE_IMAGE_EXTRA_INSTALL += "fsl-rc-local" in conf/local.conf file. But I faced with problem, I am not getting fsl-rc-local.bb in the image downloaded and also below error message

$ bitbake fsl-image-core
Loading cache: 100% |###########################################################################################################| ETA:  00:00:00
Loaded 3438 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'fsl-rc-local' (but /home/nntechsol/source/yacto/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'fsl-rc-local' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['fsl-rc-local']
ERROR: Required build target 'fsl-image-core' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-core', 'fsl-rc-local']

So please suggest how to append this features to image for ls1012afrdm.

Thansk

Best Regards

Minal

0 Kudos
1 Reply

581 Views
Pavel
NXP Employee
NXP Employee

Look at the following pages about adding new package:

https://www.wolfssl.com/docs/yocto-openembedded-recipe-guide/

 

http://variwiki.com/index.php?title=Adding_yocto_packages

 

https://community.nxp.com/docs/DOC-94967


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos