summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-13 15:08:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-20 14:40:29 +0100
commit203c78b7196b277e03e9dbc6e878721bee3dc604 (patch)
treeaed3ebf81b3ba66440e77a5302dba37e5b359db4 /documentation/ref-manual
parent1c90ad84f3cf7932dd9c26b7d2e36a6ee6093804 (diff)
downloadpoky-203c78b7196b277e03e9dbc6e878721bee3dc604.tar.gz
manuals: update linux-yocto append examples
(From yocto-docs rev: 0d195d66e434ddedd33bf8db89643fa5ab192e29) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index a3b774b540..fd64088512 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4340,17 +4340,16 @@ system and gives an overview of their function and contents.
4340 This variable is also used from the kernel's append file to identify 4340 This variable is also used from the kernel's append file to identify
4341 the kernel branch specific to a particular machine or target 4341 the kernel branch specific to a particular machine or target
4342 hardware. Continuing with the previous kernel example, the kernel's 4342 hardware. Continuing with the previous kernel example, the kernel's
4343 append file (i.e. ``linux-yocto_4.12.bbappend``) is located in the 4343 append file is located in the
4344 BSP layer for a given machine. For example, the append file for the 4344 BSP layer for a given machine. For example, the append file for the
4345 Beaglebone, EdgeRouter, and generic versions of both 32 and 64-bit IA 4345 Beaglebone, EdgeRouter, and generic versions of both 32 and 64-bit IA
4346 machines (``meta-yocto-bsp``) is named 4346 machines (``meta-yocto-bsp``) is named
4347 ``meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend``. 4347 ``meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend``.
4348 Here are the related statements from that append file:: 4348 Here are the related statements from that append file::
4349 4349
4350 KBRANCH:genericx86 = "standard/base" 4350 KBRANCH:genericx86 = "v6.1/standard/base"
4351 KBRANCH:genericx86-64 = "standard/base" 4351 KBRANCH:genericx86-64 = "v6.1/standard/base"
4352 KBRANCH:edgerouter = "standard/edgerouter" 4352 KBRANCH:beaglebone-yocto = "v6.1/standard/beaglebone"
4353 KBRANCH:beaglebone = "standard/beaglebone"
4354 4353
4355 The :term:`KBRANCH` statements 4354 The :term:`KBRANCH` statements
4356 identify the kernel branch to use when building for each supported 4355 identify the kernel branch to use when building for each supported