Browse Source

poky.ent: Added YOCTO_DOCS_OM_URL entity

The variabe for the "getting-started" manual goes away and is
replaced by this one for the new "overview-manual."

(From yocto-docs rev: 45fc9beac6db4c40c3660fc9e54cc11e9c1f96c4)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Scott Rifenbark 7 years ago
parent
commit
c555881ac8
37 changed files with 26 additions and 26 deletions
  1. 5 5
      documentation/Makefile
  2. BIN
      documentation/getting-started/figures/getting-started-title.png
  3. BIN
      documentation/mega-manual/figures/getting-started-title.png
  4. BIN
      documentation/mega-manual/figures/overview-manual-title.png
  5. 6 6
      documentation/mega-manual/mega-manual.xml
  6. 0 0
      documentation/overview-manual/figures/YP-flow-diagram.png
  7. 0 0
      documentation/overview-manual/figures/analysis-for-package-splitting.png
  8. 0 0
      documentation/overview-manual/figures/configuration-compile-autoreconf.png
  9. 0 0
      documentation/overview-manual/figures/cross-development-toolchains.png
  10. 0 0
      documentation/overview-manual/figures/git-workflow.png
  11. 0 0
      documentation/overview-manual/figures/image-generation.png
  12. 0 0
      documentation/overview-manual/figures/images.png
  13. 0 0
      documentation/overview-manual/figures/index-downloads.png
  14. 0 0
      documentation/overview-manual/figures/key-dev-elements.png
  15. 0 0
      documentation/overview-manual/figures/layer-input.png
  16. BIN
      documentation/overview-manual/figures/overview-manual-title.png
  17. 0 0
      documentation/overview-manual/figures/package-feeds.png
  18. 0 0
      documentation/overview-manual/figures/patching.png
  19. 0 0
      documentation/overview-manual/figures/poky-reference-distribution.png
  20. 0 0
      documentation/overview-manual/figures/sdk-generation.png
  21. 0 0
      documentation/overview-manual/figures/sdk.png
  22. 0 0
      documentation/overview-manual/figures/source-fetching.png
  23. 0 0
      documentation/overview-manual/figures/source-input.png
  24. 0 0
      documentation/overview-manual/figures/source-repos.png
  25. 0 0
      documentation/overview-manual/figures/user-configuration.png
  26. 0 0
      documentation/overview-manual/figures/yocto-environment-ref.png
  27. 0 0
      documentation/overview-manual/figures/yp-download.png
  28. 1 1
      documentation/overview-manual/overview-manual-concepts.xml
  29. 1 1
      documentation/overview-manual/overview-manual-customization.xsl
  30. 0 0
      documentation/overview-manual/overview-manual-development-environment.xml
  31. 1 1
      documentation/overview-manual/overview-manual-eclipse-customization.xsl
  32. 2 2
      documentation/overview-manual/overview-manual-intro.xml
  33. 1 1
      documentation/overview-manual/overview-manual-style.css
  34. 0 0
      documentation/overview-manual/overview-manual-yp-intro.xml
  35. 6 6
      documentation/overview-manual/overview-manual.xml
  36. 1 1
      documentation/poky.ent
  37. 2 2
      documentation/tools/mega-manual.sed

+ 5 - 5
documentation/Makefile

