summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-common.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-17 07:49:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:23 +0100
commitc159989490e8dd65af42e0304b036e6f14fc0078 (patch)
tree8bee1aee3167329b11a62446b226234276072515 /documentation/kernel-dev/kernel-dev-common.xml
parent0478091045c55e725aafcbff5f242d839f71e7ff (diff)
downloadast2050-yocto-poky-c159989490e8dd65af42e0304b036e6f14fc0078.zip
ast2050-yocto-poky-c159989490e8dd65af42e0304b036e6f14fc0078.tar.gz
kernel-dev: Correction to where to place a .cfg file.
This was inaccurately referencing the ${FILES} directory when it should be talking about a "files" directory created in the user's layer where the kernel .bbappend file resides. (From yocto-docs rev: 2af3a71db6e6d99b9aa4b710e21f3f3bacff0b82) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 6c2884c..41c1048 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -154,9 +154,10 @@
<para>
If you have a complete Linux kernel <filename>.config</filename>
- file you want to use, copy it to the
- <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-FILES'><filename>FILES</filename></ulink><filename>}</filename>
- directory within your layer and name it "defconfig".
+ file you want to use, copy it to a directory named
+ <filename>files</filename>, which is in your
+ layer's <filename>recipes-kernel/linux</filename> directory
+ and name name the file "defconfig".
Then, add the following line to your linux-yocto
<filename>.bbappend</filename> file in your layer:
<literallayout class='monospaced'>
OpenPOWER on IntegriCloud