diff options
Diffstat (limited to 'meta-oe/classes')
| -rw-r--r-- | meta-oe/classes/kernel.bbclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass index 7498c2cde4..743ca68a04 100644 --- a/meta-oe/classes/kernel.bbclass +++ b/meta-oe/classes/kernel.bbclass | |||
| @@ -135,6 +135,12 @@ kernel_do_install() { | |||
| 135 | install -d $kerneldir | 135 | install -d $kerneldir |
| 136 | 136 | ||
| 137 | # | 137 | # |
| 138 | # Store the kernel version in sysroots for module-base.bbclass | ||
| 139 | # | ||
| 140 | |||
| 141 | echo "${KERNEL_VERSION}" > $kerneldir/kernel-abiversion | ||
| 142 | |||
| 143 | # | ||
| 138 | # Copy the entire source tree. In case an external build directory is | 144 | # Copy the entire source tree. In case an external build directory is |
| 139 | # used, copy the build directory over first, then copy over the source | 145 | # used, copy the build directory over first, then copy over the source |
| 140 | # dir. This ensures the original Makefiles are used and not the | 146 | # dir. This ensures the original Makefiles are used and not the |
