Skip to content

Commit e5064c4

Browse files
committed
image_browsers: Update IMAGE_FSTYPES configuration
- Replaced `IMAGE_FSTYPES:append` with a direct assignment to `IMAGE_FSTYPES` to include "wic.bmap wic.gz tar.gz". - Ensures consistency and explicit definition of image formats for the build process. Change-type: minor
1 parent 94e9368 commit e5064c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/image_browsers.bbclass

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GLIBC_GENERATE_LOCALES = "en_US.UTF-8 es_ES.UTF-8"
1111
# IMAGE_OVERHEAD_FACTOR = "1.5"
1212
# IMAGE_ROOTFS_EXTRA_SPACE = "2097152"
1313

14-
IMAGE_FSTYPES:append = " tar.gz"
14+
IMAGE_FSTYPES = "wic.bmap wic.bz2 tar.gz"
1515

1616
EXTRA_USERS_PARAMS += "usermod -a -G systemd-journal bot; usermod -a -G systemd-journal weston;"
1717

0 commit comments

Comments
 (0)