diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-23 15:30:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-27 13:56:05 +0000 |
commit | 79d192fb2c32481d9c3a8ad5bbb1a6758c8700f7 (patch) | |
tree | c955a6a6d30bb9106d6baabda3400d4269c07e15 /documentation | |
parent | 5053b654163d5cb209206144f079f42453c6ec1b (diff) | |
download | poky-79d192fb2c32481d9c3a8ad5bbb1a6758c8700f7.tar.gz |
ref-manual: Added new KFEATURE_DESCRIPTION glossary entry.
(From yocto-docs rev: 34060ca253a4434cd61c61fbefd0fe58ecd5fb36)
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.xml | 16 |
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> |