From: Nitin A Kamble <[email protected]>
The kernel modules for x32 target are 64bit, but the QA_check was expecting them to be 32bit. The QA_check is fixed in this commit to avoid false errors. Thanks, Nitin The following changes since commit 83b3e3e8e34a2512bcb1fe298715ece58c83dca3: package_manager.py: RpmPM: don't add smart channel if already added (2014-03-03 15:05:32 -0800) are available in the git repository at: git://git.yoctoproject.org/poky-contrib nitin/fix1 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=nitin/fix1 Nitin A Kamble (1): QA_check: special case kernel modules for x32 targets meta/classes/insane.bbclass | 4 ++-- meta/classes/module.bbclass | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) -- 1.8.1.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
