]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: add entries for linux-gnux32
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 26 Jul 2011 09:19:41 +0000 (02:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Aug 2011 17:04:52 +0000 (18:04 +0100)
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.kamble@intel.com>
meta/classes/insane.bbclass

index 5fb0d98bafdf55e3b28ac0316743d25c58fca82b..0267fadc0394cb9258d4bd3bc33632835f66ee46 100644 (file)
@@ -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),
+                      },
        }