From: Jonathan Richardson Date: Mon, 25 Jan 2021 22:58:04 +0000 (-0800) Subject: core-image-tiny-initramfs: Add compatiblity for aarch64 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8968 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ff15e05755bec9207099b326a3a78aa3bf2b3b1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-tiny-initramfs: Add compatiblity for aarch64 Update the host compatibility to include aarch64. Signed-off-by: Jonathan Richardson Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb index 58499007424..47470849edf 100644 --- a/meta/recipes-core/images/core-image-tiny-initramfs.bb +++ b/meta/recipes-core/images/core-image-tiny-initramfs.bb @@ -27,7 +27,7 @@ IMAGE_ROOTFS_SIZE = "8192" IMAGE_ROOTFS_EXTRA_SPACE = "0" # Use the same restriction as initramfs-live-install -COMPATIBLE_HOST = "(i.86|x86_64).*-linux" +COMPATIBLE_HOST = "(i.86|x86_64|aarch64).*-linux" python tinyinitrd () { # Modify our init file so the user knows we drop to shell prompt on purpose