mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
kernel-initramfs: fix the issue rm kernel source codes (#18)
The "${S}" is not used for kernel-initramfs and it will
cleanup the kernel source codes if it is specified to
${STAGING_KERNEL_DIR}, thus remove this definition.
Signed-off-by: Fupan Li <fupan.li@windriver.com>
This commit is contained in:
@@ -11,7 +11,6 @@ PROVIDES = "virtual/kernel-initramfs"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
S = "${STAGING_KERNEL_DIR}"
|
||||
B = "${WORKDIR}/${BPN}-${PV}"
|
||||
|
||||
inherit linux-kernel-base kernel-arch
|
||||
|
||||
Reference in New Issue
Block a user