Skip to content

Commit

Permalink
balena-os.inc: Remove image name suffix
Browse files Browse the repository at this point in the history
Due to https://docs.yoctoproject.org/dev/migration-guides/migration-4.3.html#output-file-naming-changes
we need to clear IMAGE_NAME_SUFFIX so that we keep the same image name as before.

Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion committed Dec 17, 2024
1 parent 40126e4 commit e443347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ INITRAMFS_IMAGE = "balena-image-initramfs"
INITRAMFS_IMAGE_BUNDLE = "1"
KERNEL_INITRAMFS = "-initramfs"
INITRAMFS_TASK = ""
IMAGE_NAME_SUFFIX = ""

# resinOS defaults to ipk packages
PACKAGE_CLASSES ?= "package_ipk"
Expand Down

0 comments on commit e443347

Please sign in to comment.