diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-05-05 14:27:54 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-05 22:15:17 +0100 |
commit | 8473de969ff08553f8ee36835a69ac2b611ece09 (patch) | |
tree | d41bca62a3a98cc4e15c3665678852bb7dbed68a /meta | |
parent | 55c96db25988d1c0f459dd17048b1d1daab635c0 (diff) | |
download | poky-8473de969ff08553f8ee36835a69ac2b611ece09.tar.gz |
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 <nathan.rossi@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/insane.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
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(): | |||
85 | "sh4": (42, 0, 0, True, 32), | 85 | "sh4": (42, 0, 0, True, 32), |
86 | "sparc": ( 2, 0, 0, False, 32), | 86 | "sparc": ( 2, 0, 0, False, 32), |
87 | "microblaze": (189, 0, 0, False, 32), | 87 | "microblaze": (189, 0, 0, False, 32), |
88 | "microblazeeb":(189, 0, 0, False, 32), | ||
88 | "microblazeel":(189, 0, 0, True, 32), | 89 | "microblazeel":(189, 0, 0, True, 32), |
89 | }, | 90 | }, |
90 | "linux-uclibc" : { | 91 | "linux-uclibc" : { |