summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
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