On Tue, 2017-01-24 at 15:59 +0000, Andrew Goodbody wrote: > Further to this I see the following message in > log.do_prepare_recipe_sysroot.20511 > > WARNING: Manifest /home/andrew/src/camol3/camol/build/tmp-camol- > glibc/sstate-control/manifest-allarch-linux-libc- > headers.populate_sysroot not found? > > Which is quite correct as that file does not exist, however the > following file does exist > > /home/andrew/src/camol3/camol/build/tmp-camol-glibc/sstate- > control/manifest-armv7at2hf-neon-linux-libc-headers.populate_sysroot > > So it looks like linux-libc-headers is not being installed in the > recipe sysroot because it is looking for the manifest with the wrong > arch. > > Anyone know what could be going wrong here?
Short answer is yes. Your configuration is mixing different tune/package architectures and is confusing recipe specific sysroots (armv7ahf-neon != armv7at2hf- neon), looks like thumb and non-thumb. I believe I have a patch which I'll send shortly as I've been chasing this in other circumstances. Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
