summaryrefslogtreecommitdiffstats
path: root/meta/classes/insane.bbclass
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-07-26 02:19:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-09 15:17:57 +0100
commit153ae95c9bb43cff186a1f7f956958deb28550b8 (patch)
treef860e9a14fd21fb42ef6ac07ec607626b7176473 /meta/classes/insane.bbclass
parent23c16e22e7d3d3e50201c0283eb7bb3ee96b3b5c (diff)
downloadpoky-153ae95c9bb43cff186a1f7f956958deb28550b8.tar.gz
insane.bbclass: add entries for linux-gnux32
For x86_64 new ABI : x32, there is a new name for the TARGET_OS: linux-gnux32 (From OE-Core rev: 9dd0a7bf64ca2ca3613ab45dc779e9dcc1592342) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r--meta/classes/insane.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 5fb0d98baf..0267fadc03 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -90,6 +90,9 @@ def package_qa_get_machine_dict():
90 "microblaze": (47787, 0, 0, False, 32), 90 "microblaze": (47787, 0, 0, False, 32),
91 "microblazeel": (47787, 0, 0, True, 32), 91 "microblazeel": (47787, 0, 0, True, 32),
92 }, 92 },
93 "linux-gnux32" : {
94 "x86_64": (62, 0, 0, True, 32),
95 },
93 } 96 }
94 97
95 98