From 947cc83436d01d629f703492f93d7870606d6ca4 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Fri, 6 Mar 2015 08:57:04 -0800 Subject: kernel-dev: Correct reference to "files" directory, should be ${PN}", and update kernel version. Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'documentation/kernel-dev') 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 @@ configuration fragment. For example, if you want to add support for a basic serial console, create a file named 8250.cfg in - the files directory with the following + the ${PN} directory with the following content (without indentation): CONFIG_SERIAL_8250=y @@ -556,8 +556,9 @@ Copy the linux-yocto-custom.bb recipe to your layer and give it a meaningful name. The name should include the version of the Linux kernel you - are using (e.g. linux-yocto-myproject_3.5.bb, - where "3.5" is the base version of the Linux kernel + are using (e.g. + linux-yocto-myproject_3.19.bb, + where "3.19" is the base version of the Linux kernel with which you would be working). In the same directory inside your layer, create a matching directory -- cgit v1.2.3-54-g00ecf