summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-27 16:56:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-06 12:06:33 +0100
commit8dc04d54e00b1841e7116edfc3255528ae706ddd (patch)
tree9b3921e34ee183a76cf3b350bad24e4d915011b9 /documentation/kernel-dev
parent946fac468e2fb1bd258d083440a56aa52d5beb29 (diff)
downloadpoky-8dc04d54e00b1841e7116edfc3255528ae706ddd.tar.gz
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>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.xml20
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 3b830fb77f..6618a7c906 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -154,19 +154,13 @@
154 </literallayout> 154 </literallayout>
155 The value of the entries in <filename>KERNEL_FEATURES</filename> 155 The value of the entries in <filename>KERNEL_FEATURES</filename>
156 are dependent on their location within the kernel Metadata itself. 156 are dependent on their location within the kernel Metadata itself.
157 The examples here are taken from the <filename>meta</filename> 157 The examples here are taken from the
158 branch of the <filename>linux-yocto-3.19</filename> repository. 158 <filename>yocto-kernel-cache</filename> repository.
159 Within that branch, "features" and "cfg" are subdirectories of the 159 Each branch of this repository contains "features" and "cfg"
160 <filename>meta/cfg/kernel-cache</filename> directory. 160 subdirectories at the top-level.
161 For more information, see the 161 For more information, see the
162 "<link linkend='kernel-metadata-syntax'>Kernel Metadata Syntax</link>" section. 162 "<link linkend='kernel-metadata-syntax'>Kernel Metadata Syntax</link>"
163 <note> 163 section.
164 The processing of the these variables has evolved some between the
165 0.9 and 1.3 releases of the Yocto Project and associated
166 kern-tools sources.
167 The descriptions in this section are accurate for 1.3 and later
168 releases of the Yocto Project.
169 </note>
170 </para> 164 </para>
171</section> 165</section>
172 166
@@ -283,7 +277,7 @@
283 <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink> 277 <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink>
284 if you are creating Metadata in 278 if you are creating Metadata in
285 <link linkend='recipe-space-metadata'>recipe-space</link>, 279 <link linkend='recipe-space-metadata'>recipe-space</link>,
286 or <filename>meta/cfg/kernel-cache/</filename> if you are creating 280 or <filename>yocto-kernel-cache/cfg</filename> if you are creating
287 <link linkend='metadata-outside-the-recipe-space'>Metadata outside of the recipe-space</link>. 281 <link linkend='metadata-outside-the-recipe-space'>Metadata outside of the recipe-space</link>.
288 </para> 282 </para>
289 283