diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-03 12:56:07 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:27 +0000 |
commit | 9f478d13585ca0ae129ffdb71a1b68b0202a2465 (patch) | |
tree | 9719e6cd14ff2a5e83c07cc812f12c790c489a2b /documentation/ref-manual | |
parent | 44ea6ded0e8e73f5258ce55bd1b851e24243b76a (diff) | |
download | poky-9f478d13585ca0ae129ffdb71a1b68b0202a2465.tar.gz |
dev-manual, ref-manual: Moved source file sections
The sections in the introductory chapter of the ref-manual are better
served as part of the dev-manual. These sections are about accessing
YP source files using various methods (i.e. source repositories,
index of releases, and nightly builds). I have integrated that
information into the dev-manual where the information was also being
treated.
(From yocto-docs rev: d3a97b1f9367d5bb5370974c8c5c0404df86724a)
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/introduction.xml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 1ccab188ec..3f55e73100 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -618,56 +618,6 @@ | |||
618 | </section> | 618 | </section> |
619 | </section> | 619 | </section> |
620 | 620 | ||
621 | <section id='intro-getit'> | ||
622 | <title>Obtaining the Yocto Project</title> | ||
623 | <para> | ||
624 | The Yocto Project development team makes the Yocto Project available through a number | ||
625 | of methods: | ||
626 | <itemizedlist> | ||
627 | <listitem><para><emphasis>Source Repositories:</emphasis> | ||
628 | Working from a copy of the upstream | ||
629 | <filename>poky</filename> repository is the | ||
630 | preferred method for obtaining and using a Yocto Project | ||
631 | release. | ||
632 | You can view the Yocto Project Source Repositories at | ||
633 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>. | ||
634 | In particular, you can find the | ||
635 | <filename>poky</filename> repository at | ||
636 | <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi/poky/'></ulink>. | ||
637 | </para></listitem> | ||
638 | <listitem><para><emphasis>Releases:</emphasis> Stable, tested | ||
639 | releases are available as tarballs through | ||
640 | <ulink url='&YOCTO_DL_URL;/releases/yocto/'/>.</para></listitem> | ||
641 | <listitem><para><emphasis>Nightly Builds:</emphasis> These | ||
642 | tarball releases are available at | ||
643 | <ulink url='&YOCTO_AB_NIGHTLY_URL;'/>. | ||
644 | These builds include Yocto Project releases, SDK installation | ||
645 | scripts, and experimental builds. | ||
646 | </para></listitem> | ||
647 | <listitem><para><emphasis>Yocto Project Website:</emphasis> You can | ||
648 | find tarball releases of the Yocto Project and supported BSPs | ||
649 | at the | ||
650 | <ulink url='&YOCTO_HOME_URL;'>Yocto Project website</ulink>. | ||
651 | Along with these downloads, you can find lots of other | ||
652 | information at this site. | ||
653 | </para></listitem> | ||
654 | </itemizedlist> | ||
655 | </para> | ||
656 | </section> | ||
657 | |||
658 | <section id='intro-getit-dev'> | ||
659 | <title>Development Checkouts</title> | ||
660 | <para> | ||
661 | Development using the Yocto Project requires a local | ||
662 | <link linkend='source-directory'>Source Directory</link>. | ||
663 | You can set up the Source Directory by cloning a copy of the upstream | ||
664 | <link linkend='poky'>poky</link> Git repository. | ||
665 | For information on how to do this, see the | ||
666 | "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-yocto-project-source-files'>Working With Yocto Project Source Files</ulink>" | ||
667 | section in the Yocto Project Development Tasks Manual. | ||
668 | </para> | ||
669 | </section> | ||
670 | |||
671 | <section id='yocto-project-terms'> | 621 | <section id='yocto-project-terms'> |
672 | <title>Yocto Project Terms</title> | 622 | <title>Yocto Project Terms</title> |
673 | 623 | ||