mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
bsp-guide: fix broken git URLs and missing word
(From yocto-docs rev: 115793b87f922fe18b8e791f6cc09308a002eb29) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fd03545975
commit
e4e0dabc0d
@@ -1179,14 +1179,14 @@ Use these steps to create a BSP layer:
|
|||||||
:yocto_git:`Source Repositories <>`. To get examples of what you need
|
:yocto_git:`Source Repositories <>`. To get examples of what you need
|
||||||
in your configuration file, locate a layer (e.g. "meta-ti") and
|
in your configuration file, locate a layer (e.g. "meta-ti") and
|
||||||
examine the
|
examine the
|
||||||
:yocto_git:`local.conf </meta-ti/tree/conf/layer.conf>`
|
:yocto_git:`local.conf </meta-ti/tree/meta-ti-bsp/conf/layer.conf>`
|
||||||
file.
|
file.
|
||||||
|
|
||||||
- *Create a Machine Configuration File:* Create a
|
- *Create a Machine Configuration File:* Create a
|
||||||
``conf/machine/bsp_root_name.conf`` file. See
|
``conf/machine/bsp_root_name.conf`` file. See
|
||||||
:yocto_git:`meta-yocto-bsp/conf/machine </poky/tree/meta-yocto-bsp/conf/machine>`
|
:yocto_git:`meta-yocto-bsp/conf/machine </poky/tree/meta-yocto-bsp/conf/machine>`
|
||||||
for sample ``bsp_root_name.conf`` files. There are other samples such as
|
for sample ``bsp_root_name.conf`` files. There are other samples such as
|
||||||
:yocto_git:`meta-ti </meta-ti/tree/conf/machine>`
|
:yocto_git:`meta-ti </meta-ti/tree/meta-ti-bsp/conf/machine>`
|
||||||
and
|
and
|
||||||
:yocto_git:`meta-freescale </meta-freescale/tree/conf/machine>`
|
:yocto_git:`meta-freescale </meta-freescale/tree/conf/machine>`
|
||||||
from other vendors that have more specific machine and tuning
|
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
|
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
|
# We have a conf and classes directory, add to BBPATH
|
||||||
BBPATH .= ":${LAYERDIR}"
|
BBPATH .= ":${LAYERDIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user