]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-tiny-initramfs: Mark recipe as 32 bit ARM compatible
authorAlejandro Hernandez Samaniego <alhe@linux.microsoft.com>
Sat, 22 Jan 2022 22:31:36 +0000 (15:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Jan 2022 06:25:33 +0000 (06:25 +0000)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/images/core-image-tiny-initramfs.bb

index 47470849edfe04ef03e80ca7907c48fbf6b535b4..a1883de0ebe53a86bf8993a9e66f70d10a229660 100644 (file)
@@ -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