diff mbox series

[isar-cip-core] swupdate: Add missing libebgenv0 to swupdate images

Message ID 068a7d8a-1f5c-8582-296a-e71c9c6b48bc@siemens.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core] swupdate: Add missing libebgenv0 to swupdate images | expand

Commit Message

Jan Kiszka June 15, 2023, 5:04 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

With 2022.12 and later, this is no longer a hard-coded dependency of the
swupdate package. We need to add it to the image when using EFI Boot
Guard as bootloader.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 recipes-core/images/efibootguard.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-core/images/efibootguard.inc b/recipes-core/images/efibootguard.inc
index e6824eb8..c66ab701 100644
--- a/recipes-core/images/efibootguard.inc
+++ b/recipes-core/images/efibootguard.inc
@@ -9,7 +9,7 @@ 
 # SPDX-License-Identifier: MIT
 #
 
-IMAGE_INSTALL:append = " efibootguard"
+IMAGE_INSTALL:append = " efibootguard libebgenv0"
 WIC_IMAGER_INSTALL:append = " efibootguard:${DISTRO_ARCH}"
 WDOG_TIMEOUT ?= "60"
 WICVARS += "WDOG_TIMEOUT KERNEL_IMAGE INITRD_DEPLOY_FILE DTB_FILES"