summaryrefslogtreecommitdiffstats
path: root/documentation
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:37 +0100
commite7be7a74b785bd653ca1b33ae4fb29fa3d6d1c68 (patch)
tree9ebe2dfa08ed0c36438cf52adca074cf31b7146f /documentation
parentd9e4c1bbf0ea6ef50f24b62df3fe08a4dac6470f (diff)
downloadpoky-e7be7a74b785bd653ca1b33ae4fb29fa3d6d1c68.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')
-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'>