summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfli <lifupan@gmail.com>2017-09-25 15:24:03 +0800
committerJia Zhang <qianyue.zj@alibaba-inc.com>2017-09-25 03:24:03 -0400
commit8206812e75e058786dd9c0683d302075f99c41b3 (patch)
tree83f3895b016703f4d7a08856a7437ede84e19952
parent091e2cc6fa3c90851c809671029d6618d35ecc33 (diff)
downloadmeta-secure-core-8206812e75e058786dd9c0683d302075f99c41b3.tar.gz
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>
-rw-r--r--meta/recipes-core/images/kernel-initramfs.bb1
1 files changed, 0 insertions, 1 deletions
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"
11 11
12ALLOW_EMPTY_${PN} = "1" 12ALLOW_EMPTY_${PN} = "1"
13 13
14S = "${STAGING_KERNEL_DIR}"
15B = "${WORKDIR}/${BPN}-${PV}" 14B = "${WORKDIR}/${BPN}-${PV}"
16 15
17inherit linux-kernel-base kernel-arch 16inherit linux-kernel-base kernel-arch