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:
fli
2017-09-25 15:24:03 +08:00
committed by Jia Zhang
parent 091e2cc6fa
commit 8206812e75
@@ -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