]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Removed the "technical-details.xml" file
authorScott Rifenbark <srifenbark@gmail.com>
Thu, 11 Jan 2018 22:19:00 +0000 (14:19 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Feb 2018 15:25:28 +0000 (15:25 +0000)
Fixes [YOCTO #12370]

The "technical-details.xml" file was for the old chapter four of the
ref-manual.  All content in that chapter has been moved to the new
concepts chapter of the overview-manual.  I updated the mega-manual.xml
file to not include the old technical-details chapter as part of the
ref-manual.  I also updated the ref-manual.xml file to not include the
technical-details.xml chapter when building the ref-manual.

(From yocto-docs rev: c4a88048dc099dbd2d0926a9194d5502fa2f1cfc)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/mega-manual/mega-manual.xml
documentation/ref-manual/ref-manual.xml
documentation/ref-manual/technical-details.xml [deleted file]

index c0838970e5f880f283011a89a5281633ce7b1404..1d6b83e24a4ce2644dc3d18ba2b01cf3b0527e44 100644 (file)
     <xi:include
         xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/>
 
-    <xi:include
-        xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/technical-details.xml"/>
-
     <xi:include
         xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-release-process.xml"/>
 
index e69ab72c623984dd43a626fd74b01f59341f36c8..f17d850ce3dfc60f15c33b9e5f20c1379564b429 100644 (file)
 
     <xi:include href="usingpoky.xml"/>
 
-    <xi:include href="technical-details.xml"/>
-
     <xi:include href="ref-release-process.xml"/>
 
     <xi:include href="migration.xml"/>
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
deleted file mode 100644 (file)
index 3827366..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
-[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
-
-<chapter id='technical-details'>
-<title>Technical Details</title>
-
-    <para>
-        This chapter provides technical details for various parts of the
-        Yocto Project.
-        Currently, topics include Yocto Project components,
-        cross-toolchain generation, shared state (sstate) cache,
-        x32, Wayland support, and Licenses.
-    </para>
-
-</chapter>
-<!--
-vim: expandtab tw=80 ts=4
--->