From: Nathan Rossi Date: Tue, 5 May 2015 04:27:54 +0000 (+1000) Subject: insane.bbclass: Add MicroBlaze big endian target info X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8473de969ff08553f8ee36835a69ac2b611ece09;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane.bbclass: Add MicroBlaze big endian target info * Add the target info for the 'microblazeeb' target which matches the default MicroBlaze target info (From OE-Core rev: 9c02b5af28f43b0b8ac825dffdbfa49a71c63132) Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 56ee37dfd04..ab4bd786c29 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" : {