diff options
Diffstat (limited to 'meta/classes/siteinfo.bbclass')
-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 0b59e578fc..6c272a75bc 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -19,6 +19,7 @@ def get_siteinfo_list(d): | |||
19 | target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1) | 19 | target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1) |
20 | 20 | ||
21 | targetinfo = {\ | 21 | targetinfo = {\ |
22 | "all-linux": "",\ | ||
22 | "armeb-linux": "endian-big bit-32 common-glibc arm-common",\ | 23 | "armeb-linux": "endian-big bit-32 common-glibc arm-common",\ |
23 | "armeb-linux-gnueabi": "endian-big bit-32 common-glibc arm-common armeb-linux",\ | 24 | "armeb-linux-gnueabi": "endian-big bit-32 common-glibc arm-common armeb-linux",\ |
24 | "armeb-linux-uclibc": "endian-big bit-32 common-uclibc arm-common",\ | 25 | "armeb-linux-uclibc": "endian-big bit-32 common-uclibc arm-common",\ |