diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b0c41c8c16..9704541036 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1701,8 +1701,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
Kernel machine names are initially defined in the
- Yocto Linux Kernel in
- the meta branch.
+ Yocto Linux Kernel's meta branch.
From the meta branch, look in
the meta/cfg/kernel-cache/bsp/<bsp_name>/<bsp-name>-<kernel-type>.scc file.
For example, from the meta branch in the
@@ -1719,13 +1718,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
include cedartrail.scc
- You can see that the kernel understands the machine name for the Cedar Trail BSP as
+ You can see that the kernel understands the machine name for
+ the Cedar Trail Board Support Package (BSP) as
cedartrail.
- If you look in the Cedar Trail BSP layer in the meta-intel source
- repository at meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend,
+ If you look in the Cedar Trail BSP layer in the
+ meta-intel
+ Source Repositories
+ at meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend,
you will find the following statements among others:
COMPATIBLE_MACHINE_cedartrail = "cedartrail"