diff options
Diffstat (limited to 'common/recipes-bsp/systemd-boot/systemd-boot.bbappend')
-rw-r--r-- | common/recipes-bsp/systemd-boot/systemd-boot.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-bsp/systemd-boot/systemd-boot.bbappend b/common/recipes-bsp/systemd-boot/systemd-boot.bbappend index ed317554..2aecc3f9 100644 --- a/common/recipes-bsp/systemd-boot/systemd-boot.bbappend +++ b/common/recipes-bsp/systemd-boot/systemd-boot.bbappend | |||
@@ -2,7 +2,7 @@ DEPENDS_append_intel-x86-common = " rmc" | |||
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/systemd-boot:" | 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/systemd-boot:" |
4 | 4 | ||
5 | EXTRA_OEMAKE_append_intel-x86-common = ' EFI_LDFLAGS="-L${STAGING_DIR_HOST}/usr/lib" EFI_CFLAGS="-I${STAGING_INCDIR}/rmc/efi -DRMC_EFI"' | 5 | EXTRA_OEMAKE_append_intel-x86-common = ' EFI_LDFLAGS="-L${STAGING_DIR_HOST}/usr/lib" EFI_CFLAGS="-I${STAGING_INCDIR}/rmc -DRMC_EFI"' |
6 | 6 | ||
7 | # Pin systemd revision down for systemd-boot recipe. | 7 | # Pin systemd revision down for systemd-boot recipe. |
8 | # Patches could not be applied cleanly when systemd in OE is updated, | 8 | # Patches could not be applied cleanly when systemd in OE is updated, |
@@ -15,7 +15,7 @@ EXTRA_OEMAKE_append_intel-x86-common = ' EFI_LDFLAGS="-L${STAGING_DIR_HOST}/usr/ | |||
15 | SRCREV_intel-x86-common = "3a74d4fc90cb322a4784a3515bef7118c8f8c5ba" | 15 | SRCREV_intel-x86-common = "3a74d4fc90cb322a4784a3515bef7118c8f8c5ba" |
16 | 16 | ||
17 | SRC_URI_append_intel-x86-common = " \ | 17 | SRC_URI_append_intel-x86-common = " \ |
18 | file://0001-sd-boot-Link-RMC-libraries-into-bootloader.patch \ | 18 | file://0001-sd-boot-Link-RMC-library-into-bootloader.patch \ |
19 | file://0002-sd-boot-Load-board-specific-boot-entries-from-RMC-da.patch \ | 19 | file://0002-sd-boot-Load-board-specific-boot-entries-from-RMC-da.patch \ |
20 | file://0003-sd-boot-Support-global-kernel-command-line-fragment.patch \ | 20 | file://0003-sd-boot-Support-global-kernel-command-line-fragment.patch \ |
21 | file://0001-efi-boot.c-workaround-for-Joule-BIOS-hang.patch \ | 21 | file://0001-efi-boot.c-workaround-for-Joule-BIOS-hang.patch \ |