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/kernel-dev/advanced.rst | |
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/kernel-dev/advanced.rst')
-rw-r--r-- | documentation/kernel-dev/advanced.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/kernel-dev/advanced.rst b/documentation/kernel-dev/advanced.rst index b5290b61b3..e38a8da25c 100644 --- a/documentation/kernel-dev/advanced.rst +++ b/documentation/kernel-dev/advanced.rst | |||
@@ -69,8 +69,7 @@ to indicate the branch. | |||
69 | You can use the :term:`KBRANCH` value to define an alternate branch typically | 69 | You can use the :term:`KBRANCH` value to define an alternate branch typically |
70 | with a machine override as shown here from the ``meta-yocto-bsp`` layer:: | 70 | with a machine override as shown here from the ``meta-yocto-bsp`` layer:: |
71 | 71 | ||
72 | KBRANCH:edgerouter = "standard/edgerouter" | 72 | KBRANCH:beaglebone-yocto = "standard/beaglebone" |
73 | |||
74 | 73 | ||
75 | The linux-yocto style recipes can optionally define the following | 74 | The linux-yocto style recipes can optionally define the following |
76 | variables: | 75 | variables: |