summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-23 10:48:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-27 13:56:04 +0000
commit4f3fdc33af42969c45d020d3be253741ebeccc98 (patch)
tree25458840f89d6f2bcfdd59488c9fe984a6bbe1c6 /documentation/ref-manual
parentf37037f26f7bc038529f555db9548d89e50fd2e4 (diff)
downloadpoky-4f3fdc33af42969c45d020d3be253741ebeccc98.tar.gz
ref-manual: New variable descriptions for KTYPE and KARCH.
(From yocto-docs rev: 35b7baa5653cffbb5e1dd1759643135c08b15bf7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index dd3e7ae33e..a44a086ee1 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1391,6 +1391,29 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1391 1391
1392 <glossdiv id='var-glossary-k'><title>K</title> 1392 <glossdiv id='var-glossary-k'><title>K</title>
1393 1393
1394 <glossentry id='var-KARCH'><glossterm>KARCH</glossterm>
1395 <glossdef>
1396 <para>
1397 Defines the kernel architecture to be used in assembling
1398 the configuration.
1399 Architectures supported for this release are:
1400 <literallayout class='monospaced'>
1401 powerpc
1402 arm
1403 i386
1404 mips
1405 powerpc
1406 x86_64
1407 </literallayout>
1408 </para>
1409
1410 <para>
1411 You define the <filename>KARCH</filename> variable in the
1412 <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#bsp-descriptions'>BSP Descriptions</ulink>.
1413 </para>
1414 </glossdef>
1415 </glossentry>
1416
1394 <glossentry id='var-KBRANCH'><glossterm>KBRANCH</glossterm> 1417 <glossentry id='var-KBRANCH'><glossterm>KBRANCH</glossterm>
1395 <glossdef> 1418 <glossdef>
1396 <para> 1419 <para>
@@ -1571,6 +1594,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1571 </glossdef> 1594 </glossdef>
1572 </glossentry> 1595 </glossentry>
1573 1596
1597 <glossentry id='var-KTYPE'><glossterm>KTYPE</glossterm>
1598 <glossdef>
1599 <para>
1600 Defines the kernel type to be used in assembling the
1601 configuration.
1602 The linux-yocto recipes define "standard", "tiny",
1603 and "preempt-rt" kernel types.
1604 See the
1605 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#kernel-types'>Kernel Types</ulink>"
1606 section in the Yocto Project Linux Kernel Development
1607 Manual for more information on kernel types.
1608 </para>
1609
1610 <para>
1611 You define the <filename>KTYPE</filename> variable in the
1612 <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#bsp-descriptions'>BSP Descriptions</ulink>.
1613 The value you use must match the value used for the
1614 <link linkend='var-LINUX_KERNEL_TYPE'><filename>LINUX_KERNEL_TYPE</filename></link>
1615 value used by the kernel recipe.
1616 </para>
1617 </glossdef>
1618 </glossentry>
1574 </glossdiv> 1619 </glossdiv>
1575 1620
1576 <glossdiv id='var-glossary-l'><title>L</title> 1621 <glossdiv id='var-glossary-l'><title>L</title>