mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
insane.bbclass: add AArch64 support
(From OE-Core rev: 39d71c8c41276091688decb64d418e1e3637e2b6) Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
128c3903cd
commit
72188f5b8d
@@ -44,6 +44,7 @@ def package_qa_get_machine_dict():
|
||||
"arm" : (40, 0, 0, True, 32),
|
||||
},
|
||||
"linux" : {
|
||||
"aarch64" : (183, 0, 0, True, 64),
|
||||
"arm" : (40, 97, 0, True, 32),
|
||||
"armeb": (40, 97, 0, False, 32),
|
||||
"powerpc": (20, 0, 0, False, 32),
|
||||
|
||||
Reference in New Issue
Block a user