From eb9682f98c342086da331ae0fe1e6b8f72525c24 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 Oct 2012 08:06:41 -0700 Subject: [PATCH] documentation: dev-manual - minor edits. (From yocto-docs rev: 3a0411bb791a54d463996134ebbd1eace56163ab) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.