summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorJesse Zhang <sen.zhang@windriver.com>2013-06-05 11:39:34 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-14 17:33:30 +0100
commitd67aecffea4fc5a3df386f1381fdbffb734149f1 (patch)
treefafe031631ac2f8c6204edb8ef7f0ac0970c3b4e /documentation/dev-manual
parent4fec8e3bc95ec2bbce7780f857e518461ca60d30 (diff)
downloadast2050-yocto-poky-d67aecffea4fc5a3df386f1381fdbffb734149f1.zip
ast2050-yocto-poky-d67aecffea4fc5a3df386f1381fdbffb734149f1.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index ebd12d7..1cf6969 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -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>
OpenPOWER on IntegriCloud