summaryrefslogtreecommitdiff
path: root/poky/documentation/overview-manual
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/overview-manual')
-rwxr-xr-x[-rw-r--r--]poky/documentation/overview-manual/figures/index-downloads.pngbin36362 -> 18142 bytes
-rw-r--r--poky/documentation/overview-manual/overview-manual-concepts.xml10
-rw-r--r--poky/documentation/overview-manual/overview-manual-development-environment.xml25
-rw-r--r--poky/documentation/overview-manual/overview-manual-eclipse-customization.xsl35
-rw-r--r--poky/documentation/overview-manual/overview-manual-yp-intro.xml43
-rw-r--r--poky/documentation/overview-manual/overview-manual.xml9
6 files changed, 17 insertions, 105 deletions
diff --git a/poky/documentation/overview-manual/figures/index-downloads.png b/poky/documentation/overview-manual/figures/index-downloads.png
index 96303b878..d8d4475ce 100644..100755
--- a/poky/documentation/overview-manual/figures/index-downloads.png
+++ b/poky/documentation/overview-manual/figures/index-downloads.png
Binary files differ
diff --git a/poky/documentation/overview-manual/overview-manual-concepts.xml b/poky/documentation/overview-manual/overview-manual-concepts.xml
index 5aca215a4..8a1b38c87 100644
--- a/poky/documentation/overview-manual/overview-manual-concepts.xml
+++ b/poky/documentation/overview-manual/overview-manual-concepts.xml
@@ -925,14 +925,16 @@
<para>
Another place the build system can get source files from is
- through an SCM such as Git or Subversion.
- In this case, a repository is cloned or checked out.
+ through a Source Control Manager (SCM) such as Git or
+ Subversion.
+ In such cases, a repository is cloned or checked out.
The
<ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-fetch'><filename>do_fetch</filename></ulink>
task inside BitBake uses
the <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink>
variable and the argument's prefix to determine the correct
- fetcher module.
+ <ulink url='&YOCTO_DOCS_BB_URL;#bb-fetchers'><filename>fetcher</filename></ulink>
+ module.
<note>
For information on how to have the OpenEmbedded build
system generate tarballs for Git repositories and place
@@ -940,7 +942,7 @@
<ulink url='&YOCTO_DOCS_REF_URL;#var-DL_DIR'><filename>DL_DIR</filename></ulink>
directory, see the
<ulink url='&YOCTO_DOCS_REF_URL;#var-BB_GENERATE_MIRROR_TARBALLS'><filename>BB_GENERATE_MIRROR_TARBALLS</filename></ulink>
- variable.
+ variable in the Yocto Project Reference Manual.
</note>
</para>
diff --git a/poky/documentation/overview-manual/overview-manual-development-environment.xml b/poky/documentation/overview-manual/overview-manual-development-environment.xml
index bba93ccef..2f1bd1610 100644
--- a/poky/documentation/overview-manual/overview-manual-development-environment.xml
+++ b/poky/documentation/overview-manual/overview-manual-development-environment.xml
@@ -166,22 +166,6 @@
section in the Yocto Project Linux Kernel Development Manual.
</para></listitem>
<listitem><para>
- <emphasis>Using the <trademark class='trade'>Eclipse</trademark> IDE:</emphasis>
- One of two Yocto Project development methods that involves an
- interface that effectively puts the Yocto Project into the
- background is the popular Eclipse IDE.
- This method of development is advantageous if you are already
- familiar with working within Eclipse.
- Development is supported through a plugin that you install
- onto your development host.</para>
-
- <para>For steps that show you how to set up your development
- host to use the Eclipse Yocto Project plugin, see the
- "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-eclipse-project'>Developing Applications Using <trademark class='trade'>Eclipse</trademark></ulink>"
- Chapter in the Yocto Project Application Development and the
- Extensible Software Development Kit (eSDK) manual.
- </para></listitem>
- <listitem><para>
<emphasis>Using Toaster:</emphasis>
The other Yocto Project development method that involves an
interface that effectively puts the Yocto Project into the
@@ -276,11 +260,10 @@
<emphasis>
<ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink>
</emphasis>
- This is an index of releases such as
- the <trademark class='trade'>Eclipse</trademark>
- Yocto Plug-in, miscellaneous support, Poky, Pseudo, installers
- for cross-development toolchains, and all released versions of
- Yocto Project in the form of images or tarballs.
+ This is an index of releases such as Poky, Pseudo, installers
+ for cross-development toolchains, miscellaneous support
+ and all released versions of Yocto Project in the form of
+ images or tarballs.
Downloading and extracting these files does not produce a local
copy of the Git repository but rather a snapshot of a
particular release or image.</para>
diff --git a/poky/documentation/overview-manual/overview-manual-eclipse-customization.xsl b/poky/documentation/overview-manual/overview-manual-eclipse-customization.xsl
deleted file mode 100644
index aaf99ea1b..000000000
--- a/poky/documentation/overview-manual/overview-manual-eclipse-customization.xsl
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version="1.0">
-
- <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" />
-
-<!--
-
- <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" />
-
- <xsl:import
- href="http://docbook.sourceforge.net/release/xsl/1.76.1/eclipse/eclipse3.xsl" />
-
--->
-
- <xsl:param name="chunker.output.indent" select="'yes'"/>
- <xsl:param name="chunk.quietly" select="1"/>
- <xsl:param name="chunk.first.sections" select="1"/>
- <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/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"/>
- <xsl:param name="suppress.navigation" select="1"/>
- <xsl:param name="generate.index" select="0"/>
- <xsl:param name="chapter.autolabel" select="1" />
- <xsl:param name="appendix.autolabel" select="1" />
- <xsl:param name="section.autolabel" select="1" />
- <xsl:param name="section.label.includes.component.label" select="1" />
-</xsl:stylesheet>
diff --git a/poky/documentation/overview-manual/overview-manual-yp-intro.xml b/poky/documentation/overview-manual/overview-manual-yp-intro.xml
index 254f191cc..dbf62cc16 100644
--- a/poky/documentation/overview-manual/overview-manual-yp-intro.xml
+++ b/poky/documentation/overview-manual/overview-manual-yp-intro.xml
@@ -502,35 +502,6 @@
Manual.
</para></listitem>
<listitem><para>
- <emphasis><trademark class='trade'>Eclipse</trademark> IDE Plug-in:</emphasis>
- This plug-in enables you to use the popular Eclipse
- Integrated Development Environment (IDE), which allows
- for development using the Yocto Project all within the
- Eclipse IDE.
- You can work within Eclipse to cross-compile, deploy,
- and execute your output into a QEMU emulation session
- as well as onto actual target hardware.</para>
-
- <para>The environment also supports performance
- enhancing tools that allow you to perform remote
- profiling, tracing, collection of power data,
- collection of latency data, and collection of
- performance data.</para>
-
- <para>Once you enable the plug-in, standard Eclipse
- functions automatically use the cross-toolchain
- and target system libraries.
- You can build applications using any of these
- libraries.</para>
-
- <para>For more information on the Eclipse plug-in,
- see the
- "<ulink url='&YOCTO_DOCS_SDK_URL;#adt-eclipse'>Working Within Eclipse</ulink>"
- section in the Yocto Project Application Development
- and the Extensible Software Development Kit (eSDK)
- manual.
- </para></listitem>
- <listitem><para>
<emphasis>Toaster:</emphasis>
Toaster is a web interface to the Yocto Project
OpenEmbedded build system.
@@ -953,20 +924,6 @@
see the
<ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink>.
</para></listitem>
- <listitem><para>
- <emphasis><trademark class='trade'>Eclipse</trademark> IDE:</emphasis>
- If your Build Host supports and runs the popular
- Eclipse IDE, you can install the Yocto Project Eclipse
- plug-in and use the Yocto Project to develop software.
- The plug-in integrates the Yocto Project functionality
- into Eclipse development practices.</para>
-
- <para>For information about how to install and use the
- Yocto Project Eclipse plug-in, see the
- "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-eclipse-project'>Developing Applications Using Eclipse</ulink>"
- chapter in the Yocto Project Application Development and
- the Extensible Software Development Kit (eSDK) Manual.
- </para></listitem>
</itemizedlist>
</para>
</section>
diff --git a/poky/documentation/overview-manual/overview-manual.xml b/poky/documentation/overview-manual/overview-manual.xml
index b23c39497..e74ba8d5c 100644
--- a/poky/documentation/overview-manual/overview-manual.xml
+++ b/poky/documentation/overview-manual/overview-manual.xml
@@ -37,9 +37,14 @@
<revremark>The initial document released with the Yocto Project 2.5 Release.</revremark>
</revision>
<revision>
- <revnumber>2.6</revnumber>
+ <revnumber>2.7</revnumber>
+ <date>May 2019</date>
+ <revremark>Released with the Yocto Project 2.7 Release.</revremark>
+ </revision>
+ <revision>
+ <revnumber>2.8</revnumber>
<date>&REL_MONTH_YEAR;</date>
- <revremark>Released with the Yocto Project 2.6 Release.</revremark>
+ <revremark>Released with the Yocto Project 2.8 Release.</revremark>
</revision>
</revhistory>