From: Nathan Rossi Date: Tue, 5 May 2015 04:27:54 +0000 (+1000) Subject: insane.bbclass: Add MicroBlaze big endian target info X-Git-Tag: 2015-10~1946 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9c02b5af28f43b0b8ac825dffdbfa49a71c63132;p=openembedded-core.git insane.bbclass: Add MicroBlaze big endian target info * Add the target info for the 'microblazeeb' target which matches the default MicroBlaze target info Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 56ee37dfd0..ab4bd786c2 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" : {