diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-11 14:19:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:28 +0000 |
commit | 9b4575b508f5c73734b5beef216292e50c7970de (patch) | |
tree | ff9e0a8b5bbe488fa908009febdcceeb678db7ab /documentation/ref-manual | |
parent | 98a0739e593935439cae91a6d696f04fffb33c4e (diff) | |
download | poky-9b4575b508f5c73734b5beef216292e50c7970de.tar.gz |
ref-manual: Removed the "technical-details.xml" file
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-manual.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 19 |
2 files changed, 0 insertions, 21 deletions
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml index e69ab72c62..f17d850ce3 100644 --- a/documentation/ref-manual/ref-manual.xml +++ b/documentation/ref-manual/ref-manual.xml | |||
@@ -172,8 +172,6 @@ | |||
172 | 172 | ||
173 | <xi:include href="usingpoky.xml"/> | 173 | <xi:include href="usingpoky.xml"/> |
174 | 174 | ||
175 | <xi:include href="technical-details.xml"/> | ||
176 | |||
177 | <xi:include href="ref-release-process.xml"/> | 175 | <xi:include href="ref-release-process.xml"/> |
178 | 176 | ||
179 | <xi:include href="migration.xml"/> | 177 | <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 index 3827366dcb..0000000000 --- a/documentation/ref-manual/technical-details.xml +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | ||
3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | ||
4 | |||
5 | <chapter id='technical-details'> | ||
6 | <title>Technical Details</title> | ||
7 | |||
8 | <para> | ||
9 | This chapter provides technical details for various parts of the | ||
10 | Yocto Project. | ||
11 | Currently, topics include Yocto Project components, | ||
12 | cross-toolchain generation, shared state (sstate) cache, | ||
13 | x32, Wayland support, and Licenses. | ||
14 | </para> | ||
15 | |||
16 | </chapter> | ||
17 | <!-- | ||
18 | vim: expandtab tw=80 ts=4 | ||
19 | --> | ||