I am running into a similar problem when trying to install adt-installer from the latest (synced on 10/29) dizzy and fido repo. In both cases the adt_installer script is trying to download a dir that does not exist on (adtrepo.yoctoproject.org). For dizzy the adt-installer script tries to download 1.7.3; for fido it tries to download 1.8.1 (see error below). Should these dirs exist? or is there some platform config that is incorrect? Any help would be greatly appreciated.
#########################################################################
# Welcome to Yocto Application Developement Tools (ADT) Installer
#
# Host Machine: x86_64
# OS info: 3.19.0-31-generic
# Yocto ADT version to be installed:
# supported target architectures: x86 x86_64 arm ppc mips
# supported target root_fs images: minimal minimal-dev sato sato-dev sato-sdk lsb lsb-dev lsb-sdk
#########################################################################
Systemwide installation. Installation will occur under /opt/poky/1.8.1
############################################################################
# Your system installation configurations from adt_installer.conf
############################################################################
# Cross toolchains: arm
# Install Qemu: Y
# Install NFS utilities: Y
##############################################################################
# Your rootfs image(s) and target sysroot selections from adt_installer.conf
##############################################################################
# Target architecture: arm
# Target machine: qemuarm
# Root_fs images: minimal sato-sdk
# Target sysroot image: sato-sdk
# Target sysroot loc: /home/david/test-yocto/qemuarm
############################################################################
There're two ways you can do installation: silent mode or interactive mode. To choose silent mode, which means you opt for the system to override the existing data under the specified installation directories without prompting for your confirmation. Please be cautious with this selection which may trigger your losing data. With the interactive mode, you have to closely monitor the installation process, since it will prompt you each step it needs to override some existing data. To choose silent mode, please enter [S], for interactive mode, please enter [I] or [X] to exit the installation.
[ADT_INST] Please enter your selections here:
s
Spider mode enabled. Check if remote file exists.
--2015-10-29 21:48:14-- http://adtrepo.yoctoproject.org/1.8.1
Resolving adtrepo.yoctoproject.org (adtrepo.yoctoproject.org)... 198.145.20.127
Connecting to adtrepo.yoctoproject.org (adtrepo.yoctoproject.org)|198.145.20.127|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
Remote file does not exist -- broken link!!!
[ADT_INST] Error: YOCTOADT_REPO does not exist: http://adtrepo.yoctoproject.org/1.8.1
#############################################################################
# Meet error(s) when installing Yocto ADT! Please check log file for details.
#############################################################################