diff options
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 |