summaryrefslogtreecommitdiffstats
path: root/meta-oe/classes/kernel.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/classes/kernel.bbclass')
-rw-r--r--meta-oe/classes/kernel.bbclass6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass
index f67503a3b..f19e7440b 100644
--- a/meta-oe/classes/kernel.bbclass
+++ b/meta-oe/classes/kernel.bbclass
@@ -134,6 +134,12 @@ kernel_do_install() {
134 echo "${KERNEL_VERSION}" > $kerneldir/kernel-abiversion 134 echo "${KERNEL_VERSION}" > $kerneldir/kernel-abiversion
135 135
136 # 136 #
137 # Store kernel image name to allow use during image generation
138 #
139
140 echo "${KERNEL_IMAGE_BASE_NAME}" >$kerneldir/kernel-image-name
141
142 #
137 # Copy the entire source tree. In case an external build directory is 143 # Copy the entire source tree. In case an external build directory is
138 # used, copy the build directory over first, then copy over the source 144 # used, copy the build directory over first, then copy over the source
139 # dir. This ensures the original Makefiles are used and not the 145 # dir. This ensures the original Makefiles are used and not the