diff options
Diffstat (limited to 'meta/classes-recipe/module-base.bbclass')
| -rw-r--r-- | meta/classes-recipe/module-base.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/module-base.bbclass b/meta/classes-recipe/module-base.bbclass index 094b563b1a..2a225881ba 100644 --- a/meta/classes-recipe/module-base.bbclass +++ b/meta/classes-recipe/module-base.bbclass | |||
| @@ -20,6 +20,7 @@ export CROSS_COMPILE = "${TARGET_PREFIX}" | |||
| 20 | export KBUILD_OUTPUT = "${STAGING_KERNEL_BUILDDIR}" | 20 | export KBUILD_OUTPUT = "${STAGING_KERNEL_BUILDDIR}" |
| 21 | 21 | ||
| 22 | export KERNEL_VERSION = "${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}" | 22 | export KERNEL_VERSION = "${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}" |
| 23 | export LOCALVERSION = "${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-localversion')}" | ||
| 23 | KERNEL_OBJECT_SUFFIX = ".ko" | 24 | KERNEL_OBJECT_SUFFIX = ".ko" |
| 24 | 25 | ||
| 25 | # kernel modules are generally machine specific | 26 | # kernel modules are generally machine specific |
