Downloads
Releases
The current stable Poky release is 7.0 "Denzil" (released on April 30, 2012). The release tar files can be downloaded from these locations:
Use the DOWNLOAD navigation pane to the right on this page and select "Yocto Downloads" to access Release Notes for any Yocto Project release. Release Notes provide details about the release and a list of known issues. Export compliance information is at The Yocto Project Export Compliance Page.
Previous releases of the Poky project are available from the Poky Linux release page.
Upstream Source Code
To access the upstream source tarballs from the Yocto Project use the following link:
Board Support Package (BSP)
We support "live" BSP images for some publicly available embedded hardware. To see the hardware we currently support visit the Board Support Package (BSP) Downloads page. You can download images and get board-specific information from the page.
If you would like to build the following BSP images, follow the instructions in the Yocto Project Quick Start and specify the architecture you need. These BSPs are not separate layers but are instead integrated into the main Yocto Project distribution.
- beagleboard (Texas Instruments BeagleBoard, OMAP 3530/3730)
- routerstationpro (Ubiquiti Networks, RouterStation Pro, Atheros AR7161 MIPS 24K)
- mpc8315e-rdb (Freescale MPC8315E-RDB, Freescale Power Architecture e300)
- atom-pc (Intel Atom-based PCs and devices)
For the meta-intel BSPs listed below, you can clone from the git repository found here:
git://git.yoctoproject.org/meta-intel/
If you clone the repository into your Yocto Project build tree, you can have the build system use any layer with in the meta-intel repository by adding the path to the layer to the BBLAYERS variable in the build/conf/bblayers.conf file.
For more details on how to use layers, see the BitBake Layers section in the Poky Reference Manual.
For a functioning example of how to build a BSP using any of the following BSP layers in the meta-intel repository, you can follow the transcript from git checkout to meta-intel BSP:
- emenlow (Intel Atom Z5xx)
- jasperforest (Intel Xeon C3500/C5500)
- sugarbay (Intel Core i3, i5, i7)
- crownbay (Intel Atom E6xx) - You can find pre-built images of this BSP from the BSP Download page.
- n450 (Intel Embedded Development Board 1-N450, Atom N450) - You can find pre-built images of this BSP from the BSP Download page.
Nightly Builds
We make nightly builds to test Poky and to make the latest developments available. These can be found on our Build Bot.
Development Code
Yocto Project code can be found in the Yocto Project Source Repositories.
To check out current development code using git:
$ git clone git://git.yoctoproject.org/poky.git
