Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions meta/recipes-core/images/iot2050-image-base.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ DESCRIPTION = "IOT2050 Debian Base Image"

IMAGE_INSTALL += "${IOT2050_META_PACKAGES}"

IMAGE_PREINSTALL += "libubootenv-tool"

# Make the .wic.img symlink to the .wic file for better backward compatibility
do_deploy() {
echo "Linking wic img"
Expand Down
1 change: 0 additions & 1 deletion meta/recipes-core/images/meta-packages.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ IOT2050_META_PACKAGES ?= " \
${@ 'u-boot-${MACHINE}-config' if d.getVar('QEMU_IMAGE') != '1' else '' } \
iot2050-firmware \
iot2050-base-packages \
libubootenv-tool \
regen-rootfs-uuid \
ssh-root-login \
iot2050-status-led \
Expand Down