mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
kernel-dev: Fixed another occurrence of ${FILES}
Further down in the section, a second occurrence of ${FILES}
needed changed.
(From yocto-docs rev: 0212a1ebfef4c5a6a0ae76410f7753bbc41d3e82)
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
e7be7a74b7
commit
6bb52a0dff
@@ -171,7 +171,7 @@
|
|||||||
configuration fragment.
|
configuration fragment.
|
||||||
For example, if you want to add support for a basic serial
|
For example, if you want to add support for a basic serial
|
||||||
console, create a file named <filename>8250.cfg</filename> in the
|
console, create a file named <filename>8250.cfg</filename> in the
|
||||||
<filename>${FILES}</filename> directory with the following
|
<filename>files</filename> directory with the following
|
||||||
content (without indentation):
|
content (without indentation):
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
CONFIG_SERIAL_8250=y
|
CONFIG_SERIAL_8250=y
|
||||||
|
|||||||
Reference in New Issue
Block a user