mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1c90ad84f3
commit
203c78b719
@@ -4340,17 +4340,16 @@ system and gives an overview of their function and contents.
|
||||
This variable is also used from the kernel's append file to identify
|
||||
the kernel branch specific to a particular machine or target
|
||||
hardware. Continuing with the previous kernel example, the kernel's
|
||||
append file (i.e. ``linux-yocto_4.12.bbappend``) is located in the
|
||||
append file is located in the
|
||||
BSP layer for a given machine. For example, the append file for the
|
||||
Beaglebone, EdgeRouter, and generic versions of both 32 and 64-bit IA
|
||||
machines (``meta-yocto-bsp``) is named
|
||||
``meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend``.
|
||||
``meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend``.
|
||||
Here are the related statements from that append file::
|
||||
|
||||
KBRANCH:genericx86 = "standard/base"
|
||||
KBRANCH:genericx86-64 = "standard/base"
|
||||
KBRANCH:edgerouter = "standard/edgerouter"
|
||||
KBRANCH:beaglebone = "standard/beaglebone"
|
||||
KBRANCH:genericx86 = "v6.1/standard/base"
|
||||
KBRANCH:genericx86-64 = "v6.1/standard/base"
|
||||
KBRANCH:beaglebone-yocto = "v6.1/standard/beaglebone"
|
||||
|
||||
The :term:`KBRANCH` statements
|
||||
identify the kernel branch to use when building for each supported
|
||||
|
||||
Reference in New Issue
Block a user