diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-02 08:09:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:36 +0100 |
commit | 6c5691a5cafcbb67744bd9ce767e3cdbef856ed0 (patch) | |
tree | 53a651bf460f97dc3a78b95abf13286e0ace86bd | |
parent | 99a1bf091e0ca5ab44514c26c505ec162be15532 (diff) | |
download | poky-6c5691a5cafcbb67744bd9ce767e3cdbef856ed0.tar.gz |
documentation: poky-ref-manual - glossary entry for SDKIMAGE_FEATURES
Add new SDKIMAGE_FEATURES to variable reference.
(From yocto-docs rev: bb7de36ef04a11c95c46c8fbbe170c721d7b020b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 2ea1122e92..89c7fbd4fe 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -1868,6 +1868,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1868 | </glossdef> | 1868 | </glossdef> |
1869 | </glossentry> | 1869 | </glossentry> |
1870 | 1870 | ||
1871 | <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> | ||
1872 | <glossdef> | ||
1873 | <para>Equivalent to | ||
1874 | <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>. | ||
1875 | However, this variable applies to the SDK generated from an image using | ||
1876 | <filename>bitbake -c populate_sdk imagename</filename>). | ||
1877 | </para> | ||
1878 | </glossdef> | ||
1879 | </glossentry> | ||
1880 | |||
1871 | <glossentry id='var-SECTION'><glossterm>SECTION</glossterm> | 1881 | <glossentry id='var-SECTION'><glossterm>SECTION</glossterm> |
1872 | <glossdef> | 1882 | <glossdef> |
1873 | <para>The section where package should be put. | 1883 | <para>The section where package should be put. |