[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7856/8267] kernel-dev: Added some cross-references to layer creation.



commit 379713e97b0c0ab1b1d12402c55ee460c801d323
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Wed Sep 20 08:45:47 2017 -0700

    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>

 documentation/kernel-dev/kernel-dev-common.xml |   33 +++++++++++++++++++----
 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 c439669..dcce83f 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -130,6 +130,17 @@
 
       Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README).
                         </literallayout>
+                        <note>
+                            For background information on working with layers,
+                            see the
+                            "<ulink 
url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
+                            section in the Yocto Project Development Manual.
+                            See the
+                            "<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>"
+                            section in the Yocto Project Development Manual for
+                            details on how to use the
+                            <filename>yocto-layer</filename> script.
+                        </note>
                         </para></listitem>
                     <listitem><para>
                         <emphasis>Inform the BitBake Build Environment About
@@ -338,6 +349,17 @@
 
       Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README).
                         </literallayout>
+                        <note>
+                            For background information on working with layers,
+                            see the
+                            "<ulink 
url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
+                            section in the Yocto Project Development Manual.
+                            See the
+                            "<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>"
+                            section in the Yocto Project Development Manual for
+                            details on how to use the
+                            <filename>yocto-layer</filename> script.
+                        </note>
                         </para></listitem>
                     <listitem><para>
                         <emphasis>Inform the BitBake Build Environment About
@@ -444,11 +466,10 @@
             work.
             Your layer contains its own
             <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink>
-            append files
-            (<filename>.bbappend</filename>) and provides a convenient
-            mechanism to create your own recipe files
+            append files (<filename>.bbappend</filename>) and provides a
+            convenient mechanism to create your own recipe files
             (<filename>.bb</filename>).
-            For details on how to create and work with layers, see the
+            For background information on working with layers, see the
             "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating 
Layers</ulink>"
             section in the Yocto Project Development Manual.
             <note><title>Tip</title>
@@ -458,8 +479,8 @@
                 script, which simplifies creating a new layer.
                 See the
                 "<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>"
-                section in the Yocto Project Development Manual for more
-                information.
+                section in the Yocto Project Development Manual for information
+                on how to use this script.
             </note>
         </para>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]