summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-03-20 16:15:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-25 09:41:13 +0100
commitfcbe72179c01fdb93a58a2016eef5e89ab0c63ba (patch)
treeaebff259c223d657a0ef8a71dd7f8a50d946d975 /documentation/kernel-dev
parent955e49c134e6093be47bb7035a0222bd00651135 (diff)
downloadpoky-fcbe72179c01fdb93a58a2016eef5e89ab0c63ba.tar.gz
documentation: Updated the section on creating a general script
Split this section into two sections: one for creating the layer using bitbake-layers create-layer and one for adding the layer to bblayers.conf using bitbake-layers add-layer. Needed to update some references in the yocto-project-qs and kernel-dev manuals. (From yocto-docs rev: 741a29b0cbeaaeaa0ac9155036ace2623938aee3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 1ea5ca53d2..9686609bf5 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -136,7 +136,7 @@
136 Developer's Guide, respectively. 136 Developer's Guide, respectively.
137 For information on how to use the 137 For information on how to use the
138 <filename>bitbake-layers create-layer</filename> 138 <filename>bitbake-layers create-layer</filename>
139 command, see the 139 command to quickly set up a layer, see the
140 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-bitbake-layers-script'>Creating a General Layer Using the <filename>bitbake-layers</filename> Script</ulink>" 140 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-bitbake-layers-script'>Creating a General Layer Using the <filename>bitbake-layers</filename> Script</ulink>"
141 section in the Yocto Project Development Tasks 141 section in the Yocto Project Development Tasks
142 Manual. 142 Manual.
@@ -360,7 +360,7 @@
360 Developer's Guide, respectively. 360 Developer's Guide, respectively.
361 For information on how to use the 361 For information on how to use the
362 <filename>bitbake-layers create-layer</filename> 362 <filename>bitbake-layers create-layer</filename>
363 command, see the 363 command to quickly set up a layer, see the
364 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-bitbake-layers-script'>Creating a General Layer Using the <filename>bitbake-layers</filename> Script</ulink>" 364 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-bitbake-layers-script'>Creating a General Layer Using the <filename>bitbake-layers</filename> Script</ulink>"
365 section in the Yocto Project Development Tasks 365 section in the Yocto Project Development Tasks
366 Manual. 366 Manual.
@@ -489,7 +489,8 @@
489 See the 489 See the
490 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-bitbake-layers-script'>Creating a General Layer Using the <filename>bitbake-layers</filename> Script</ulink>" 490 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-bitbake-layers-script'>Creating a General Layer Using the <filename>bitbake-layers</filename> Script</ulink>"
491 section in the Yocto Project Development Tasks Manual for 491 section in the Yocto Project Development Tasks Manual for
492 information on how to use this script. 492 information on how to use this script to quick set up a
493 new layer.
493 </note> 494 </note>
494 </para> 495 </para>
495 496