1234567891011121314151617181920212223242526272829303132333435 |
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>1.4. Obtaining the Yocto Project</title>
- <link rel="stylesheet" type="text/css" href="../book.css">
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
- <link rel="home" href="index.html" title="The Yocto Project Reference Manual">
- <link rel="up" href="intro.html" title="Chapter 1. Introduction">
- <link rel="prev" href="centos-packages.html" title="1.3.2.4. CentOS Packages">
- <link rel="next" href="intro-getit-dev.html" title="1.5. Development Checkouts">
- </head>
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="1.4. Obtaining the Yocto Project">
- <div class="titlepage"><div><div><h2 class="title" style="clear: both">
- <a name="intro-getit"></a>1.4. Obtaining the Yocto Project</h2></div></div></div>
- <p>
- The Yocto Project development team makes the Yocto Project available through a number
- of methods:
- </p>
- <div class="itemizedlist"><ul class="itemizedlist" type="disc">
- <li class="listitem"><p><span class="emphasis"><em>Releases:</em></span> Stable, tested releases are available through
- <a class="ulink" href="http://downloads.yoctoproject.org/releases/yocto/" target="_self">http://downloads.yoctoproject.org/releases/yocto/</a>.</p></li>
- <li class="listitem"><p><span class="emphasis"><em>Nightly Builds:</em></span> These releases are available at
- <a class="ulink" href="http://autobuilder.yoctoproject.org/nightly" target="_self">http://autobuilder.yoctoproject.org/nightly</a>.
- These builds include Yocto Project releases, meta-toolchain tarball installation scripts, and
- experimental builds.</p></li>
- <li class="listitem"><p><span class="emphasis"><em>Yocto Project Website:</em></span> You can find releases
- of the Yocto Project and supported BSPs at the
- <a class="ulink" href="http://www.yoctoproject.org" target="_self">Yocto Project website</a>.
- Along with these downloads, you can find lots of other information at this site.
- </p></li>
- </ul></div>
- <p>
- </p>
- </div></body>
- </html>
|