diff options
-rw-r--r-- | meta-oe/classes/siteinfo.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/classes/siteinfo.bbclass b/meta-oe/classes/siteinfo.bbclass index f1db91319..a081a5fcb 100644 --- a/meta-oe/classes/siteinfo.bbclass +++ b/meta-oe/classes/siteinfo.bbclass | |||
@@ -106,6 +106,7 @@ def get_siteinfo_list(d): | |||
106 | target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1) | 106 | target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1) |
107 | 107 | ||
108 | targetinfo = {\ | 108 | targetinfo = {\ |
109 | "allarch-linux": "",\ | ||
109 | "armeb-linux": "endian-big bit-32 common-glibc arm-common",\ | 110 | "armeb-linux": "endian-big bit-32 common-glibc arm-common",\ |
110 | "armeb-linux-gnueabi": "endian-big bit-32 common-glibc arm-common armeb-linux",\ | 111 | "armeb-linux-gnueabi": "endian-big bit-32 common-glibc arm-common armeb-linux",\ |
111 | "armeb-linux-uclibc": "endian-big bit-32 common-uclibc arm-common",\ | 112 | "armeb-linux-uclibc": "endian-big bit-32 common-uclibc arm-common",\ |