From 8206812e75e058786dd9c0683d302075f99c41b3 Mon Sep 17 00:00:00 2001 From: fli Date: Mon, 25 Sep 2017 15:24:03 +0800 Subject: 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 --- meta/recipes-core/images/kernel-initramfs.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/images/kernel-initramfs.bb b/meta/recipes-core/images/kernel-initramfs.bb index ead4ba0..9b240f0 100644 --- a/meta/recipes-core/images/kernel-initramfs.bb +++ b/meta/recipes-core/images/kernel-initramfs.bb @@ -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 -- cgit v1.2.3-54-g00ecf