Hello

I am installing Yocto on a new machine.  I did  a GIT pull to grab Poky as per 
the docs (git clone -b dylan git://git.yoctoproject.org/poky.git)

Subsequently I tried to build the art_installer which went through without 
issues.  However,  when I run the art_installer scripts I get an error that it 
is looking for the 
http://adtrepo.yoctoproject.org/1.4.1/adt-ipk/x86_64-nativesdk.  The values 
seems to be configured in opkg/conf/opkg-sdk-x86_64.conf (and corresponding x86 
conf file).  There is no such URL.  Only 1.4 exists.  

Should I try to edit and just use 
http://adtrepo.yoctoproject.org/1.4/adt-ipk/x86_64-nativesdk/ or is that going 
to cause some issues.  Or when will there be a 1.4.1?

Thanks

Jerry

When I installed yocto on a laptop earlier using the tar ball (about 2 weeks 
ago) this was a not issue.   My conf file on that machine is:
arch all 1
arch any 6
arch noarch 11
arch x86_64-nativesdk 16
src yp-x86_64-nativesdk 
http://adtrepo.yoctoproject.org//1.4/adt-ipk/x86_64-nativesdk


On my new machine it is:
arch all 1
arch any 6
arch noarch 11
arch x86_64-nativesdk 16
src yp-x86_64-nativesdk 
http://adtrepo.yoctoproject.org/1.4.1/adt-ipk/x86_64-nativesdk

Note the different version number and the double // in the first conf file
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to