diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-12-08 14:06:46 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-09 14:29:08 +0000 |
commit | bac81646a921e19f8f0c2e3ff130e82d2f80077e (patch) | |
tree | fc79a09216841ecc43b28d9aa4cb110126167e48 /documentation | |
parent | b2aeaa88d56c20d55f209162059fe02283f111de (diff) | |
download | poky-bac81646a921e19f8f0c2e3ff130e82d2f80077e.tar.gz |
dev-manual, yocto-project-qs: Fixed some broken links
Links to the section in the BSP manual for how to create a new
BSP layer using 'bitbake-layers' were needing fixed.
(From yocto-docs rev: 150612925421b09e84f85514e65e58d179e5be46)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 | ||||
-rw-r--r-- | documentation/yocto-project-qs/qs.xml | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 81d017bde7..2ee42c68fe 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -105,7 +105,7 @@ | |||
105 | This section describes the steps you perform by hand to create | 105 | This section describes the steps you perform by hand to create |
106 | a layer so that you can better understand them. | 106 | a layer so that you can better understand them. |
107 | For information about the layer-creation scripts, see the | 107 | For information about the layer-creation scripts, see the |
108 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" | 108 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-bitbake-layers-script'>Creating a New BSP Layer Using the <filename>bitbake-layers</filename> Script</ulink>" |
109 | section in the Yocto Project Board Support Package (BSP) | 109 | section in the Yocto Project Board Support Package (BSP) |
110 | Developer's Guide and the | 110 | Developer's Guide and the |
111 | "<link linkend='creating-a-general-layer-using-the-bitbake-layers-script'>Creating a General Layer Using the <filename>bitbake-layers</filename> Script</link>" | 111 | "<link linkend='creating-a-general-layer-using-the-bitbake-layers-script'>Creating a General Layer Using the <filename>bitbake-layers</filename> Script</link>" |
@@ -3525,8 +3525,9 @@ | |||
3525 | <para> | 3525 | <para> |
3526 | For a complete example that shows how to add a new machine, | 3526 | For a complete example that shows how to add a new machine, |
3527 | see the | 3527 | see the |
3528 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" | 3528 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-bitbake-layers-script'>Creating a New BSP Layer Using the <filename>bitbake-layers</filename> Script</ulink>" |
3529 | section in the Yocto Project Board Support Package (BSP) Developer's Guide. | 3529 | section in the Yocto Project Board Support Package (BSP) |
3530 | Developer's Guide. | ||
3530 | </para> | 3531 | </para> |
3531 | 3532 | ||
3532 | <section id="platdev-newmachine-conffile"> | 3533 | <section id="platdev-newmachine-conffile"> |
diff --git a/documentation/yocto-project-qs/qs.xml b/documentation/yocto-project-qs/qs.xml index 4dc6141a9d..71354ed685 100644 --- a/documentation/yocto-project-qs/qs.xml +++ b/documentation/yocto-project-qs/qs.xml | |||
@@ -968,7 +968,7 @@ | |||
968 | <emphasis>Add a Layer for Hardware Support:</emphasis> | 968 | <emphasis>Add a Layer for Hardware Support:</emphasis> |
969 | For steps on how to add a Board Support Package (BSP) | 969 | For steps on how to add a Board Support Package (BSP) |
970 | layer that supports specific hardware, see the | 970 | layer that supports specific hardware, see the |
971 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a new BSP Layer Using the yocto-bsp Script</ulink>" | 971 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-bitbake-layers-script'>Creating a new BSP Layer Using the <filename>bitbake-layers</filename> Script</ulink>" |
972 | section in the Yocto Project Board Support Package | 972 | section in the Yocto Project Board Support Package |
973 | (BSP) Developer's Guide. | 973 | (BSP) Developer's Guide. |
974 | For background information on BSP layers, see the | 974 | For background information on BSP layers, see the |