Yocto Project maintains an Index of Releases area that contains related files that contribute to the Yocto Project. Rather than Git repositories, these files are tarballs that represent snapshots in time of a given component.
Follow these steps to locate and download a particular tarball:
Access the Index of Releases:
Open a browser and go to
http://downloads.yoctoproject.org/releases to access the
Index of Releases.
The list represents released components (e.g.
eclipse-plugin
,
sato
, and so on).
yocto
directory contains the
full array of released Poky tarballs.
The poky
directory in the
Index of Releases was historically used for very
early releases and exists now only for retroactive
completeness.
Select a Component:
Click on any released component in which you are interested
(e.g. yocto
).
Find the Tarball:
Drill down to find the associated tarball.
For example, click on yocto-2.7
to
view files associated with the Yocto Project 2.7
release (e.g. poky-warrior-22.0.0.tar.bz2
,
which is the released Poky tarball).
Download the Tarball: Click the tarball to download and save a snapshot of the given component.