summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-29 08:53:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:09:55 +0000
commit0dd2fede8e1d4ba42802aadea3f522bf19f3cafe (patch)
tree137ec53f8e12cca7f3bbb54c879b941b413e887e /documentation/dev-manual/dev-manual-newbie.xml
parentd248c5d59875840d7d1495d3178212d22a9fa861 (diff)
downloadast2050-yocto-poky-0dd2fede8e1d4ba42802aadea3f522bf19f3cafe.zip
ast2050-yocto-poky-0dd2fede8e1d4ba42802aadea3f522bf19f3cafe.tar.gz
dev-manual: Edits to "Yocto Project Source Repositories" section
Fixes [YOCTO #5368] This is a partial fix to the removing tarball setup method issue. I have modified the "Yocto Project source Repositories" section to de-emphasize the tarball installation method for poky and meta-intel. We cannot remove these obviously because the download page of the website gives the use access to tarballs. Also, the Index of Releases basically does the same thing. So, we can't ignore the fact that they are there. So, I added a note basically saying we recommend the Git method for creation of poky and meta-intel on the development system. (From yocto-docs rev: 7843ea5e592582f74a02536ec4057067c43eb507) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml52
1 files changed, 24 insertions, 28 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 34326d1..0ba5608 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -406,38 +406,34 @@
<title>Yocto Project Source Repositories</title>
<para>
- The Yocto Project team maintains complete source repositories for all Yocto Project files
- at <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'></ulink>.
- This web-based source code browser is organized into categories by function such as
- IDE Plugins, Matchbox, Poky, Yocto Linux Kernel, and so forth.
- From the interface, you can click on any particular item in the "Name" column and
- see the URL at the bottom of the page that you need to clone a Git repository for
- that particular item.
- Having a local Git repository of the Source Directory (poky) allows you to
- make changes, contribute to the history, and ultimately enhance the Yocto Project's
- tools, Board Support Packages, and so forth.
+ The Yocto Project team maintains complete source repositories for all
+ Yocto Project files at
+ <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'></ulink>.
+ This web-based source code browser is organized into categories by
+ function such as IDE Plugins, Matchbox, Poky, Yocto Linux Kernel, and
+ so forth.
+ From the interface, you can click on any particular item in the "Name"
+ column and see the URL at the bottom of the page that you need to clone
+ a Git repository for that particular item.
+ Having a local Git repository of the Source Directory (poky) allows
+ you to make changes, contribute to the history, and ultimately enhance
+ the Yocto Project's tools, Board Support Packages, and so forth.
</para>
<para>
- Conversely, if you are a developer that is not interested in contributing back to the
- Yocto Project, you have the ability to simply download and extract release tarballs
- and use them within the Yocto Project environment.
- All that is required is a particular release of the Yocto Project and
- your application source code.
- </para>
-
- <para>
- For any supported release of Yocto Project, you can go to the
+ For any supported release of Yocto Project, you can also go to the
<ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> and
- select the "Downloads" tab and get a tarball of the release.
- You can also go to this site to download any supported BSP tarballs.
- Unpacking the tarball gives you a hierarchical Source Directory that lets you develop
- using the Yocto Project.
- </para>
-
- <para>
- Once you are set up through either tarball extraction or a checkout of Git repositories,
- you are ready to develop.
+ select the "Downloads" tab and get a released tarball of the
+ <filename>poky</filename> repository or any supported BSP tarballs.
+ Unpacking these tarballs gives you a snapshot of the released
+ files.
+ <note>
+ The recommended method for setting up the Yocto Project
+ <link linkend='source-directory'>Source Directory</link> and the
+ files for supported BSPs (<filename>meta-intel</filename>) is to
+ use <link linkend='git'>Git</link> to create a local copy of the
+ upstream repositories.
+ </note>
</para>
<para>
OpenPOWER on IntegriCloud