[poky] fido: problems with arm926ejs DEFAULTTUNE
Bryan Evenson
bevenson at melinkcorp.com
Wed Nov 9 10:28:46 PST 2016
I am on poky/dizzy (version 1.7.3) and I am in the process of upgrading my build to fido (current HEAD). I am using the meta-atmel layer to build an image for an AT91SAM9G25 using the at91sam9x5ek machine. When I try to build my image using poky/fido, I get the following error:
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Error, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (arm926ejse).
In my distro configuration I set DEFAULTTUNE = "arm926ejs". If I remove this line, my image builds but the arch gets set as "armv5e". The change in arch would cause problems for firmware upgrades, as I don't think I'd be able to upgrade existing systems when the packages are built for a different arch.
I also noticed that the error message states TUNE_PKGARCH is set to "arm926ejse". I cannot find anywhere in any of the layers I am using where "arm926ejse" comes from. I can find "arm926ejs" and "arm926ejste" but not "arm92ejse".
Any thoughts as to what may be going wrong with my build?
Thanks,
Bryan
More information about the poky
mailing list