@@ -99,10 +99,10 @@ STYLESHEET = $(DOC)/*.css
 
 endif
 
-ifeq ($(DOC),getting-started)
+ifeq ($(DOC),overview-manual)
 XSLTOPTS = --xinclude
 ALLPREQ = html eclipse tarball
-TARFILES = getting-started-style.css getting-started.html figures/getting-started-title.png \
+TARFILES = overview-manual-style.css overview-manual.html figures/overview-manual-title.png \
            figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \
            figures/yp-download.png figures/YP-flow-diagram.png figures/key-dev-elements.png \
            figures/poky-reference-distribution.png \
@@ -269,7 +269,7 @@ TARFILES = mega-manual.html mega-style.css \
 	figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \
 	figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \
 	figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \
-	figures/getting-started-title.png
+	figures/overview-manual-title.png
 	endif
 
 MANUALS = $(DOC)/$(DOC).html
@@ -418,11 +418,11 @@ eclipse: eclipse-generate eclipse-resolve-links
 .PHONY : eclipse-generate eclipse-resolve-links
 
 eclipse-generate:
-ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual brief-yoctoprojectqs),)
+ifeq ($(filter $(DOC), overview-manual sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual brief-yoctoprojectqs),)
 	@echo " "
 	@echo "ERROR: You can only create eclipse documentation"
 	@echo "       of the following documentation parts:"
-	@echo "       - getting-started"
+	@echo "       - overview-manual"
 	@echo "       - sdk-manual"
 	@echo "       - bsp-guide"
 	@echo "       - dev-manual"

BIN
documentation/getting-started/figures/getting-started-title.png


BIN
documentation/mega-manual/figures/getting-started-title.png


BIN
documentation/mega-manual/figures/overview-manual-title.png


+ 6 - 6
documentation/mega-manual/mega-manual.xml

@@ -141,23 +141,23 @@
     <xi:include
         xmlns:xi="http://www.w3.org/2003/XInclude" href="../brief-yoctoprojectqs/brief-yoctoprojectqs.xml"/>
 
-<!-- Includes getting-started title image and then getting-started chapters -->
+<!-- Includes overview-manual title image and then overview-manual chapters -->
 
     <para>
-        <imagedata fileref="figures/getting-started-title.png" width="100%" align="left" scalefit="1" />
+        <imagedata fileref="figures/overview-manual-title.png" width="100%" align="left" scalefit="1" />
     </para>
 
     <xi:include
-        xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-intro.xml"/>
+        xmlns:xi="http://www.w3.org/2003/XInclude" href="../overview-manual/overview-manual-intro.xml"/>
 
     <xi:include
-        xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-yp-intro.xml"/>
+        xmlns:xi="http://www.w3.org/2003/XInclude" href="../overview-manual/overview-manual-yp-intro.xml"/>
 
     <xi:include
-        xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-development-environment.xml"/>
+        xmlns:xi="http://www.w3.org/2003/XInclude" href="../overview-manual/overview-manual-development-environment.xml"/>
 
     <xi:include
-        xmlns:xi="http://www.w3.org/2003/XInclude" href="../getting-started/getting-started-concepts.xml"/>
+        xmlns:xi="http://www.w3.org/2003/XInclude" href="../overview-manual/overview-manual-concepts.xml"/>
 
 <!-- Includes dev-manual title image and then dev-manual chapters -->
 

+ 0 - 0
documentation/getting-started/figures/YP-flow-diagram.png → documentation/overview-manual/figures/YP-flow-diagram.png


+ 0 - 0
documentation/getting-started/figures/analysis-for-package-splitting.png → documentation/overview-manual/figures/analysis-for-package-splitting.png


+ 0 - 0
documentation/getting-started/figures/configuration-compile-autoreconf.png → documentation/overview-manual/figures/configuration-compile-autoreconf.png


+ 0 - 0
documentation/getting-started/figures/cross-development-toolchains.png → documentation/overview-manual/figures/cross-development-toolchains.png


+ 0 - 0
documentation/getting-started/figures/git-workflow.png → documentation/overview-manual/figures/git-workflow.png


+ 0 - 0
documentation/getting-started/figures/image-generation.png → documentation/overview-manual/figures/image-generation.png


+ 0 - 0
documentation/getting-started/figures/images.png → documentation/overview-manual/figures/images.png


+ 0 - 0
documentation/getting-started/figures/index-downloads.png → documentation/overview-manual/figures/index-downloads.png


+ 0 - 0
documentation/getting-started/figures/key-dev-elements.png → documentation/overview-manual/figures/key-dev-elements.png


+ 0 - 0
documentation/getting-started/figures/layer-input.png → documentation/overview-manual/figures/layer-input.png


BIN
documentation/overview-manual/figures/overview-manual-title.png


+ 0 - 0
documentation/getting-started/figures/package-feeds.png → documentation/overview-manual/figures/package-feeds.png


+ 0 - 0
documentation/getting-started/figures/patching.png → documentation/overview-manual/figures/patching.png


+ 0 - 0
documentation/getting-started/figures/poky-reference-distribution.png → documentation/overview-manual/figures/poky-reference-distribution.png


+ 0 - 0
documentation/getting-started/figures/sdk-generation.png → documentation/overview-manual/figures/sdk-generation.png


+ 0 - 0
documentation/getting-started/figures/sdk.png → documentation/overview-manual/figures/sdk.png


+ 0 - 0
documentation/getting-started/figures/source-fetching.png → documentation/overview-manual/figures/source-fetching.png


+ 0 - 0
documentation/getting-started/figures/source-input.png → documentation/overview-manual/figures/source-input.png


+ 0 - 0
documentation/getting-started/figures/source-repos.png → documentation/overview-manual/figures/source-repos.png


+ 0 - 0
documentation/getting-started/figures/user-configuration.png → documentation/overview-manual/figures/user-configuration.png


+ 0 - 0
documentation/getting-started/figures/yocto-environment-ref.png → documentation/overview-manual/figures/yocto-environment-ref.png


+ 0 - 0
documentation/getting-started/figures/yp-download.png → documentation/overview-manual/figures/yp-download.png


+ 1 - 1
documentation/getting-started/getting-started-concepts.xml → documentation/overview-manual/overview-manual-concepts.xml

@@ -2,7 +2,7 @@
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
 [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
 
-<chapter id=' getting-started-concepts'>
+<chapter id=' overview-manual-concepts'>
 <title>Yocto Project Concepts</title>
 
     <section id='yocto-project-components'>

+ 1 - 1
documentation/getting-started/getting-started-customization.xsl → documentation/overview-manual/overview-manual-customization.xsl

@@ -17,7 +17,7 @@
   <xsl:include href="../template/division.title.xsl"/>
   <xsl:include href="../template/formal.object.heading.xsl"/>
 
-  <xsl:param name="html.stylesheet" select="'getting-started-style.css'" />
+  <xsl:param name="html.stylesheet" select="'overview-manual-style.css'" />
   <xsl:param name="chapter.autolabel" select="1" />
   <xsl:param name="appendix.autolabel" select="A" />
   <xsl:param name="section.autolabel" select="1" />

+ 0 - 0
documentation/getting-started/getting-started-development-environment.xml → documentation/overview-manual/overview-manual-development-environment.xml


+ 1 - 1
documentation/getting-started/getting-started-eclipse-customization.xsl → documentation/overview-manual/overview-manual-eclipse-customization.xsl

@@ -22,7 +22,7 @@
   <xsl:param name="chunk.section.depth" select="10"/>
   <xsl:param name="use.id.as.filename" select="1"/>
   <xsl:param name="ulink.target" select="'_self'" />
-  <xsl:param name="base.dir" select="'html/getting-started/'"/>
+  <xsl:param name="base.dir" select="'html/overview-manual/'"/>
   <xsl:param name="html.stylesheet" select="'../book.css'"/>
   <xsl:param name="eclipse.manifest" select="0"/>
   <xsl:param name="create.plugin.xml" select="0"/>

+ 2 - 2
documentation/getting-started/getting-started-intro.xml → documentation/overview-manual/overview-manual-intro.xml

@@ -5,7 +5,7 @@
 <chapter id='overview-manual-intro'>
 
 <title>The Yocto Project Overview and Concepts Manual</title>
-    <section id='getting-started-welcome'>
+    <section id='overview-manual-welcome'>
         <title>Welcome</title>
 
         <para>
@@ -80,7 +80,7 @@
         </para>
     </section>
 
-    <section id='getting-started-overview-other-information'>
+    <section id='overview-manual-other-information'>
         <title>Other Information</title>
 
         <para>

+ 1 - 1
documentation/getting-started/getting-started-style.css → documentation/overview-manual/overview-manual-style.css

@@ -118,7 +118,7 @@ h6 {
   background-color: transparent;
   background-repeat: no-repeat;
   padding-top: 256px;
-  background-image: url("figures/getting-started-title.png");
+  background-image: url("figures/overview-manual-title.png");
   background-position: left top;
   margin-top: -256px;
   padding-right: 50px;

+ 0 - 0
documentation/getting-started/getting-started-yp-intro.xml → documentation/overview-manual/overview-manual-yp-intro.xml


+ 6 - 6
documentation/getting-started/getting-started.xml → documentation/overview-manual/overview-manual.xml

@@ -2,7 +2,7 @@
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
 [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
 
-<book id='getting-started-manual' lang='en'
+<book id='overview-manual' lang='en'
       xmlns:xi="http://www.w3.org/2003/XInclude"
       xmlns="http://docbook.org/ns/docbook"
       >
@@ -10,7 +10,7 @@
 
         <mediaobject>
             <imageobject>
-                <imagedata fileref='figures/getting-started-title.png'
+                <imagedata fileref='figures/overview-manual-title.png'
                     format='SVG'
                     align='left' scalefit='1' width='100%'/>
             </imageobject>
@@ -94,13 +94,13 @@
 
     </bookinfo>
 
-    <xi:include href="getting-started-intro.xml"/>
+    <xi:include href="overview-manual-intro.xml"/>
 
-    <xi:include href="getting-started-yp-intro.xml"/>
+    <xi:include href="overview-manual-yp-intro.xml"/>
 
-    <xi:include href="getting-started-development-environment.xml"/>
+    <xi:include href="overview-manual-development-environment.xml"/>
 
-    <xi:include href="getting-started-concepts.xml" />
+    <xi:include href="overview-manual-concepts.xml" />
 
 </book>
 <!--

+ 1 - 1
documentation/poky.ent

@@ -62,7 +62,7 @@
 <!ENTITY YOCTO_DOCS_BB_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/bitbake-user-manual/bitbake-user-manual.html">
 <!ENTITY YOCTO_DOCS_TOAST_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/toaster-manual/toaster-manual.html">
 <!ENTITY YOCTO_DOCS_SDK_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/sdk-manual/sdk-manual.html">
-<!ENTITY YOCTO_DOCS_GS_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/getting-started/getting-started.html">
+<!ENTITY YOCTO_DOCS_OM_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/overview-manual/overview-manual.html">
 <!ENTITY YOCTO_DOCS_BRIEF_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/brief-yoctoprojectqs/brief-yoctoprojectqs.html">
 <!ENTITY YOCTO_ADTPATH_DIR "/opt/poky/&DISTRO;">
 <!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2">

+ 2 - 2
documentation/tools/mega-manual.sed

@@ -16,7 +16,7 @@ s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/poky-ref-manual\/poky-
 s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/sdk-manual\/sdk-manual.html#/"link" href="#/g
 s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/bsp-guide\/bsp-guide.html#/"link" href="#/g
 s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/dev-manual\/dev-manual.html#/"link" href="#/g
-s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/getting-started\/getting-started.html#/"link" href="#/g
+s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/overview-manual\/overview-manual.html#/"link" href="#/g
 s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/brief-yoctoprojectqs\/brief-yoctoprojectqs.html#/"link" href="#/g
 s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/kernel-dev\/kernel-dev.html#/"link" href="#/g
 s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/profile-manual\/profile-manual.html#/"link" href="#/g
@@ -27,7 +27,7 @@ s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/toaster-manual\/toaste
 s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/brief-yoctoprojectqs\/brief-yoctoprojectqs.html" target="_top">Yocto Project Quick Build<\/a>/Yocto Project Quick Build/g
 s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/yocto-project-qs\/yocto-project-qs.html" target="_top">Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g
 s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/dev-manual\/dev-manual.html" target="_top">Yocto Project Development Tasks Manual<\/a>/Yocto Project Development Tasks Manual/g
-s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/getting-started\/getting-started.html" target="_top">Yocto Project Overview and Concepts Manual<\/a>/Yocto project Overview and Concepts Manual/g
+s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/overview-manual\/overview-manual.html" target="_top">Yocto Project Overview and Concepts Manual<\/a>/Yocto project Overview and Concepts Manual/g
 s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/sdk-manual\/sdk-manual.html" target="_top">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)<\/a>/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)/g
 s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/bsp-guide\/bsp-guide.html" target="_top">Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support Package (BSP) Developer's Guide/g
 s/<a class="ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/profile-manual\/profile-manual.html" target="_top">Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g