diff options
author | Kyle Farnsworth <kyle@farnsworthtech.com> | 2013-02-27 12:20:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-01 12:53:45 +0000 |
commit | 6e569c1aa66b2496b18d33803a18b99508152064 (patch) | |
tree | 86780994b56e76650628d571a4f9769a5f1a0d9b /meta/classes/insane.bbclass | |
parent | 04607b0cd496837f10ef78cf43597ec1d2e13f2e (diff) | |
download | openembedded-core-6e569c1aa66b2496b18d33803a18b99508152064.tar.gz openembedded-core-6e569c1aa66b2496b18d33803a18b99508152064.tar.bz2 openembedded-core-6e569c1aa66b2496b18d33803a18b99508152064.zip |
insane.bbclass: Merge linux-gnu entries in machine dictionary and add sh4 machine.
Signed-off-by: Kyle Farnsworth <kyle@farnsworthtech.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 3eff4df420..bd6f1204ab 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -89,9 +89,6 @@ def package_qa_get_machine_dict(): "arm" : (40, 0, 0, True, 32), "armeb" : (40, 0, 0, False, 32), }, - "linux-gnu" : { - "powerpc": (20, 0, 0, False, 32), - }, "linux-gnuspe" : { "powerpc": (20, 0, 0, False, 32), }, @@ -99,8 +96,10 @@ def package_qa_get_machine_dict(): "powerpc": (20, 0, 0, False, 32), }, "linux-gnu" : { + "powerpc": (20, 0, 0, False, 32), "microblaze": (47787, 0, 0, False, 32), "microblazeel": (47787, 0, 0, True, 32), + "sh4": (42, 0, 0, True, 32), }, "linux-gnux32" : { "x86_64": (62, 0, 0, True, 32), |