From: Nitin A Kamble <nitin.a.kam...@intel.com> For x86_64 new ABI : x32, there is a new name for the TARGET_OS: linux-gnux32
Signed-off-by: Nitin A Kamble <nitin.a.kam...@intel.com> --- meta/classes/insane.bbclass | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 5fb0d98..0267fad 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -90,6 +90,9 @@ def package_qa_get_machine_dict(): "microblaze": (47787, 0, 0, False, 32), "microblazeel": (47787, 0, 0, True, 32), }, + "linux-gnux32" : { + "x86_64": (62, 0, 0, True, 32), + }, } -- 1.7.6 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core