summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-common.xml
diff options
context:
space:
mode:
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 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'>