Jesse, Thanks for resending. I have applied this patch to both the master and Dylan branches of the yocto-docs repository. You can see the change on the website here:
* http://www.yoctoproject.org/docs/1.5/dev-manual/dev-manual.html#adding-ptest-to-your-build * http://www.yoctoproject.org/docs/1.4.1/dev-manual/dev-manual.html#adding-ptest-to-your-build Thanks for catching this. Scott >-----Original Message----- >From: [email protected] [mailto:yocto- >[email protected]] On Behalf Of Jesse Zhang >Sent: Wednesday, June 05, 2013 1:32 AM >To: [email protected] >Subject: [yocto] [PATCH 1/1] dev-manual: fix instructions for enabling >ptest > >The IMAGE_FEATURE and DISTRO_FEATURE are exchanged. > >Signed-off-by: Jesse Zhang <[email protected]> >--- > 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 > >_______________________________________________ >yocto mailing list >[email protected] >https://lists.yoctoproject.org/listinfo/yocto _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
