diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2015-03-06 08:57:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-10 11:08:35 +0000 |
commit | 947cc83436d01d629f703492f93d7870606d6ca4 (patch) | |
tree | 7f5a10974183907897558c344ed65412d34cf729 | |
parent | 7727a1608a4238d4305eb9493803721b54c3db6a (diff) | |
download | poky-947cc83436d01d629f703492f93d7870606d6ca4.tar.gz |
kernel-dev: Correct reference to "files" directory, should be ${PN}", and update kernel version.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 7 |
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 be53c965ef..25a41d381d 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -208,7 +208,7 @@ | |||
208 | configuration fragment. | 208 | configuration fragment. |
209 | For example, if you want to add support for a basic serial | 209 | For example, if you want to add support for a basic serial |
210 | console, create a file named <filename>8250.cfg</filename> in | 210 | console, create a file named <filename>8250.cfg</filename> in |
211 | the <filename>files</filename> directory with the following | 211 | the <filename>${PN}</filename> directory with the following |
212 | content (without indentation): | 212 | content (without indentation): |
213 | <literallayout class='monospaced'> | 213 | <literallayout class='monospaced'> |
214 | CONFIG_SERIAL_8250=y | 214 | CONFIG_SERIAL_8250=y |
@@ -556,8 +556,9 @@ | |||
556 | <listitem><para>Copy the <filename>linux-yocto-custom.bb</filename> | 556 | <listitem><para>Copy the <filename>linux-yocto-custom.bb</filename> |
557 | recipe to your layer and give it a meaningful name. | 557 | recipe to your layer and give it a meaningful name. |
558 | The name should include the version of the Linux kernel you | 558 | The name should include the version of the Linux kernel you |
559 | are using (e.g. <filename>linux-yocto-myproject_3.5.bb</filename>, | 559 | are using (e.g. |
560 | where "3.5" is the base version of the Linux kernel | 560 | <filename>linux-yocto-myproject_3.19.bb</filename>, |
561 | where "3.19" is the base version of the Linux kernel | ||
561 | with which you would be working).</para></listitem> | 562 | with which you would be working).</para></listitem> |
562 | <listitem><para>In the same directory inside your layer, | 563 | <listitem><para>In the same directory inside your layer, |
563 | create a matching directory | 564 | create a matching directory |