* [PATCH] Merge linux-gnu entries in machine dictionary and add sh4 machine.
@ 2013-02-27 18:20 Kyle Farnsworth
0 siblings, 0 replies; only message in thread
From: Kyle Farnsworth @ 2013-02-27 18:20 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Kyle Farnsworth <kyle@farnsworthtech.com>
---
meta/classes/insane.bbclass | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index f52fcea..e1827be 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),
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-27 18:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-27 18:20 [PATCH] Merge linux-gnu entries in machine dictionary and add sh4 machine Kyle Farnsworth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox