2.1.1.1. Getting the ADT Installer Tarball

The ADT Installer is contained in the ADT Installer tarball. You can download the tarball into any directory from the Index of Releases, specifically at http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/adt_installer. Or, you can use BitBake to generate the tarball inside the existing Build Directory.

If you use BitBake to generate the ADT Installer tarball, you must source the environment setup script (oe-init-build-env) located in the Source Directory before running the BitBake command that creates the tarball.

The following example commands download the Poky tarball, set up the Source Directory, set up the environment while also creating the default Build Directory, and run the BitBake command that results in the tarball ~/yocto-project/build/tmp/deploy/sdk/adt_installer.tar.bz2:

     $ cd ~
     $ mkdir yocto-project
     $ cd yocto-project
     $ wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/poky-dylan-9.0.tar.bz2
     $ tar xjf poky-dylan-9.0.tar.bz2
     $ source poky-dylan-9.0/oe-init-build-env
     $ bitbake adt-installer