mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
image_types: hddimg and iso only work on x86
These image types use syslinux which is only available on x86, so only add them to IMAGE_TYPES on x86. (From OE-Core rev: 2ea047a026dd61a8e0a24c6bbe278849485a2c27) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3087e2f2e6
commit
c580bc6008
@@ -264,8 +264,6 @@ IMAGE_TYPES = " \
|
||||
ext3 ext3.gz \
|
||||
ext4 ext4.gz \
|
||||
btrfs \
|
||||
iso \
|
||||
hddimg \
|
||||
squashfs squashfs-xz squashfs-lzo squashfs-lz4 squashfs-zst \
|
||||
ubi ubifs multiubi \
|
||||
tar tar.gz tar.bz2 tar.xz tar.lz4 tar.zst \
|
||||
@@ -275,6 +273,9 @@ IMAGE_TYPES = " \
|
||||
f2fs \
|
||||
erofs erofs-lz4 erofs-lz4hc \
|
||||
"
|
||||
# These image types are x86 specific as they need syslinux
|
||||
IMAGE_TYPES:append:x86 = " hddimg iso"
|
||||
IMAGE_TYPES:append:x86-64 = " hddimg iso"
|
||||
|
||||
# Compression is a special case of conversion. The old variable
|
||||
# names are still supported for backward-compatibility. When defining
|
||||
|
||||
Reference in New Issue
Block a user