From cfc02111655e9e222b5d4621496fc33e59a5bbd6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 7 May 2019 09:13:01 -0700 Subject: bsp-guide: More corrections to the BSP Kernel Recipe example After reading this over, I needed to explicitly state the *.bb and *.bbappend file names. It is clear now. (From yocto-docs rev: 901b76d9f94c33da15382068dc933d765cddade5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index fecb46b703..58f5733f7a 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -2167,12 +2167,12 @@ The meta-yocto-bsp/recipes-kernel/linux directory in the layer contains metadata used to build the kernel. - In this case, a kernel append file is used to - override an established kernel recipe, which is + In this case, a kernel append file (i.e. + linux-yocto_5.0.bbappend) is used to + override an established kernel recipe (i.e. + linux-yocto_5.0.bb), which is located in - - and named - linux-yocto_5.0.bbappend. + . -- cgit v1.2.3-54-g00ecf