mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
It's not being maintained anymore and the scripts have not been kept in sync with upstream for quite some time. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
16 lines
460 B
Plaintext
16 lines
460 B
Plaintext
FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/systemd-boot:"
|
|
|
|
SRC_URI_append_intel-x86-common = " \
|
|
file://0001-efi-boot.c-workaround-for-Joule-BIOS-hang.patch \
|
|
"
|
|
|
|
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}
|
|
}
|