diff options
author | Jesse Zhang <sen.zhang@windriver.com> | 2013-06-05 11:39:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-14 17:33:30 +0100 |
commit | d67aecffea4fc5a3df386f1381fdbffb734149f1 (patch) | |
tree | fafe031631ac2f8c6204edb8ef7f0ac0970c3b4e /documentation | |
parent | 4fec8e3bc95ec2bbce7780f857e518461ca60d30 (diff) | |
download | 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')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
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 ebd12d7240..1cf6969cff 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -3619,8 +3619,8 @@ | |||
3619 | which is found in the | 3619 | which is found in the |
3620 | <link linkend='build-directory'>Build Directory</link>: | 3620 | <link linkend='build-directory'>Build Directory</link>: |
3621 | <literallayout class='monospaced'> | 3621 | <literallayout class='monospaced'> |
3622 | EXTRA_IMAGE_FEATURES += "ptest" | 3622 | DISTRO_FEATURES_append = " ptest" |
3623 | DISTRO_FEATURES_append = " ptest-pkgs" | 3623 | EXTRA_IMAGE_FEATURES += "ptest-pkgs" |
3624 | </literallayout> | 3624 | </literallayout> |
3625 | Once your build is complete, the ptest files are installed | 3625 | Once your build is complete, the ptest files are installed |
3626 | into the <filename>/usr/lib/<package>/ptest</filename> | 3626 | into the <filename>/usr/lib/<package>/ptest</filename> |