All,

I ran through the ADT manual and ran into some goofynees in section 2.1.1.2. 
Configuring and Running the ADT Installer Script.

My adt_installer.conf contains:
YOCTOADT_REPO="http://adtrepo.yoctoproject.org/1.1.1";
YOCTOADT_TARGETS="x86_64"
YOCTOADT_QEMU="Y"
YOCTOADT_NFS_UTIL="Y"
YOCTOADT_ROOTFS_x86_64="minimal"
YOCTOADT_TARGET_SYSROOT_IMAGE_x86_64="minimal"
YOCTOADT_TARGET_SYSROOT_LOC_x86_64="$HOME/Desktop/ADT_Try2/sysroot"

Which should all be just fine.  When you run the installer script with these 
settings you will come to a 404 Not Found Error.

The image that was supposed to be downloaded to the /download_image/ folder is 
not there and eventually you will get an error from the script when it tries to 
extract the sysroot image it thought it downloaded.  I've found the sysroot 
file it's looking for in the Yocto downloads and put it in /download_image/ 
folder manually.  Once that's done the ADT installer script will then complete 
successfully.  There's a broken link there.

Does the YOCTOADT_REPO="http://adtrepo.yoctoproject.org/1.1.1"; need to contain 
a more exact path.  I'll try again with 
YOCTOADT_REPO="http://adtrepo.yoctoproject.org/1.1.1/adt-ipk/x86_64/";  or 
something like that...

Just an FYI,

~Andy Gikling
LasX Industries Inc.

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to