[yocto] [PATCH 1/1] dev-manual: fix instructions for enabling ptest

Jesse Zhang sen.zhang at windriver.com
Wed Jun 5 01:32:01 PDT 2013


The IMAGE_FEATURE and DISTRO_FEATURE are exchanged.

Signed-off-by: Jesse Zhang <sen.zhang at windriver.com>
---
 documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++--
 1 file 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/<package>/ptest</filename>
-- 
1.7.11.7




More information about the yocto mailing list