diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-23 21:26:44 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-25 04:45:51 -1000 |
commit | aaf748b95f62621d1139c62c40e418c272cc6a63 (patch) | |
tree | f858b74d30a565002e5ecf36c5dacf56b5f864e0 /documentation/ref-manual | |
parent | 811cf0320c251f3667109ab99695d6694a30ecd3 (diff) | |
download | poky-aaf748b95f62621d1139c62c40e418c272cc6a63.tar.gz |
manuals: update linux-yocto append examples
(From yocto-docs rev: b5d385f20d22566e12a7938a9894b86429f1dcfb)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 12 |
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 |