From bac81646a921e19f8f0c2e3ff130e82d2f80077e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 8 Dec 2017 14:06:46 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 7 ++++--- 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 @@ This section describes the steps you perform by hand to create a layer so that you can better understand them. For information about the layer-creation scripts, see the - "Creating a New BSP Layer Using the yocto-bsp Script" + "Creating a New BSP Layer Using the bitbake-layers Script" section in the Yocto Project Board Support Package (BSP) Developer's Guide and the "Creating a General Layer Using the bitbake-layers Script" @@ -3525,8 +3525,9 @@ For a complete example that shows how to add a new machine, see the - "Creating a New BSP Layer Using the yocto-bsp Script" - section in the Yocto Project Board Support Package (BSP) Developer's Guide. + "Creating a New BSP Layer Using the bitbake-layers Script" + section in the Yocto Project Board Support Package (BSP) + Developer's Guide.
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 @@ Add a Layer for Hardware Support: For steps on how to add a Board Support Package (BSP) layer that supports specific hardware, see the - "Creating a new BSP Layer Using the yocto-bsp Script" + "Creating a new BSP Layer Using the bitbake-layers Script" section in the Yocto Project Board Support Package (BSP) Developer's Guide. For background information on BSP layers, see the