summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/image_types.bbclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index f643ed3ce7..960dab1a60 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -264,8 +264,6 @@ IMAGE_TYPES = " \
264 ext3 ext3.gz \ 264 ext3 ext3.gz \
265 ext4 ext4.gz \ 265 ext4 ext4.gz \
266 btrfs \ 266 btrfs \
267 iso \
268 hddimg \
269 squashfs squashfs-xz squashfs-lzo squashfs-lz4 squashfs-zst \ 267 squashfs squashfs-xz squashfs-lzo squashfs-lz4 squashfs-zst \
270 ubi ubifs multiubi \ 268 ubi ubifs multiubi \
271 tar tar.gz tar.bz2 tar.xz tar.lz4 tar.zst \ 269 tar tar.gz tar.bz2 tar.xz tar.lz4 tar.zst \
@@ -275,6 +273,9 @@ IMAGE_TYPES = " \
275 f2fs \ 273 f2fs \
276 erofs erofs-lz4 erofs-lz4hc \ 274 erofs erofs-lz4 erofs-lz4hc \
277" 275"
276# These image types are x86 specific as they need syslinux
277IMAGE_TYPES:append:x86 = " hddimg iso"
278IMAGE_TYPES:append:x86-64 = " hddimg iso"
278 279
279# Compression is a special case of conversion. The old variable 280# Compression is a special case of conversion. The old variable
280# names are still supported for backward-compatibility. When defining 281# names are still supported for backward-compatibility. When defining