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 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}"