Hi,
I am trying to add fmc (Frame Manager Configuration tool) into my Windriver Linux image built for ls1043a. The recipe file already exists at QorIQ layer (WindRiver/layers/meta-freescale/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb). I add following line to my image bbappend file:
PACKAGE_INSTALL:append = " fmc"
Then I am getting following compile error:
---------------------------------------
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'lib32-fmc' (but virtual:multilib:lib32: bitbake_build/../src/meta/meta-core/recipes-image/images/image-rescue.bb RDEPENDS on or otherwise requires it)
lib32-fmc was skipped: You are about to enable third-party components, there is additional third-part licensing involved, and you might need to consult with your legal department.
NOTE: Runtime target 'lib32-fmc' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['lib32-fmc']
ERROR: Required build target 'csrp' has no buildable providers.
Missing or unbuildable dependency chain was: ['csrp', 'lib32-image-rescue', 'lib32-fmc']
Summary: There were 2 ERROR messages, returning a non-zero exit code.
-----------------------------------------------------------------------
My question would be:
1) is this caused by improper bb file or bbapend file? or is it caused by not enabling the 3rd-party component (fmc)?
2) How do I fix it in either way?
I have spent couple of days on this, tried lot of things, but none works. Any hint of pointing of direction will be deeply appreciated.