diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-05-05 14:27:55 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-05 22:15:17 +0100 |
commit | 51985eb1ec398b5dd2774883a2ba3ba8fc1dbfec (patch) | |
tree | 092cd60dfefeb2d06cefd87e69adc98faba46958 /meta/classes | |
parent | 8473de969ff08553f8ee36835a69ac2b611ece09 (diff) | |
download | poky-51985eb1ec398b5dd2774883a2ba3ba8fc1dbfec.tar.gz |
siteinfo.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: 3e5f4998869d9e01e040a64657315e21167e8355)
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/siteinfo.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index b694a170b9..9f6eac4e1e 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -31,6 +31,7 @@ def siteinfo_data(d): | |||
31 | "i686": "endian-little bit-32 ix86-common", | 31 | "i686": "endian-little bit-32 ix86-common", |
32 | "ia64": "endian-little bit-64", | 32 | "ia64": "endian-little bit-64", |
33 | "microblaze": "endian-big bit-32 microblaze-common", | 33 | "microblaze": "endian-big bit-32 microblaze-common", |
34 | "microblazeeb": "endian-big bit-32 microblaze-common", | ||
34 | "microblazeel": "endian-little bit-32 microblaze-common", | 35 | "microblazeel": "endian-little bit-32 microblaze-common", |
35 | "mips": "endian-big bit-32 mips-common", | 36 | "mips": "endian-big bit-32 mips-common", |
36 | "mips64": "endian-big bit-64 mips-common", | 37 | "mips64": "endian-big bit-64 mips-common", |