diff options
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", |