diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b5f7c24a57..5f7e17d91c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1703,15 +1703,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1703 | 1703 | ||
1704 | <glossentry id='var-LINUX_VERSION_EXTENSION'><glossterm>LINUX_VERSION_EXTENSION</glossterm> | 1704 | <glossentry id='var-LINUX_VERSION_EXTENSION'><glossterm>LINUX_VERSION_EXTENSION</glossterm> |
1705 | <glossdef> | 1705 | <glossdef> |
1706 | <para>A string extension compiled into the name of the | 1706 | <para>A string extension compiled into the version |
1707 | Linux kernel built with the OpenEmbedded build system. | 1707 | string of the Linux kernel built with the OpenEmbedded |
1708 | build system. | ||
1708 | You define this variable in the kernel recipe. | 1709 | You define this variable in the kernel recipe. |
1709 | For example, the <filename>linux-yocto-custom.bb</filename> | 1710 | For example, the linux-yocto kernel recipes all define |
1710 | kernel recipe found in | 1711 | the variable as follows: |
1711 | <filename>meta-skeleton/recipes-kernel/linux</filename> | ||
1712 | defines the variable as follows: | ||
1713 | <literallayout class='monospaced'> | 1712 | <literallayout class='monospaced'> |
1714 | LINUX_VERSION_EXTENSION ?= "-custom" | 1713 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" |
1715 | </literallayout> | 1714 | </literallayout> |
1716 | Defining this variable essentially sets the | 1715 | Defining this variable essentially sets the |
1717 | Linux kernel configuration item | 1716 | Linux kernel configuration item |