Hi Beth,

Looks like the 1.1.1 rootfs on adtrepo was populated into a wrong URL. It 
should be http://adtrepo.yoctoproject.org/1.1.1/rootfs/ instead of 
http://adtrepo.yoctoproject.org/1.1.1/adt-ipk/rootfs/.

Hi Andy,

Please file a bug against 1.1.1. Before we got that fixed, you may tweak the 
adt-installer to work around the issue.


1.       Open adt-installer script, find the function "download_file"

2.       Find the last statement: wget "$YOCTOADT_REPO/rootfs/$1" ..., and 
change that to wget "$YOCTOADT_REPO/adt-ipk/rootfs/$1".

Best Regards,
Lianhao

From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of Andy Gikling
Sent: Tuesday, April 10, 2012 12:43 PM
To: yocto@yoctoproject.org
Subject: [yocto] ADT Manual v1.1.1 Issues - 3 of 3

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