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:54 +0000
commita92283e6aee967453c112772c3cc6b962224f455 (patch)
treeb63282bf924cd25310b296e99f95fa8a4c9e6085 /documentation
parent848f80153b3d2b7c6985d332bcd5ca99e2748274 (diff)
downloadpoky-a92283e6aee967453c112772c3cc6b962224f455.tar.gz
bsp-guide: fix broken git URLs and missing word
(From yocto-docs rev: 36a6fc70e41be517860d0eca4ff51e0b8054d2d4) 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 7e17b42886..dbbcf47620 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -1180,14 +1180,14 @@ Use these steps to create a BSP layer:
1180 :yocto_git:`Source Repositories <>`. To get examples of what you need 1180 :yocto_git:`Source Repositories <>`. To get examples of what you need
1181 in your configuration file, locate a layer (e.g. "meta-ti") and 1181 in your configuration file, locate a layer (e.g. "meta-ti") and
1182 examine the 1182 examine the
1183 :yocto_git:`local.conf </meta-ti/tree/conf/layer.conf>` 1183 :yocto_git:`local.conf </meta-ti/tree/meta-ti-bsp/conf/layer.conf>`
1184 file. 1184 file.
1185 1185
1186- *Create a Machine Configuration File:* Create a 1186- *Create a Machine Configuration File:* Create a
1187 ``conf/machine/bsp_root_name.conf`` file. See 1187 ``conf/machine/bsp_root_name.conf`` file. See
1188 :yocto_git:`meta-yocto-bsp/conf/machine </poky/tree/meta-yocto-bsp/conf/machine>` 1188 :yocto_git:`meta-yocto-bsp/conf/machine </poky/tree/meta-yocto-bsp/conf/machine>`
1189 for sample ``bsp_root_name.conf`` files. There are other samples such as 1189 for sample ``bsp_root_name.conf`` files. There are other samples such as
1190 :yocto_git:`meta-ti </meta-ti/tree/conf/machine>` 1190 :yocto_git:`meta-ti </meta-ti/tree/meta-ti-bsp/conf/machine>`
1191 and 1191 and
1192 :yocto_git:`meta-freescale </meta-freescale/tree/conf/machine>` 1192 :yocto_git:`meta-freescale </meta-freescale/tree/conf/machine>`
1193 from other vendors that have more specific machine and tuning 1193 from other vendors that have more specific machine and tuning
@@ -1210,7 +1210,7 @@ BSP Layer Configuration Example
1210------------------------------- 1210-------------------------------
1211 1211
1212The layer's ``conf`` directory contains the ``layer.conf`` configuration 1212The layer's ``conf`` directory contains the ``layer.conf`` configuration
1213file. In this example, the ``conf/layer.conf`` is the following:: 1213file. In this example, the ``conf/layer.conf`` file is the following::
1214 1214
1215 # We have a conf and classes directory, add to BBPATH 1215 # We have a conf and classes directory, add to BBPATH
1216 BBPATH .= ":${LAYERDIR}" 1216 BBPATH .= ":${LAYERDIR}"