aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-15 09:26:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-21 19:06:53 +0100
commited3cd02d4cd7f871eec5f3fbe005614db1142b7a (patch)
tree5ca294f73f023a430af0da008f7754d0634d30e8
parent93ad63c102bc746d51ea868c8f80d26d171cbca6 (diff)
downloadopenembedded-core-contrib-ed3cd02d4cd7f871eec5f3fbe005614db1142b7a.tar.gz
dev-manual: Removed not to the PTEST_ENABLED variable.
The note did not need to be there. (From yocto-docs rev: 5ff94a1a412447c1ed1cda64e985b52545ccd9e7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 1e4f25d918..6aabdf4877 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -5900,16 +5900,6 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
DISTRO_FEATURES_append = " ptest"
EXTRA_IMAGE_FEATURES += "ptest-pkgs"
</literallayout>
- <note>
- The OpenEmbedded build system uses the
- <ulink url='&YOCTO_DOCS_REF_URL;#var-PTEST_ENABLED'><filename>PTEST_ENABLED</filename></ulink>
- variable to see if it should enable ptests during
- a build.
- This variable is enabled or disabled through your use
- of the <filename>DISTRO_FEATURES</filename> variable.
- You do not set <filename>PTEST_ENABLED</filename>
- directly.
- </note>
Once your build is complete, the ptest files are installed
into the <filename>/usr/lib/&lt;package&gt;/ptest</filename>
directory within the image, where