diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 872db18191..81a6c8b76d 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -1033,7 +1033,7 @@ The Yocto Project includes a couple of tools that enable you to create a BSP layer from scratch and do basic configuration and maintenance - of the kernel without ever looking at a metadata file. + of the kernel without ever looking at a Metadata file. These tools are yocto-bsp and yocto-kernel, respectively. @@ -1283,16 +1283,16 @@ In the example, we use the ARM architecture. The script then prompts you for the kernel. - The default 3.4 kernel is acceptable. + The default 3.8 kernel is acceptable. So, the example accepts the default. If you enter 'n', the script prompts you to further enter the kernel - you do want to use (e.g. 3.0, 3.2_preempt-rt, and so forth.). + you do want to use (e.g. 3.2, 3.2_preempt-rt, and so forth.). Next, the script asks whether you would like to have a new branch created especially for your BSP in the local Linux Yocto Kernel Git repository . If not, then the script re-uses an existing branch. - In this example, the default (or 'yes') is accepted. + In this example, the default (or "yes") is accepted. Thus, a new branch is created for the BSP rather than using a common, shared branch. The new branch is the branch committed to for any patches you might later add. @@ -1304,8 +1304,8 @@ you are now given the opportunity to select a particular machine branch on which to base your new BSP-specific machine branch (or to re-use if you had elected to not create a new branch). - Because this example is generating an arm BSP, the example - uses #1 at the prompt, which selects the arm-versatile branch. + Because this example is generating an ARM-based BSP, the example + uses #1 at the prompt, which selects the ARM-versatile branch. The remainder of the prompts are routine. Defaults are accepted for each. @@ -1336,7 +1336,7 @@ Adding the layer to this file allows the build system to build the BSP and the yocto-kernel tool to be able to find the layer and - other metadata it needs on which to operate. + other Metadata it needs on which to operate.