[OE-core] [PATCH 2/4] insane.bbclass: Add MicroBlaze big endian target info
Nathan Rossi
nathan.rossi at xilinx.com
Tue May 5 04:27:54 UTC 2015
* Add the target info for the 'microblazeeb' target which matches the
default MicroBlaze target info
Signed-off-by: Nathan Rossi <nathan.rossi at xilinx.com>
---
meta/classes/insane.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 56ee37d..ab4bd78 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -85,6 +85,7 @@ def package_qa_get_machine_dict():
"sh4": (42, 0, 0, True, 32),
"sparc": ( 2, 0, 0, False, 32),
"microblaze": (189, 0, 0, False, 32),
+ "microblazeeb":(189, 0, 0, False, 32),
"microblazeel":(189, 0, 0, True, 32),
},
"linux-uclibc" : {
--
1.7.10.4
More information about the Openembedded-core
mailing list