diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 30859d793e..baf99dd90c 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -42,7 +42,7 @@
Developing a Board Support Package (BSP)
- A BSP is a package of recipes that when applied while building an image results in
+ A BSP is a package of recipes that when applied during a build results in
an image you can run on a particular board.
Thus, the package, when compiled into the new image, supports the operation of the board.
@@ -55,21 +55,19 @@
The remainder of this section presents the basic steps to create a BSP basing it on an
existing BSP that ships with the Yocto Project.
- You can reference BSP Development Case
+ You can reference BSP Development Example
for a detailed example that uses the Crown Bay BSP as a base BSP from which to start.
- The following illustration shows the general workflow to create a BSP.
- In the figure....
+ This illustration and the following list summarizes the BSP creation general workflow.
-
+
- Here are the basic steps involved in creating a BSP:
Set up your host development system to support
development using the Yocto Project: See