dev-manual: Fixed order for variables in ptest section.

The IMAGE_FEATURE and DISTRO_FEATURE are exchanged.

Reported-by: Jesse Zhang <sen.zhang@windriver.com>
(From yocto-docs rev: 07b09af0d94fed1812465db39aa89edc2db135d0)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jesse Zhang 2013-06-05 11:39:34 +03:00 committed by Richard Purdie
parent 4fec8e3bc9
commit d67aecffea
1 changed files with 2 additions and 2 deletions

View File

@ -3619,8 +3619,8 @@
which is found in the
<link linkend='build-directory'>Build Directory</link>:
<literallayout class='monospaced'>
EXTRA_IMAGE_FEATURES += "ptest"
DISTRO_FEATURES_append = " ptest-pkgs"
DISTRO_FEATURES_append = " ptest"
EXTRA_IMAGE_FEATURES += "ptest-pkgs"
</literallayout>
Once your build is complete, the ptest files are installed
into the <filename>/usr/lib/&lt;package&gt;/ptest</filename>