mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
initramfs-live-install: Add aarch64 arch to COMPATIBLE_HOST.
So that we can use this on aarch64 with HiKey board. (From OE-Core rev: d78a3cd2a76b381b0395d99201f670c94fb594c7) Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4d7d6cf65c
commit
118620b66b
@@ -21,4 +21,4 @@ INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
FILES_${PN} = " /install-efi.sh "
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
COMPATIBLE_HOST = "(i.86.*|x86_64.*|aarch64.*)-linux"
|
||||
|
||||
@@ -21,4 +21,4 @@ INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
FILES_${PN} = " /install.sh "
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
COMPATIBLE_HOST = "(i.86.*|x86_64.*|aarch64.*)-linux"
|
||||
|
||||
Reference in New Issue
Block a user