diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-07-15 09:26:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-21 19:06:53 +0100 |
commit | ed3cd02d4cd7f871eec5f3fbe005614db1142b7a (patch) | |
tree | 5ca294f73f023a430af0da008f7754d0634d30e8 | |
parent | 93ad63c102bc746d51ea868c8f80d26d171cbca6 (diff) | |
download | poky-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.xml | 10 |
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> | |||
5900 | DISTRO_FEATURES_append = " ptest" | 5900 | DISTRO_FEATURES_append = " ptest" |
5901 | EXTRA_IMAGE_FEATURES += "ptest-pkgs" | 5901 | EXTRA_IMAGE_FEATURES += "ptest-pkgs" |
5902 | </literallayout> | 5902 | </literallayout> |
5903 | <note> | ||
5904 | The OpenEmbedded build system uses the | ||
5905 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PTEST_ENABLED'><filename>PTEST_ENABLED</filename></ulink> | ||
5906 | variable to see if it should enable ptests during | ||
5907 | a build. | ||
5908 | This variable is enabled or disabled through your use | ||
5909 | of the <filename>DISTRO_FEATURES</filename> variable. | ||
5910 | You do not set <filename>PTEST_ENABLED</filename> | ||
5911 | directly. | ||
5912 | </note> | ||
5913 | Once your build is complete, the ptest files are installed | 5903 | Once your build is complete, the ptest files are installed |
5914 | into the <filename>/usr/lib/<package>/ptest</filename> | 5904 | into the <filename>/usr/lib/<package>/ptest</filename> |
5915 | directory within the image, where | 5905 | directory within the image, where |