summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-18 06:45:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:59 +0000
commit2c45a8c3ff60447fb4f73d9bca64e0f1b3332a89 (patch)
tree9cfdb5af0f47929a809a425d8fe024f131c71c56 /documentation/dev-manual
parent2c5640cdb4d4d573f2bc68c80f273e9c0ef0043d (diff)
downloadpoky-2c45a8c3ff60447fb4f73d9bca64e0f1b3332a89.tar.gz
dev-manual: updated the ptest section
Removed the note indicating that three specific recipes were "ptest-enabled" for the release. I substituted in wording that tells the user to see if a a recipe inherits ptest as a way of determining if the receipe is ptest-enabled. (From yocto-docs rev: f9886957055619e9c5e9eccfe0a606e7aee275cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index d6f5727114..65a6b6fe33 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -902,7 +902,7 @@
902 </para> 902 </para>
903 903
904 <para> 904 <para>
905 Defining the software using a custom recipe gives you total 905 Defining the software using a custom recipe gives you total
906 control over the contents of the image. 906 control over the contents of the image.
907 It is important to use the correct names of packages in the 907 It is important to use the correct names of packages in the
908 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'>IMAGE_INSTALL</ulink></filename> 908 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'>IMAGE_INSTALL</ulink></filename>
@@ -4789,11 +4789,7 @@ the details.
4789 </para> 4789 </para>
4790 4790
4791 <note> 4791 <note>
4792 With this release of the Yocto Project, three recipes exist 4792 A recipe is "ptest-enabled" if it inherits ptest.
4793 that are "ptest-enabled": <filename>bash</filename>,
4794 <filename>glib-2.0</filename>, and
4795 <filename>dbus</filename>.
4796 These three recipes are Autotool-enabled.
4797 </note> 4793 </note>
4798 4794
4799 <section id='adding-ptest-to-your-build'> 4795 <section id='adding-ptest-to-your-build'>