From a40d3981662074aeb6197b9115b8bf475af5d3b2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 Jul 2012 13:37:31 -0700 Subject: documentation/bsp-guide/bsp.xml: Fixed referece to source directory I missed a "Yocto Project Files" term because the damn thing split across two lines in the source file and my grep method did not find it. Changed it to "source directory." (From yocto-docs rev: 31a261c141d3e26f4a87b9725097005c96345e2e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/bsp-guide') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index a1a678b1c1..63963d5bbd 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -509,8 +509,8 @@ For your BSP, you typically want to use an existing Yocto Project kernel found in the - Yocto - Project Files at meta/recipes-kernel/linux. + source directory + at meta/recipes-kernel/linux. You can append your specific changes to the kernel recipe by using a similarly named append file, which is located in the BSP Layer (e.g. the meta-<bsp_name>/recipes-kernel/linux directory). -- cgit v1.2.3-54-g00ecf