mirror of
https://git.yoctoproject.org/poky
synced 2026-03-26 13:02:22 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e7ffa406dc
commit
d2abfff682
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user