Skip to content

Commit

Permalink
image_browsers: Update IMAGE_FSTYPES configuration
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
psaavedra committed Dec 18, 2024
1 parent 94e9368 commit e5064c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/image_browsers.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GLIBC_GENERATE_LOCALES = "en_US.UTF-8 es_ES.UTF-8"
# IMAGE_OVERHEAD_FACTOR = "1.5"
# IMAGE_ROOTFS_EXTRA_SPACE = "2097152"

IMAGE_FSTYPES:append = " tar.gz"
IMAGE_FSTYPES = "wic.bmap wic.bz2 tar.gz"

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

Expand Down

0 comments on commit e5064c4

Please sign in to comment.