diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2019-03-29 14:55:46 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-04-04 11:06:15 +0800 |
| commit | f5ebaf873c198d99ecb3c002337415976cb6f07d (patch) | |
| tree | 56019d2b5db49e59e42e05fd8c7b8b30f270cc69 /recipes-bsp | |
| parent | 1e488b5a94582a2c3c47dddb42640eda054bdcc9 (diff) | |
| download | meta-intel-f5ebaf873c198d99ecb3c002337415976cb6f07d.tar.gz | |
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 <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/systemd-boot/systemd-boot_%.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
| 1 | PACKAGE_ARCH_intel-x86-common = "${INTEL_COMMON_PACKAGE_ARCH}" | ||
| 2 | |||
| 3 | do_compile_append_intel-x86-common() { | ||
| 4 | ninja src/boot/efi/linux${SYSTEMD_BOOT_EFI_ARCH}.efi.stub | ||
| 5 | } | ||
| 6 | |||
| 7 | do_deploy_append_intel-x86-common() { | ||
| 8 | install ${B}/src/boot/efi/linux*.efi.stub ${DEPLOYDIR} | ||
| 9 | } | ||
