From 4f3fdc33af42969c45d020d3be253741ebeccc98 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 23 Jan 2013 10:48:42 -0800 Subject: [PATCH] ref-manual: New variable descriptions for KTYPE and KARCH. (From yocto-docs rev: 35b7baa5653cffbb5e1dd1759643135c08b15bf7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) 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" K + KARCH + + + Defines the kernel architecture to be used in assembling + the configuration. + Architectures supported for this release are: + + powerpc + arm + i386 + mips + powerpc + x86_64 + + + + + You define the KARCH variable in the + BSP Descriptions. + + + + KBRANCH @@ -1571,6 +1594,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + KTYPE + + + Defines the kernel type to be used in assembling the + configuration. + The linux-yocto recipes define "standard", "tiny", + and "preempt-rt" kernel types. + See the + "Kernel Types" + section in the Yocto Project Linux Kernel Development + Manual for more information on kernel types. + + + + You define the KTYPE variable in the + BSP Descriptions. + The value you use must match the value used for the + LINUX_KERNEL_TYPE + value used by the kernel recipe. + + + L