summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
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:11 +0000
commit17ac9ee19475b2d67bd825479f683461829748bc (patch)
treee9d568df6db59492018b6da8d2d3eb1dfa182ba2 /documentation/dev-manual/dev-manual-common-tasks.xml
parente83292a00d062a7677a324b94d38456ab1eb6665 (diff)
downloadpoky-17ac9ee19475b2d67bd825479f683461829748bc.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: 9136617575eb7a0a08f0b81f75ae6cdede62219f) 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/dev-manual-common-tasks.xml')
-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 8ef3d2e0fd..7138f5dca6 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>
@@ -4058,11 +4058,7 @@
4058 </para> 4058 </para>
4059 4059
4060 <note> 4060 <note>
4061 With this release of the Yocto Project, three recipes exist 4061 A recipe is "ptest-enabled" if it inherits ptest.
4062 that are "ptest-enabled": <filename>bash</filename>,
4063 <filename>glib-2.0</filename>, and
4064 <filename>dbus</filename>.
4065 These three recipes are Autotool-enabled.
4066 </note> 4062 </note>
4067 4063
4068 <section id='adding-ptest-to-your-build'> 4064 <section id='adding-ptest-to-your-build'>