diff options
author | fli <lifupan@gmail.com> | 2017-09-25 15:24:03 +0800 |
---|---|---|
committer | Jia Zhang <qianyue.zj@alibaba-inc.com> | 2017-09-25 03:24:03 -0400 |
commit | 8206812e75e058786dd9c0683d302075f99c41b3 (patch) | |
tree | 83f3895b016703f4d7a08856a7437ede84e19952 | |
parent | 091e2cc6fa3c90851c809671029d6618d35ecc33 (diff) | |
download | meta-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.bb | 1 |
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 | ||
12 | ALLOW_EMPTY_${PN} = "1" | 12 | ALLOW_EMPTY_${PN} = "1" |
13 | 13 | ||
14 | S = "${STAGING_KERNEL_DIR}" | ||
15 | B = "${WORKDIR}/${BPN}-${PV}" | 14 | B = "${WORKDIR}/${BPN}-${PV}" |
16 | 15 | ||
17 | inherit linux-kernel-base kernel-arch | 16 | inherit linux-kernel-base kernel-arch |