1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

insane: Support aarch64 on musl

musl 1.1.8 supports aarch64

Change-Id: Ie8d39a29dcb7a41c8d59d2a00528b6add8a7655c
(From OE-Core rev: e0fdcfe888236abf5751645e9b5cabcc834354fa)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2015-05-06 00:04:56 -07:00
committed by Richard Purdie
parent 2a743d65f4
commit 0ea0f6d04a
+2
View File
@@ -106,6 +106,8 @@ def package_qa_get_machine_dict():
}, },
"linux-musl" : { "linux-musl" : {
"aarch64" : (183, 0, 0, True, 64),
"aarch64_be" :(183, 0, 0, False, 64),
"arm" : ( 40, 97, 0, True, 32), "arm" : ( 40, 97, 0, True, 32),
"armeb": ( 40, 97, 0, False, 32), "armeb": ( 40, 97, 0, False, 32),
"powerpc": ( 20, 0, 0, False, 32), "powerpc": ( 20, 0, 0, False, 32),