[meta-intel] [PATCH] Revert "systemd-boot: remove joule specific workaround"

Naveen Saini naveen.kumar.saini at intel.com
Thu Mar 28 23:55:46 PDT 2019


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 <naveen.kumar.saini at intel.com>
---
 recipes-bsp/systemd-boot/systemd-boot_%.bbappend | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 recipes-bsp/systemd-boot/systemd-boot_%.bbappend

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}
+}
-- 
2.17.0



More information about the meta-intel mailing list