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:
Peter Griffin
2017-11-08 10:50:39 +00:00
committed by Richard Purdie
parent 4d7d6cf65c
commit 118620b66b
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"