]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Add MicroBlaze big endian target info
authorNathan Rossi <nathan.rossi@xilinx.com>
Tue, 5 May 2015 04:27:54 +0000 (14:27 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 May 2015 21:14:09 +0000 (22:14 +0100)
* Add the target info for the 'microblazeeb' target which matches the
  default MicroBlaze target info

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index 56ee37dfd04a48758c4505653f0a880756bce0d4..ab4bd786c2963588107336f6308715ec61bfc58d 100644 (file)
@@ -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" : {