summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
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:49 +0100
commit72beb19d9e3bc3690b460a56c0d7b7a4a59bae69 (patch)
tree500d8306277e332d9d08972edd405aef42d4e7d8 /documentation/ref-manual/migration.xml
parent4ff75a571aa1d0d0a2120917fba3d054f73dfd41 (diff)
downloadpoky-72beb19d9e3bc3690b460a56c0d7b7a4a59bae69.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: f752867265a1299b1d2790ae59a990a7991a6108) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-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 7d6363013a..95c81bf1a9 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -1362,6 +1362,20 @@
1362 </para> 1362 </para>
1363 </section> 1363 </section>
1364 1364
1365 <section id='migration-1.6-package-test-ptest'>
1366 <title>Package Test (ptest)</title>
1367
1368 <para>
1369 Package Tests (ptest) are built but not installed by default.
1370 For information on using Package Tests, see the
1371 "<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Setting up and running package test (ptest)</ulink>"
1372 section in the Yocto Project Development Manual.
1373 For information on the <filename>ptest</filename> class, see the
1374 "<link linkend='ref-classes-ptest'><filename>ptest.bbclass</filename></link>"
1375 section.
1376 </para>
1377 </section>
1378
1365 <section id='migration-1.6-build-changes'> 1379 <section id='migration-1.6-build-changes'>
1366 <title>Build Changes</title> 1380 <title>Build Changes</title>
1367 1381