summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-02-08 21:12:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-15 10:26:49 +0000
commite4e0dabc0dbc2c333279c5036f25afc117d181f4 (patch)
tree6079e3e9d16f9d9f30873f462d8d1f821f9acb83 /documentation
parentfd0354597521008627ccb1211898300e547d521f (diff)
downloadpoky-e4e0dabc0dbc2c333279c5036f25afc117d181f4.tar.gz
bsp-guide: fix broken git URLs and missing word
(From yocto-docs rev: 115793b87f922fe18b8e791f6cc09308a002eb29) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 8ec7f2957e..8201c93862 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -1179,14 +1179,14 @@ Use these steps to create a BSP layer:
1179 :yocto_git:`Source Repositories <>`. To get examples of what you need 1179 :yocto_git:`Source Repositories <>`. To get examples of what you need
1180 in your configuration file, locate a layer (e.g. "meta-ti") and 1180 in your configuration file, locate a layer (e.g. "meta-ti") and
1181 examine the 1181 examine the
1182 :yocto_git:`local.conf </meta-ti/tree/conf/layer.conf>` 1182 :yocto_git:`local.conf </meta-ti/tree/meta-ti-bsp/conf/layer.conf>`
1183 file. 1183 file.
1184 1184
1185- *Create a Machine Configuration File:* Create a 1185- *Create a Machine Configuration File:* Create a
1186 ``conf/machine/bsp_root_name.conf`` file. See 1186 ``conf/machine/bsp_root_name.conf`` file. See
1187 :yocto_git:`meta-yocto-bsp/conf/machine </poky/tree/meta-yocto-bsp/conf/machine>` 1187 :yocto_git:`meta-yocto-bsp/conf/machine </poky/tree/meta-yocto-bsp/conf/machine>`
1188 for sample ``bsp_root_name.conf`` files. There are other samples such as 1188 for sample ``bsp_root_name.conf`` files. There are other samples such as
1189 :yocto_git:`meta-ti </meta-ti/tree/conf/machine>` 1189 :yocto_git:`meta-ti </meta-ti/tree/meta-ti-bsp/conf/machine>`
1190 and 1190 and
1191 :yocto_git:`meta-freescale </meta-freescale/tree/conf/machine>` 1191 :yocto_git:`meta-freescale </meta-freescale/tree/conf/machine>`
1192 from other vendors that have more specific machine and tuning 1192 from other vendors that have more specific machine and tuning
@@ -1209,7 +1209,7 @@ BSP Layer Configuration Example
1209------------------------------- 1209-------------------------------
1210 1210
1211The layer's ``conf`` directory contains the ``layer.conf`` configuration 1211The layer's ``conf`` directory contains the ``layer.conf`` configuration
1212file. In this example, the ``conf/layer.conf`` is the following:: 1212file. In this example, the ``conf/layer.conf`` file is the following::
1213 1213
1214 # We have a conf and classes directory, add to BBPATH 1214 # We have a conf and classes directory, add to BBPATH
1215 BBPATH .= ":${LAYERDIR}" 1215 BBPATH .= ":${LAYERDIR}"