diff options
author | Jonathan Richardson <jonathan.richardson@broadcom.com> | 2021-01-25 14:58:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-27 10:17:45 +0000 |
commit | 6bc8f8ac0f362e2e4eac8fcafcca78d9ca93d37d (patch) | |
tree | da6519a4ae6e26fc2eeca280c655be2d217617d3 /meta/recipes-core/images | |
parent | 1b4801d13b13cc78abda1168ba22fca3d086a5ff (diff) | |
download | poky-6bc8f8ac0f362e2e4eac8fcafcca78d9ca93d37d.tar.gz |
core-image-tiny-initramfs: Add compatiblity for aarch64
Update the host compatibility to include aarch64.
(From OE-Core rev: 6ff15e05755bec9207099b326a3a78aa3bf2b3b1)
Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/images')
-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 |