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 13:03:27 +0000 |
commit | 22a5264311d4a525f8c721f9a83cef753a75a95d (patch) | |
tree | b40b5e425f7d769491813596074af2c2eef79135 /meta/classes | |
parent | c2fefcdc185e8e43ac4aa8c31d03ae70f113eeee (diff) | |
download | poky-22a5264311d4a525f8c721f9a83cef753a75a95d.tar.gz |
insane.bbclass: Merge linux-gnu entries in machine dictionary and add sh4 machine.
(From OE-Core rev: 6e569c1aa66b2496b18d33803a18b99508152064)
Signed-off-by: Kyle Farnsworth <kyle@farnsworthtech.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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(): | |||
89 | "arm" : (40, 0, 0, True, 32), | 89 | "arm" : (40, 0, 0, True, 32), |
90 | "armeb" : (40, 0, 0, False, 32), | 90 | "armeb" : (40, 0, 0, False, 32), |
91 | }, | 91 | }, |
92 | "linux-gnu" : { | ||
93 | "powerpc": (20, 0, 0, False, 32), | ||
94 | }, | ||
95 | "linux-gnuspe" : { | 92 | "linux-gnuspe" : { |
96 | "powerpc": (20, 0, 0, False, 32), | 93 | "powerpc": (20, 0, 0, False, 32), |
97 | }, | 94 | }, |
@@ -99,8 +96,10 @@ def package_qa_get_machine_dict(): | |||
99 | "powerpc": (20, 0, 0, False, 32), | 96 | "powerpc": (20, 0, 0, False, 32), |
100 | }, | 97 | }, |
101 | "linux-gnu" : { | 98 | "linux-gnu" : { |
99 | "powerpc": (20, 0, 0, False, 32), | ||
102 | "microblaze": (47787, 0, 0, False, 32), | 100 | "microblaze": (47787, 0, 0, False, 32), |
103 | "microblazeel": (47787, 0, 0, True, 32), | 101 | "microblazeel": (47787, 0, 0, True, 32), |
102 | "sh4": (42, 0, 0, True, 32), | ||
104 | }, | 103 | }, |
105 | "linux-gnux32" : { | 104 | "linux-gnux32" : { |
106 | "x86_64": (62, 0, 0, True, 32), | 105 | "x86_64": (62, 0, 0, True, 32), |