summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
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
parent0478091045c55e725aafcbff5f242d839f71e7ff (diff)
downloadpoky-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')
-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 6c2884c576..41c1048163 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -154,9 +154,10 @@
154 154
155 <para> 155 <para>
156 If you have a complete Linux kernel <filename>.config</filename> 156 If you have a complete Linux kernel <filename>.config</filename>
157 file you want to use, copy it to the 157 file you want to use, copy it to a directory named
158 <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-FILES'><filename>FILES</filename></ulink><filename>}</filename> 158 <filename>files</filename>, which is in your
159 directory within your layer and name it "defconfig". 159 layer's <filename>recipes-kernel/linux</filename> directory
160 and name name the file "defconfig".
160 Then, add the following line to your linux-yocto 161 Then, add the following line to your linux-yocto
161 <filename>.bbappend</filename> file in your layer: 162 <filename>.bbappend</filename> file in your layer:
162 <literallayout class='monospaced'> 163 <literallayout class='monospaced'>