mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
initramfs-module-install-efi: point to original copy and delete new file
There is no need to maintain two of the exact same files. (From OE-Core rev: 49ba882be9e28a51651a543779e6f02d33861393) Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
15a24f1e10
commit
2dfd3a0d4c
@@ -7,14 +7,14 @@ PR = "r4"
|
||||
|
||||
inherit allarch
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/initramfs-framework:"
|
||||
SRC_URI = "file://install-efi.sh"
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
SRC_URI = "file://init-install-efi.sh"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/init.d
|
||||
install -m 0755 ${WORKDIR}/install-efi.sh ${D}/init.d/install-efi.sh
|
||||
install -m 0755 ${WORKDIR}/init-install-efi.sh ${D}/init.d/install-efi.sh
|
||||
}
|
||||
|
||||
FILES_${PN} = "/init.d/install-efi.sh"
|
||||
|
||||
Reference in New Issue
Block a user