From: Alejandro Hernandez Samaniego Date: Sat, 22 Jan 2022 22:31:36 +0000 (-0700) Subject: core-image-tiny-initramfs: Mark recipe as 32 bit ARM compatible X-Git-Tag: uninative-3.5~161 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=68bf897e54d81ea7264f48f960b8435fc6bf7815;p=openembedded-core.git core-image-tiny-initramfs: Mark recipe as 32 bit ARM compatible Signed-off-by: Alejandro Enedino Hernandez Samaniego 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 47470849ed..a1883de0eb 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|aarch64).*-linux" +COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm).*-linux" python tinyinitrd () { # Modify our init file so the user knows we drop to shell prompt on purpose