From ed80131abfd17ede1b93b23e4e84af198cac500d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Mar 2018 11:03:02 -0700 Subject: bsp-guide: Review edits to the kernel layer. Minor corrections. (From yocto-docs rev: f7fa509b461d4b187f7f91c184b2de3c619de5a3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'documentation/bsp-guide') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index a93ac50f6f..787dc7bff1 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -381,7 +381,8 @@ Below is an example of the Raspberry Pi BSP - layer that ships with the Yocto Project: + layer that is available from the + Source Respositories: meta-raspberrypi/COPYING.MIT meta-raspberrypi/README.md @@ -882,18 +883,19 @@ You can find these files in the BSP Layer at: - meta-bsp_name/recipes-kernel/linux/linux-yocto*.bbappend + meta-bsp_name/recipes-kernel/linux/linux*.bbappend meta-bsp_name/recipes-kernel/linux/*.bb - Append files (*.bbappend modify + Append files (*.bbappend) modify the main kernel recipe being used to build the image. The *.bb files would be a - developer-supplied recipe. + developer-supplied kernel recipe. This area of the BSP hierarchy can contain both these - types of files. + types of files, although in practice, it is likely that + you would have one or the other. @@ -957,8 +959,8 @@ linux-raspberrypi_4.14.bb linux-raspberrypi_4.9.bb - The directory contains three kernel recipes and an - include file. + The directory contains three kernel recipes and a + common include file. @@ -1063,7 +1065,7 @@ Texas Instruments Beaglebone - (beaglebone-yocto + (beaglebone-yocto) Freescale MPC8315E-RDB -- cgit v1.2.3-54-g00ecf