diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index c915df4ae6..e7d2db7326 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -54,7 +54,7 @@ a specific hardware target. Usually, when you want to create an image that runs on embedded hardware, the image does not require the same number of features that a full-fledged Linux distribution provides. - Thus, you can create a much smaller image that is designed to use only the hardware + Thus, you can create a much smaller image that is designed to use only the features for your particular hardware. @@ -68,9 +68,9 @@ Developing a Board Support Package (BSP) - A BSP is a packageof recipes that, when applied, during a build results in + A BSP is a package 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. + Thus, the package when compiled into the new image, supports the operation of the board. @@ -133,7 +133,7 @@ Embedded Media Graphics Driver (EMGD). The remainder of this example uses that base BSP. To see the supported BSPs, go to the - Download page on the Yocto Project + Downloads page on the Yocto Project website and click on “BSP Downloads.” Create your own BSP layer: Layers are ideal for isolating and storing work for a given piece of hardware.