diff options
| -rw-r--r-- | documentation/bsp-guide/bsp.rst | 6 |
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 | ||
| 1211 | The layer's ``conf`` directory contains the ``layer.conf`` configuration | 1211 | The layer's ``conf`` directory contains the ``layer.conf`` configuration |
| 1212 | file. In this example, the ``conf/layer.conf`` is the following:: | 1212 | file. 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}" |
