Skip to content

Commit 35565fa

Browse files
committed
iot2050-image-base: use Debian libubootenv-tool package
Debian Trixie already includes libubootenv-tool version 0.3.5, which matches the version previously built locally. Switch to using the Debian-provided package instead. The existing libubootenv 0.3.5 recipe from isar is primarily intended for Bookworm-based distributions and is no longer needed for Trixie. Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
1 parent bc9e73c commit 35565fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

meta/recipes-core/images/iot2050-image-base.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ DESCRIPTION = "IOT2050 Debian Base Image"
1515

1616
IMAGE_INSTALL += "${IOT2050_META_PACKAGES}"
1717

18+
IMAGE_PREINSTALL += "libubootenv-tool"
19+
1820
# Make the .wic.img symlink to the .wic file for better backward compatibility
1921
do_deploy() {
2022
echo "Linking wic img"

meta/recipes-core/images/meta-packages.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ IOT2050_META_PACKAGES ?= " \
1313
${@ 'u-boot-${MACHINE}-config' if d.getVar('QEMU_IMAGE') != '1' else '' } \
1414
iot2050-firmware \
1515
iot2050-base-packages \
16-
libubootenv-tool \
1716
regen-rootfs-uuid \
1817
ssh-root-login \
1918
iot2050-status-led \

0 commit comments

Comments
 (0)