summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e712d9d64a..e39333482a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1558,6 +1558,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1558 </glossdef> 1558 </glossdef>
1559 </glossentry> 1559 </glossentry>
1560 1560
1561 <glossentry id='var-KFEATURE_DESCRIPTION'><glossterm>KFEATURE_DESCRIPTION</glossterm>
1562 <glossdef>
1563 <para>
1564 Provides a short description of a configuration fragment.
1565 You use this variable in the <filename>.scc</filename>
1566 file that describes a configuruation fragment file.
1567 Here is the variable used in a file named
1568 <filename>smp.scc</filename> to describe SMP being
1569 enabled:
1570 <literallayout class='monospaced'>
1571 define KFEATURE_DESCRIPTION "Enable SMP"
1572 </literallayout>
1573 </para>
1574 </glossdef>
1575 </glossentry>
1576
1561 <glossentry id='var-KMACHINE'><glossterm>KMACHINE</glossterm> 1577 <glossentry id='var-KMACHINE'><glossterm>KMACHINE</glossterm>
1562 <glossdef> 1578 <glossdef>
1563 <para> 1579 <para>