From 4a8d9992497754a902684a4653c2b723aaa82a92 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 25 Jun 2019 16:28:02 -0700 Subject: bsp-guide: Minor edits to Configuring Kernel section. (From yocto-docs rev: de86d2725fc70e5805727ad1eca1a4cebd14228d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index c3a6fac9ea..355c716ff9 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -690,13 +690,13 @@ files for the BSP. Most notably would be the formfactor files. For example, in the Raspberry Pi BSP there is the - formfactor_0.0.bbappend file, + formfactor_%.bbappend file, which is an append file used to augment the recipe that starts the build. Furthermore, there are machine-specific settings used during the build that are defined by the machconfig file further down in - the directory. + the directory (i.e. formfactor/rpi/). Here is the machconfig file for the Raspberry Pi BSP: @@ -716,7 +716,8 @@ formfactor recipe meta/recipes-bsp/formfactor/formfactor_0.0.bb, which is found in the - Source Directory. + Source Directory + (i.e. poky). -- cgit v1.2.3-54-g00ecf