From f5ebaf873c198d99ecb3c002337415976cb6f07d Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 29 Mar 2019 14:55:46 +0800 Subject: Revert "systemd-boot: remove joule specific workaround" This reverts commit 946c15720eea1e8e5b4640c7238d2aa60e248342. Revert part of commit to keep bbappend file. This file is required to build and deploy EFI boot stub Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-bsp/systemd-boot/systemd-boot_%.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-bsp/systemd-boot/systemd-boot_%.bbappend (limited to 'recipes-bsp') diff --git a/recipes-bsp/systemd-boot/systemd-boot_%.bbappend b/recipes-bsp/systemd-boot/systemd-boot_%.bbappend new file mode 100644 index 00000000..d2e1c16b --- /dev/null +++ b/recipes-bsp/systemd-boot/systemd-boot_%.bbappend @@ -0,0 +1,9 @@ +PACKAGE_ARCH_intel-x86-common = "${INTEL_COMMON_PACKAGE_ARCH}" + +do_compile_append_intel-x86-common() { + ninja src/boot/efi/linux${SYSTEMD_BOOT_EFI_ARCH}.efi.stub +} + +do_deploy_append_intel-x86-common() { + install ${B}/src/boot/efi/linux*.efi.stub ${DEPLOYDIR} +} -- cgit v1.2.3-54-g00ecf