diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index eb24643b87..a3852c44b4 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -70,7 +70,7 @@ Developing a Board Support Package (BSP) - A BSP is a package of recipes that, when applied during a build, results in + A BSP is a collection of recipes that, when applied during a build, results in an image that you can run on a particular board. Thus, the package when compiled into the new image, supports the operation of the board. @@ -156,8 +156,9 @@ Yocto Project Board Support Package (BSP) Developer's Guide. Five BSPs exist that are part of the Yocto Project release: genericx86, genericx86-64, - beaglebone, - mpc8315e, and edgerouter. + beaglebone (ARM), + mpc8315e (PowerPC), + and edgerouter (MIPS). The recipes and configurations for these five BSPs are located and dispersed within the Source Directory. On the other hand, BSP layers for Crown Bay, @@ -310,7 +311,7 @@ kernel. Thus, everything further to the right in the structure is based on the linux-yocto-3.4 kernel. - Branch points to right in the figure represent where the + Branch points to the right in the figure represent where the linux-yocto-3.4 kernel is modified for specific hardware or types of kernels, such as real-time kernels. Each leaf thus represents the end-point for a kernel designed to run on a specific