mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
siteinfo: add allarch-linux target
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -106,6 +106,7 @@ def get_siteinfo_list(d):
|
||||
target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1)
|
||||
|
||||
targetinfo = {\
|
||||
"allarch-linux": "",\
|
||||
"armeb-linux": "endian-big bit-32 common-glibc arm-common",\
|
||||
"armeb-linux-gnueabi": "endian-big bit-32 common-glibc arm-common armeb-linux",\
|
||||
"armeb-linux-uclibc": "endian-big bit-32 common-uclibc arm-common",\
|
||||
|
||||
Reference in New Issue
Block a user