diff options
author | Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> | 2022-01-22 15:31:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-26 06:27:00 +0000 |
commit | d2abfff682dce174c19fe2cce64ab9461790889e (patch) | |
tree | 5f13de01b866b0f624839240ca652a7eea5634bc | |
parent | e7ffa406dcaefd168b1641fee2f19ca3df850d53 (diff) | |
download | poky-d2abfff682dce174c19fe2cce64ab9461790889e.tar.gz |
core-image-tiny-initramfs: Mark recipe as 32 bit ARM compatible
(From OE-Core rev: 68bf897e54d81ea7264f48f960b8435fc6bf7815)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 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" | |||
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|aarch64).*-linux" | 30 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm).*-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 |