The ADT Installer is contained in the ADT Installer tarball. You can get the tarball using either of these methods:
Download the Tarball: You can download the tarball from http://downloads.yoctoproject.org/releases/yocto/yocto-1.8.2/adt-installer into any directory.
Build the Tarball: You can use BitBake to generate the tarball inside an existing Build Directory.
If you use BitBake to generate the ADT Installer
tarball, you must source
the
environment setup script
(oe-init-build-env
or
oe-init-build-env-memres
)
located in the Source Directory before running the
bitbake
command that creates the
tarball.
The following example commands establish
the
Source Directory,
check out the current release branch, set up the
build environment while also creating the default
Build Directory, and run the
bitbake
command that results in the
tarball
poky/build/tmp/deploy/sdk/adt_installer.tar.bz2
:
local.conf
file is properly
configured.
See the
"User Configuration"
section in the Yocto Project Reference Manual for
general configuration information.
$ cd ~ $ git clone git://git.yoctoproject.org/poky $ cd poky $ git checkout -b fido origin/fido $ source oe-init-build-env $ bitbake adt-installer