summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-20 08:45:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-22 17:53:44 +0100
commit379713e97b0c0ab1b1d12402c55ee460c801d323 (patch)
tree5f9bef9d30cd6385f1f4fe7baabe997e72d1a8ed /documentation
parent46d9bd00761854527748ffdcfe6896e88187bbf2 (diff)
downloadpoky-379713e97b0c0ab1b1d12402c55ee460c801d323.tar.gz
kernel-dev: Added some cross-references to layer creation.
(From yocto-docs rev: 67658657d10ae1e243a27ff8b3df60f31ccd9740) 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/kernel-dev/kernel-dev-common.xml33
1 files changed, 27 insertions, 6 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index c4396696b8..dcce83fc0e 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -130,6 +130,17 @@
130 130
131 Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README). 131 Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README).
132 </literallayout> 132 </literallayout>
133 <note>
134 For background information on working with layers,
135 see the
136 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
137 section in the Yocto Project Development Manual.
138 See the
139 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-yocto-layer-script'>Creating a General Layer Using the yocto-layer Script</ulink>"
140 section in the Yocto Project Development Manual for
141 details on how to use the
142 <filename>yocto-layer</filename> script.
143 </note>
133 </para></listitem> 144 </para></listitem>
134 <listitem><para> 145 <listitem><para>
135 <emphasis>Inform the BitBake Build Environment About 146 <emphasis>Inform the BitBake Build Environment About
@@ -338,6 +349,17 @@
338 349
339 Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README). 350 Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README).
340 </literallayout> 351 </literallayout>
352 <note>
353 For background information on working with layers,
354 see the
355 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
356 section in the Yocto Project Development Manual.
357 See the
358 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-yocto-layer-script'>Creating a General Layer Using the yocto-layer Script</ulink>"
359 section in the Yocto Project Development Manual for
360 details on how to use the
361 <filename>yocto-layer</filename> script.
362 </note>
341 </para></listitem> 363 </para></listitem>
342 <listitem><para> 364 <listitem><para>
343 <emphasis>Inform the BitBake Build Environment About 365 <emphasis>Inform the BitBake Build Environment About
@@ -444,11 +466,10 @@
444 work. 466 work.
445 Your layer contains its own 467 Your layer contains its own
446 <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink> 468 <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink>
447 append files 469 append files (<filename>.bbappend</filename>) and provides a
448 (<filename>.bbappend</filename>) and provides a convenient 470 convenient mechanism to create your own recipe files
449 mechanism to create your own recipe files
450 (<filename>.bb</filename>). 471 (<filename>.bb</filename>).
451 For details on how to create and work with layers, see the 472 For background information on working with layers, see the
452 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" 473 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
453 section in the Yocto Project Development Manual. 474 section in the Yocto Project Development Manual.
454 <note><title>Tip</title> 475 <note><title>Tip</title>
@@ -458,8 +479,8 @@
458 script, which simplifies creating a new layer. 479 script, which simplifies creating a new layer.
459 See the 480 See the
460 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-yocto-layer-script'>Creating a General Layer Using the yocto-layer Script</ulink>" 481 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-yocto-layer-script'>Creating a General Layer Using the yocto-layer Script</ulink>"
461 section in the Yocto Project Development Manual for more 482 section in the Yocto Project Development Manual for information
462 information. 483 on how to use this script.
463 </note> 484 </note>
464 </para> 485 </para>
465 486