diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes/kernel.bbclass | 6 | ||||
| -rw-r--r-- | meta/conf/documentation.conf | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 5951347361..80fb1879b0 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
| @@ -614,6 +614,7 @@ do_shared_workdir () { | |||
| 614 | # We don't need to stage anything, not the modules/firmware since those would clash with linux-firmware | 614 | # We don't need to stage anything, not the modules/firmware since those would clash with linux-firmware |
| 615 | SYSROOT_DIRS = "" | 615 | SYSROOT_DIRS = "" |
| 616 | 616 | ||
| 617 | KERNEL_LOCALVERSION ??= "" | ||
| 617 | KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} oldnoconfig" | 618 | KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} oldnoconfig" |
| 618 | 619 | ||
| 619 | python check_oldest_kernel() { | 620 | python check_oldest_kernel() { |
| @@ -635,7 +636,10 @@ kernel_do_configure() { | |||
| 635 | # $ scripts/setlocalversion . => + | 636 | # $ scripts/setlocalversion . => + |
| 636 | # $ make kernelversion => 2.6.37 | 637 | # $ make kernelversion => 2.6.37 |
| 637 | # $ make kernelrelease => 2.6.37+ | 638 | # $ make kernelrelease => 2.6.37+ |
| 638 | touch ${B}/.scmversion ${S}/.scmversion | 639 | if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]; then |
| 640 | echo ${KERNEL_LOCALVERSION} > ${B}/.scmversion | ||
| 641 | echo ${KERNEL_LOCALVERSION} > ${S}/.scmversion | ||
| 642 | fi | ||
| 639 | 643 | ||
| 640 | if [ "${S}" != "${B}" ] && [ -f "${S}/.config" ] && [ ! -f "${B}/.config" ]; then | 644 | if [ "${S}" != "${B}" ] && [ -f "${S}/.config" ] && [ ! -f "${B}/.config" ]; then |
| 641 | mv "${S}/.config" "${B}/.config" | 645 | mv "${S}/.config" "${B}/.config" |
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index ab2addb321..e55bfa288d 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
| @@ -253,6 +253,7 @@ KERNEL_MODULE_PROBECONF[doc] = "Lists kernel modules for which the build system | |||
| 253 | KERNEL_PACKAGE_NAME[doc] = "Name prefix for kernel packages. Defaults to 'kernel'." | 253 | KERNEL_PACKAGE_NAME[doc] = "Name prefix for kernel packages. Defaults to 'kernel'." |
| 254 | KERNEL_PATH[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)." | 254 | KERNEL_PATH[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)." |
| 255 | KERNEL_SRC[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)." | 255 | KERNEL_SRC[doc] = "The location of the kernel sources. This variable is set to the value of the STAGING_KERNEL_DIR within the module class (module.bbclass)." |
| 256 | KERNEL_LOCALVERSION[doc] = "Appends a string to the name of the local version of the kernel image." | ||
| 256 | KFEATURE_DESCRIPTION[doc] = "Provides a short description of a configuration fragment. You use this variable in the .scc file that describes a configuration fragment file." | 257 | KFEATURE_DESCRIPTION[doc] = "Provides a short description of a configuration fragment. You use this variable in the .scc file that describes a configuration fragment file." |
| 257 | KMACHINE[doc] = "The machine as known by the kernel." | 258 | KMACHINE[doc] = "The machine as known by the kernel." |
| 258 | KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration." | 259 | KTYPE[doc] = "Defines the kernel type to be used in assembling the configuration." |
