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>
This commit is contained in:
Nitin A Kamble 2011-07-26 02:19:41 -07:00 committed by Richard Purdie
parent 23c16e22e7
commit 153ae95c9b
1 changed files with 3 additions and 0 deletions

View 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),
},
}