summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/kernel.bbclass')
-rw-r--r--meta/classes/kernel.bbclass6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index aaf341b75c..9381b3a0f4 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -123,6 +123,12 @@ kernel_do_install() {
123 install -d $kerneldir 123 install -d $kerneldir
124 124
125 # 125 #
126 # Store the kernel version in sysroots for module-base.bbclass
127 #
128
129 echo "${KERNEL_VERSION}" > $kerneldir/kernel-abiversion
130
131 #
126 # Copy the entire source tree. In case an external build directory is 132 # Copy the entire source tree. In case an external build directory is
127 # used, copy the build directory over first, then copy over the source 133 # used, copy the build directory over first, then copy over the source
128 # dir. This ensures the original Makefiles are used and not the 134 # dir. This ensures the original Makefiles are used and not the