[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7929/8267] kernel-dev: Updates to where kernel metadata is found



commit 8dc04d54e00b1841e7116edfc3255528ae706ddd
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Wed Sep 27 16:56:56 2017 -0700

    kernel-dev: Updates to where kernel metadata is found
    
    "cfg" and "features" used to reside in the linux-yocto-x.x repo
    under meta.  They are now in a separate repo named
    yocto-kernel-cache.  I rewrote a couple spots that incorrectly
    referenced the old location.
    
    (From yocto-docs rev: e643fc3df46658b8bcf9cdc12a78b527988b63a6)
    
    Signed-off-by: Scott Rifenbark <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 documentation/kernel-dev/kernel-dev-advanced.xml |   20 +++++++-------------
 1 files changed, 7 insertions(+), 13 deletions(-)
---
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml 
b/documentation/kernel-dev/kernel-dev-advanced.xml
index 3b830fb..6618a7c 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -154,19 +154,13 @@
         </literallayout>
         The value of the entries in <filename>KERNEL_FEATURES</filename>
         are dependent on their location within the kernel Metadata itself.
-        The examples here are taken from the <filename>meta</filename>
-        branch of the <filename>linux-yocto-3.19</filename> repository.
-        Within that branch, "features" and "cfg" are subdirectories of the
-        <filename>meta/cfg/kernel-cache</filename> directory.
+        The examples here are taken from the
+        <filename>yocto-kernel-cache</filename> repository.
+        Each branch of this repository contains "features" and "cfg"
+        subdirectories at the top-level.
         For more information, see the
-        "<link linkend='kernel-metadata-syntax'>Kernel Metadata Syntax</link>" section.
-        <note>
-            The processing of the these variables has evolved some between the
-               0.9 and 1.3 releases of the Yocto Project and associated
-               kern-tools sources.
-            The descriptions in this section are accurate for 1.3 and later
-               releases of the Yocto Project.
-        </note>
+        "<link linkend='kernel-metadata-syntax'>Kernel Metadata Syntax</link>"
+        section.
     </para>
 </section>
 
@@ -283,7 +277,7 @@
         <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink>
         if you are creating Metadata in
         <link linkend='recipe-space-metadata'>recipe-space</link>,
-        or <filename>meta/cfg/kernel-cache/</filename> if you are creating
+        or <filename>yocto-kernel-cache/cfg</filename> if you are creating
         <link linkend='metadata-outside-the-recipe-space'>Metadata outside of the recipe-space</link>.
     </para>
 


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