summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-13 14:17:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:10 +0100
commitd9dc29ced6fc929abb8daa623aee64ac61fd7bc0 (patch)
tree22b6253c02dbb106163bb366f51e98ec8ea479aa /documentation
parente2935d36d2cfdfa56e40642535a409c7e5ba50f1 (diff)
downloadpoky-d9dc29ced6fc929abb8daa623aee64ac61fd7bc0.tar.gz
documentation/poky-ref-manual: Removed artifacts for dev chapter
Removing the Development chapter resulted in some links being re-defined to go to the YP Development manual. Also, the poky-ref-manual.xml file had to be altered to not include the chapter. Any sort of residual cleanup needed as a result of getting rid of this chapter is handled in this commit. (From yocto-docs rev: f8d113654b33ed5f6f1ba8e2d2e755b78033ddbf) 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/poky-ref-manual/introduction.xml4
-rw-r--r--documentation/poky-ref-manual/poky-ref-manual.xml2
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml4
-rw-r--r--documentation/poky-ref-manual/ref-classes.xml4
4 files changed, 4 insertions, 10 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index ac28eaef4e..35b099bc7e 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -46,10 +46,6 @@
46 This chapter describes the example filesystem layout for BSP development and 46 This chapter describes the example filesystem layout for BSP development and
47 the click-through licensing scheme.</para></listitem> 47 the click-through licensing scheme.</para></listitem>
48 <listitem><para><emphasis> 48 <listitem><para><emphasis>
49 <link linkend='platdev'>Platform Development With the Yocto Project</link>:</emphasis>
50 This chapter describes application development, debugging, and profiling using
51 the Yocto Project.</para></listitem>
52 <listitem><para><emphasis>
53 <link linkend='ref-structure'>Reference: Directory Structure</link>:</emphasis> 49 <link linkend='ref-structure'>Reference: Directory Structure</link>:</emphasis>
54 This appendix describes the 50 This appendix describes the
55 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created 51 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml
index d21ccffe3e..5c4ae917c5 100644
--- a/documentation/poky-ref-manual/poky-ref-manual.xml
+++ b/documentation/poky-ref-manual/poky-ref-manual.xml
@@ -92,8 +92,6 @@
92 92
93 <xi:include href="../bsp-guide/bsp.xml"/> 93 <xi:include href="../bsp-guide/bsp.xml"/>
94 94
95 <xi:include href="development.xml"/>
96
97 <xi:include href="ref-structure.xml"/> 95 <xi:include href="ref-structure.xml"/>
98 96
99 <xi:include href="ref-bitbake.xml"/> 97 <xi:include href="ref-bitbake.xml"/>
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index 8e5d4158b2..6c24452d54 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -405,8 +405,8 @@ Options:
405 This feature works using the <filename><link linkend='var-SRCREV'>SRCREV</link></filename> 405 This feature works using the <filename><link linkend='var-SRCREV'>SRCREV</link></filename>
406 variable. 406 variable.
407 See the 407 See the
408 "<link linkend='platdev-appdev-srcrev'>Development Within Yocto Project for a Package that Uses 408 "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-srcrev'>Using an External SCM</ulink>" section
409 an External SCM</link>" section for more information. 409 in the Yocto Project Development Manual for more information.
410 </para> 410 </para>
411 411
412 </section> 412 </section>
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index 67f2454145..d1b919f9b3 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -257,8 +257,8 @@
257 This class adds the <filename>devshell</filename> task. 257 This class adds the <filename>devshell</filename> task.
258 Distribution policy dictates whether to include this class. 258 Distribution policy dictates whether to include this class.
259 See the 259 See the
260 "<link linkend='platdev-appdev-devshell'>Development Within a Development Shell</link>" section 260 "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-devshell'>Using a Development Shell</ulink>" section
261 for more information about using devshell. 261 in the Yocto Project Development Manual for more information about using <filename>devshell</filename>.
262 </para> 262 </para>
263</section> 263</section>
264 264