summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index d0fbbd1989..e04d2fe004 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -164,7 +164,7 @@ KERNEL_RELEASE ?= "${KERNEL_VERSION}"
164 164
165# The directory where built kernel lies in the kernel tree 165# The directory where built kernel lies in the kernel tree
166KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot" 166KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot"
167KERNEL_IMAGEDEST = "boot" 167KERNEL_IMAGEDEST ?= "boot"
168 168
169# 169#
170# configuration 170# configuration