Skip to content

Commit

Permalink
base: lmp: keep IMAGE_NAME_SUFFIX clean
Browse files Browse the repository at this point in the history
The default value in scarthgap of IMAGE_NAME_SUFFIX is '.rootfs'.
This will have several impacts on our CI so we will revert back
for the previous/lmp defaulf value.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Feb 12, 2025
1 parent d8c0879 commit aea4894
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-lmp-base/conf/distro/include/lmp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ IMAGE_FSTYPES += "wic wic.gz wic.bmap"
IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'ota-ext4.gz', ' ', d)}"
IMAGE_FSTYPES:remove = "tar.gz tar.xz tar.bz2 wic.xz wic.bz2"

# Default image suffix name
IMAGE_NAME_SUFFIX = ""

# No Ostree tarball by default (prefer ota instead)
BUILD_OSTREE_TARBALL ?= "0"

Expand Down

0 comments on commit aea4894

Please sign in to comment.