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:36 +0100 |
| commit | 89d55eeb13855d5cd1d29fff609a724ba68a9853 (patch) | |
| tree | 465a89734310e07621fc9dc6e4ca938b857b4c37 /documentation | |
| parent | b2fddcb3b8911f376fcd7b57fc4c8fcb79cb4ee1 (diff) | |
| download | poky-89d55eeb13855d5cd1d29fff609a724ba68a9853.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: fddc1feff5670e73d28ebfca8f73eb16f2276de9)
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 f4358e13d3..a9fb4cb6aa 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -3577,8 +3577,8 @@ | |||
| 3577 | which is found in the | 3577 | which is found in the |
| 3578 | <link linkend='build-directory'>Build Directory</link>: | 3578 | <link linkend='build-directory'>Build Directory</link>: |
| 3579 | <literallayout class='monospaced'> | 3579 | <literallayout class='monospaced'> |
| 3580 | EXTRA_IMAGE_FEATURES += "ptest" | 3580 | DISTRO_FEATURES_append = " ptest" |
| 3581 | DISTRO_FEATURES_append = " ptest-pkgs" | 3581 | EXTRA_IMAGE_FEATURES += "ptest-pkgs" |
| 3582 | </literallayout> | 3582 | </literallayout> |
| 3583 | Once your build is complete, the ptest files are installed | 3583 | Once your build is complete, the ptest files are installed |
| 3584 | into the <filename>/usr/lib/<package>/ptest</filename> | 3584 | into the <filename>/usr/lib/<package>/ptest</filename> |
