summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 10:51:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:39 +0100
commit96e6c35466f005bc8ead36e0c69ec8f6763ab13c (patch)
tree4c89699bde5cfd5eb7ee68a9ddead371926ad87a /documentation
parentb87ee62d370bbfeff215dc302ad3710caf6ab279 (diff)
downloadpoky-96e6c35466f005bc8ead36e0c69ec8f6763ab13c.tar.gz
ref-manual: Edits to KMACHINE variable.
(From yocto-docs rev: da6a0471123edc68ebaa3f1d501976b73690115c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml12
1 files changed, 7 insertions, 5 deletions
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"
1701 1701
1702 <para> 1702 <para>
1703 Kernel machine names are initially defined in the 1703 Kernel machine names are initially defined in the
1704 <ulink url='&YOCTO_GIT_URL;/cgit.cgi'>Yocto Linux Kernel</ulink> in 1704 Yocto Linux Kernel's <filename>meta</filename> branch.
1705 the <filename>meta</filename> branch.
1706 From the <filename>meta</filename> branch, look in 1705 From the <filename>meta</filename> branch, look in
1707 the <filename>meta/cfg/kernel-cache/bsp/&lt;bsp_name&gt;/&lt;bsp-name&gt;-&lt;kernel-type&gt;.scc</filename> file. 1706 the <filename>meta/cfg/kernel-cache/bsp/&lt;bsp_name&gt;/&lt;bsp-name&gt;-&lt;kernel-type&gt;.scc</filename> file.
1708 For example, from the <filename>meta</filename> branch in the 1707 For example, from the <filename>meta</filename> branch in the
@@ -1719,13 +1718,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1719 1718
1720 include cedartrail.scc 1719 include cedartrail.scc
1721 </literallayout> 1720 </literallayout>
1722 You can see that the kernel understands the machine name for the Cedar Trail BSP as 1721 You can see that the kernel understands the machine name for
1722 the Cedar Trail Board Support Package (BSP) as
1723 <filename>cedartrail</filename>. 1723 <filename>cedartrail</filename>.
1724 </para> 1724 </para>
1725 1725
1726 <para> 1726 <para>
1727 If you look in the Cedar Trail BSP layer in the <filename>meta-intel</filename> source 1727 If you look in the Cedar Trail BSP layer in the
1728 repository at <filename>meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend</filename>, 1728 <filename>meta-intel</filename>
1729 <ulink url='&YOCTO_DOCS_DEV_URL;#source-repositories'>Source Repositories</ulink>
1730 at <filename>meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend</filename>,
1729 you will find the following statements among others: 1731 you will find the following statements among others:
1730 <literallayout class='monospaced'> 1732 <literallayout class='monospaced'>
1731 COMPATIBLE_MACHINE_cedartrail = "cedartrail" 1733 COMPATIBLE_MACHINE_cedartrail = "cedartrail"