summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 148eebf56a..7d537bf878 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3943,7 +3943,7 @@ system and gives an overview of their function and contents.
3943 3943
3944 Values for this variable are set in the kernel's recipe file and the 3944 Values for this variable are set in the kernel's recipe file and the
3945 kernel's append file. For example, if you are using the 3945 kernel's append file. For example, if you are using the
3946 ``linux-yocto_4.12`` kernel, the kernel recipe file is the 3946 ``linux-yocto_5.15`` kernel, the kernel recipe file is the
3947 ``meta/recipes-kernel/linux/linux-yocto_4.12.bb`` file. :term:`KBRANCH` 3947 ``meta/recipes-kernel/linux/linux-yocto_4.12.bb`` file. :term:`KBRANCH`
3948 is set as follows in that kernel recipe file:: 3948 is set as follows in that kernel recipe file::
3949 3949
@@ -3956,13 +3956,13 @@ system and gives an overview of their function and contents.
3956 BSP layer for a given machine. For example, the append file for the 3956 BSP layer for a given machine. For example, the append file for the
3957 Beaglebone, EdgeRouter, and generic versions of both 32 and 64-bit IA 3957 Beaglebone, EdgeRouter, and generic versions of both 32 and 64-bit IA
3958 machines (``meta-yocto-bsp``) is named 3958 machines (``meta-yocto-bsp``) is named
3959 ``meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend``. 3959 ``meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend``.
3960 Here are the related statements from that append file:: 3960 Here are the related statements from that append file::
3961 3961
3962 KBRANCH:genericx86 = "standard/base" 3962 KBRANCH:genericx86 = "v5.15/standard/base"
3963 KBRANCH:genericx86-64 = "standard/base" 3963 KBRANCH:genericx86-64 = "v5.15/standard/base"
3964 KBRANCH:edgerouter = "standard/edgerouter" 3964 KBRANCH:edgerouter = "v5.15/standard/edgerouter"
3965 KBRANCH:beaglebone = "standard/beaglebone" 3965 KBRANCH:beaglebone-yocto = "v5.15/standard/beaglebone"
3966 3966
3967 The :term:`KBRANCH` statements 3967 The :term:`KBRANCH` statements
3968 identify the kernel branch to use when building for each supported 3968 identify the kernel branch to use when building for each supported