diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-02-08 21:12:24 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-10 11:03:36 +0000 |
| commit | 1ea54b0db349f9452038a630dcc3013554b9f9bc (patch) | |
| tree | 56ccda134c54b3b4998bb831ca9775fbcf191674 /documentation | |
| parent | 5b02cfb3e7b83f3cdf5b4971dd91d5a08f930467 (diff) | |
| download | poky-1ea54b0db349f9452038a630dcc3013554b9f9bc.tar.gz | |
bsp-guide: fix broken git URLs and missing word
(From yocto-docs rev: 0d746a5665eb23ba12ff79d331fa3aaccf15c136)
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.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index fccf059ccc..f2f5d4d954 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}" |
