summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/kernel.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index a60de8cc9e..805f7992e0 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -40,7 +40,8 @@ python __anonymous () {
40# We need to move these over to STAGING_KERNEL_DIR. We can't just 40# We need to move these over to STAGING_KERNEL_DIR. We can't just
41# create the symlink in advance as the git fetcher can't cope with 41# create the symlink in advance as the git fetcher can't cope with
42# the symlink. 42# the symlink.
43do_unpack[cleandirs] += " ${S} ${STAGING_KERNEL_DIR} ${B}" 43do_unpack[cleandirs] += " ${S} ${STAGING_KERNEL_DIR} ${B} ${STAGING_KERNEL_BUILDDIR}"
44do_clean[cleandirs] += " ${S} ${STAGING_KERNEL_DIR} ${B} ${STAGING_KERNEL_BUILDDIR}"
44base_do_unpack_append () { 45base_do_unpack_append () {
45 s = d.getVar("S", True) 46 s = d.getVar("S", True)
46 if s[-1] == '/': 47 if s[-1] == '/':