From c159989490e8dd65af42e0304b036e6f14fc0078 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 17 Apr 2013 07:49:08 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 7 ++++--- 1 file 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 @@ If you have a complete Linux kernel .config - file you want to use, copy it to the - ${FILES} - directory within your layer and name it "defconfig". + file you want to use, copy it to a directory named + files, which is in your + layer's recipes-kernel/linux directory + and name name the file "defconfig". Then, add the following line to your linux-yocto .bbappend file in your layer: