summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-18 18:10:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-20 08:53:03 +0100
commitf036aeac2ac4f6762b62cf6f0241dd004289d687 (patch)
treea9cb28fd2362161ea60edfc3ec727ac96f352269 /documentation/bsp-guide
parentfdfd6c0f904fd75c06ce60f73fd96e6950356eb1 (diff)
downloadpoky-f036aeac2ac4f6762b62cf6f0241dd004289d687.tar.gz
bsp-guide: Fix reference to bbappend section of dev-manual
This was broken in a previous commit which broke doc generation. (From yocto-docs rev: 8fc45b2e7e2cd1a18d65014f88d83631cc67c2fb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 37b052427e..65652ff898 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -1011,9 +1011,9 @@ If you plan on customizing a recipe for a particular BSP, you need to do
1011the following: 1011the following:
1012 1012
1013- Create a ``*.bbappend`` file for the modified recipe. For information on using 1013- Create a ``*.bbappend`` file for the modified recipe. For information on using
1014 append files, see the ":ref:`dev-manual/common-tasks:using 1014 append files, see the
1015 .bbappend files in your layer`" section in the Yocto Project Development 1015 ":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`"
1016 Tasks Manual. 1016 section in the Yocto Project Development Tasks Manual.
1017 1017
1018- Ensure your directory structure in the BSP layer that supports your 1018- Ensure your directory structure in the BSP layer that supports your
1019 machine is such that the OpenEmbedded build system can find it. See 1019 machine is such that the OpenEmbedded build system can find it. See