From 96e6c35466f005bc8ead36e0c69ec8f6763ab13c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 10:51:26 -0700 Subject: ref-manual: Edits to KMACHINE variable. (From yocto-docs rev: da6a0471123edc68ebaa3f1d501976b73690115c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation/ref-manual') 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" -- cgit v1.2.3-54-g00ecf