Hi all, 

I use the jethro branch of poky and add the following configurations in 
local.conf to use our own source mirror. 
    INHERIT += "own-mirrors"
    SOURCE_MIRROR_URL = "http://sun.ap.freescale.net/yocto/downloads/";  

The git fetch issue is met during the image build. The detailed log is 
attached. The following is the reproducible steps. There is no such issue when 
using old Yocto releases(e.g. daisy, fido). 
    $ git clone git://git.yoctoproject.org/poky
    $ cd poky/
    $.  ./oe-init-build-env genericx86
    $ echo "INHERIT += \"own-mirrors\"" >> conf/local.conf
    $ echo "SOURCE_MIRROR_URL = 
\"http://sun.ap.freescale.net/yocto/downloads/\""; >> conf/local.conf
    $ MACHINE=genericx86 bitbake kmod -c fetch
 
Does somebody meet similar issue when using custom source mirror with jethro 
branch? Please shed some lights on how to solve the issue. Thanks in advance! 


Best Regards,
 
Zhenhua 

Attachment: fetch_error.log
Description: fetch_error.log

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to