mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
siteinfo: replace all-linux with allarch-linux to match 5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2
(From OE-Core rev: 1e6f0551381c1383f796d5a1b4507c0bb64b432d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
484c4e7324
commit
df6d696837
@@ -19,7 +19,7 @@ def get_siteinfo_list(d):
|
||||
target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1)
|
||||
|
||||
targetinfo = {\
|
||||
"all-linux": "",\
|
||||
"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