]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
kernel-dev: Added some cross-references to layer creation.
authorScott Rifenbark <srifenbark@gmail.com>
Wed, 20 Sep 2017 15:45:47 +0000 (08:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Sep 2017 16:53:44 +0000 (17:53 +0100)
(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

index c4396696b8fc82bd8fa6d6d32122d0e27d7f2103..dcce83fc0e70bfafd9d394ddd62dadbbd71b5f44 100644 (file)
 
       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
 
       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
             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>
                 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>