Skip to content

Commit

Permalink
isar-installer: Select bootloader package based on distro
Browse files Browse the repository at this point in the history
Building of isar-installer with Ubuntu Jammy fails on:

| E: Unable to locate package systemd-boot

Use distro-related variable for bootloader package dependency to fix
this issue.

Fixes issue #108

Reported-by: Zong Xin <[email protected]>
Signed-off-by: Anton Mikanovich <[email protected]>
  • Loading branch information
amikan authored and WiseLord committed Nov 12, 2024
1 parent fb5255c commit e0630ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-isar/recipes-core/images/isar-image-installer.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DESCRIPTION = "Example of a ISAR based Installer Image"
# Use variable to switch easily to another wks
INSTALLER_WKS_FILE ??= "installer-efi.wks.in"
WKS_FILE = "${INSTALLER_WKS_FILE}"
IMAGER_INSTALL:wic:append = " systemd-boot"
IMAGER_INSTALL:wic:append = " ${SYSTEMD_BOOTLOADER_INSTALL}"

IMAGE_INSTALL += "deploy-image-service"

Expand Down

0 comments on commit e0630ef

Please sign in to comment.