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>
This commit is contained in:
Scott Rifenbark
2013-03-28 12:00:22 -07:00
committed by Richard Purdie
parent acae2ad0c6
commit f66e7ffddd

View File

@@ -2861,9 +2861,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm>
<glossdef>
<para>Equivalent to
<filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>.
However, this variable applies to the SDK generated from an image using
<filename>bitbake -c populate_sdk imagename</filename>).
<filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>.
However, this variable applies to the SDK generated from an
image using the following command:
<literallayout class='monospaced'>
$ bitbake -c populate_sdk imagename
</literallayout>
</para>
</glossdef>
</glossentry>