diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-18 23:54:37 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-02 10:04:54 +0200 |
commit | c80829768eb19fc751aefb5720016738af8e14f0 (patch) | |
tree | 5f4c727c44da6fa0d04e23074ef9fd5e66f24bad /meta-oe | |
parent | 7da05acc4665dcfcd008e6ce698169b8e9503b33 (diff) | |
download | meta-openembedded-c80829768eb19fc751aefb5720016738af8e14f0.tar.gz |
siteinfo: add allarch-linux target
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-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",\ |