mirror of
https://git.yoctoproject.org/poky
synced 2026-03-26 13:02:22 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d9e4c1bbf0
commit
e7be7a74b7
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user