mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 22:27:16 +00: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: 9260c60612048ccbb78b419f71328d4f91f1f83c) Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
e27fd333df
commit
69490b4280
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user