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

Rifenbark, Scott M scott.m.rifenbark at intel.com
Wed Jun 5 01:55:19 PDT 2013


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: yocto-bounces at yoctoproject.org [mailto:yocto-
>bounces at yoctoproject.org] On Behalf Of Jesse Zhang
>Sent: Wednesday, June 05, 2013 1:32 AM
>To: yocto at yoctoproject.org
>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 <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
>
>_______________________________________________
>yocto mailing list
>yocto at yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list