summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 12:00:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:41 +0100
commitf66e7ffddd9262fd19d82dbaa177d92b9f36753c (patch)
tree92843078b9563b99c5d11d084d67c5ef1f629964 /documentation
parentacae2ad0c672f4f76bb7c7eeda1cd4042c2fe9b5 (diff)
downloadpoky-f66e7ffddd9262fd19d82dbaa177d92b9f36753c.tar.gz
ref-manual: Edits to SDKIMAGE_FEATURES variable.
(From yocto-docs rev: 84ff659abe77dc9211d9b46595c959b869f3e6b3) 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.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 8b2cce5fdb..1a4d9e639a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2861,9 +2861,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2861 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> 2861 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm>
2862 <glossdef> 2862 <glossdef>
2863 <para>Equivalent to 2863 <para>Equivalent to
2864 <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>. 2864 <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>.
2865 However, this variable applies to the SDK generated from an image using 2865 However, this variable applies to the SDK generated from an
2866 <filename>bitbake -c populate_sdk imagename</filename>). 2866 image using the following command:
2867 <literallayout class='monospaced'>
2868 $ bitbake -c populate_sdk imagename
2869 </literallayout>
2867 </para> 2870 </para>
2868 </glossdef> 2871 </glossdef>
2869 </glossentry> 2872 </glossentry>