diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-09 15:53:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:27 +0000 |
commit | e2060287db8093b53d2d18a217c0c463eb6b0c86 (patch) | |
tree | 9ed8682dd6c1123cf0bc13587fd29260ce6d5781 /documentation/mega-manual | |
parent | 60cfd0785b2d64ec808e08ad9f716047542d8ba9 (diff) | |
download | poky-e2060287db8093b53d2d18a217c0c463eb6b0c86.tar.gz |
overview-manual, ref-manual, dev-manual: Moved x32 stuff
Fixes [YOCTO #12370]
The section on the x32 psABI topic was in the "technical details"
section of the reference manual. This section combined conceptual
and "how to" information for x32 psABI. I moved the conceptual
information to a new chapter in the overview-manual. I moved the
"how-to" information to a separate topic in the dev-manual. This
resulted in the mega-manual being updated to take on a new chapter
for the overview-manual (overview-concepts.xml). No links were
affected.
(From yocto-docs rev: 84da28a4ad0f3f89bfc865f410a5d06b57439beb)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/mega-manual')
-rw-r--r-- | documentation/mega-manual/mega-manual.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index efefa17032..c0838970e5 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -141,6 +141,9 @@ | |||
141 | <xi:include | 141 | <xi:include |
142 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../overview-manual/overview-development-environment.xml"/> | 142 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../overview-manual/overview-development-environment.xml"/> |
143 | 143 | ||
144 | <xi:include | ||
145 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../overview-manual/overview-concepts.xml"/> | ||
146 | |||
144 | <!-- Includes dev-manual title image and then dev-manual chapters --> | 147 | <!-- Includes dev-manual title image and then dev-manual chapters --> |
145 | 148 | ||
146 | <para> | 149 | <para> |