summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/siteinfo.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
index dccf122b12..4698e6e474 100644
--- a/meta/classes/siteinfo.bbclass
+++ b/meta/classes/siteinfo.bbclass
@@ -32,6 +32,7 @@ def siteinfo_data(d):
32 "i586": "endian-little bit-32 ix86-common", 32 "i586": "endian-little bit-32 ix86-common",
33 "i686": "endian-little bit-32 ix86-common", 33 "i686": "endian-little bit-32 ix86-common",
34 "ia64": "endian-little bit-64", 34 "ia64": "endian-little bit-64",
35 "lm32": "endian-big bit-32",
35 "microblaze": "endian-big bit-32 microblaze-common", 36 "microblaze": "endian-big bit-32 microblaze-common",
36 "microblazeeb": "endian-big bit-32 microblaze-common", 37 "microblazeeb": "endian-big bit-32 microblaze-common",
37 "microblazeel": "endian-little bit-32 microblaze-common", 38 "microblazeel": "endian-little bit-32 microblaze-common",