From 1ea54b0db349f9452038a630dcc3013554b9f9bc Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 8 Feb 2023 21:12:24 +0100 Subject: bsp-guide: fix broken git URLs and missing word (From yocto-docs rev: 0d746a5665eb23ba12ff79d331fa3aaccf15c136) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/bsp-guide') 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: :yocto_git:`Source Repositories <>`. To get examples of what you need in your configuration file, locate a layer (e.g. "meta-ti") and examine the - :yocto_git:`local.conf ` + :yocto_git:`local.conf ` file. - *Create a Machine Configuration File:* Create a ``conf/machine/bsp_root_name.conf`` file. See :yocto_git:`meta-yocto-bsp/conf/machine ` for sample ``bsp_root_name.conf`` files. There are other samples such as - :yocto_git:`meta-ti ` + :yocto_git:`meta-ti ` and :yocto_git:`meta-freescale ` from other vendors that have more specific machine and tuning @@ -1209,7 +1209,7 @@ BSP Layer Configuration Example ------------------------------- The layer's ``conf`` directory contains the ``layer.conf`` configuration -file. In this example, the ``conf/layer.conf`` is the following:: +file. In this example, the ``conf/layer.conf`` file is the following:: # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" -- cgit v1.2.3-54-g00ecf