diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/images/core-image-tiny-initramfs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb index 5849900742..47470849ed 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" | |||
27 | IMAGE_ROOTFS_EXTRA_SPACE = "0" | 27 | IMAGE_ROOTFS_EXTRA_SPACE = "0" |
28 | 28 | ||
29 | # Use the same restriction as initramfs-live-install | 29 | # Use the same restriction as initramfs-live-install |
30 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 30 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64).*-linux" |
31 | 31 | ||
32 | python tinyinitrd () { | 32 | python tinyinitrd () { |
33 | # Modify our init file so the user knows we drop to shell prompt on purpose | 33 | # Modify our init file so the user knows we drop to shell prompt on purpose |