summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-13 06:02:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:27 +0100
commit839892ed2775efeb611dbb08f6f418974a13908b (patch)
tree5ef881eb05386da7464f605e577bcf2930ed1545 /documentation
parent232af2ec04fefaa286804f0d646a77989c47da1e (diff)
downloadpoky-839892ed2775efeb611dbb08f6f418974a13908b.tar.gz
ref-manual: Added ptest default build info to migrating section.
Added a ptest section to the "Moving to the Yocto Project 1.6 Release" section. Fixes [YOCTO #6400] Added a new section named "Package Tests (ptest)" to the migration section stating that ptest is built but not installed by default. I also added some cross-reference links to a usage section and to the ptest.bbclass section. (From yocto-docs rev: c6b8a4e4e4a398196eb2fb050cdfda8957313639) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 7cefa5ebf4..cac5a6b0ad 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -1359,6 +1359,20 @@
1359 </para> 1359 </para>
1360 </section> 1360 </section>
1361 1361
1362 <section id='migration-1.6-package-test-ptest'>
1363 <title>Package Test (ptest)</title>
1364
1365 <para>
1366 Package Tests (ptest) are built but not installed by default.
1367 For information on using Package Tests, see the
1368 "<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Setting up and running package test (ptest)</ulink>"
1369 section in the Yocto Project Development Manual.
1370 For information on the <filename>ptest</filename> class, see the
1371 "<link linkend='ref-classes-ptest'><filename>ptest.bbclass</filename></link>"
1372 section.
1373 </para>
1374 </section>
1375
1362 <section id='migration-1.6-build-changes'> 1376 <section id='migration-1.6-build-changes'>
1363 <title>Build Changes</title> 1377 <title>Build Changes</title>
1364 1378