From: Scott Rifenbark Date: Wed, 27 Sep 2017 23:56:56 +0000 (-0700) Subject: kernel-dev: Updates to where kernel metadata is found X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc04d54e00b1841e7116edfc3255528ae706ddd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 3b830fb77f0..6618a7c9061 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml @@ -154,19 +154,13 @@ The value of the entries in KERNEL_FEATURES are dependent on their location within the kernel Metadata itself. - The examples here are taken from the meta - branch of the linux-yocto-3.19 repository. - Within that branch, "features" and "cfg" are subdirectories of the - meta/cfg/kernel-cache directory. + The examples here are taken from the + yocto-kernel-cache repository. + Each branch of this repository contains "features" and "cfg" + subdirectories at the top-level. For more information, see the - "Kernel Metadata Syntax" section. - - 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. - + "Kernel Metadata Syntax" + section. @@ -283,7 +277,7 @@ FILESEXTRAPATHS if you are creating Metadata in recipe-space, - or meta/cfg/kernel-cache/ if you are creating + or yocto-kernel-cache/cfg if you are creating Metadata outside of the recipe-space.