> On Apr 29, 2015, at 8:21 AM, Joel (Xi Zhou) Zhou <joel.z...@broadcom.com> 
> wrote:
> 
> So in linux-lsk_3.14.29.bb file, we define:
> SRC_URI = 
> "ssh://svcsw...@git-ccxsw.inhouse.com/linux-lsk;bareclone=1;branch=${KBRANCH} 
> <ssh://svcsw...@git-ccxsw.inhouse.com/linux-lsk;bareclone=1;branch=${KBRANCH}>"
> 


create a .netrc in your home folder like

machine  git-ccxsw.inhouse.com <http://git-ssxsw.inhouse.com/> login svcswgit  
password <passwd>


then change the SRC_URI to something

SRC_URI = “git://git-ccxsw.inhouse.com/linux.lsk;bareclone=1;branch=<branch> 
<git://git-ccxsw.inhouse.com/linux.lsk;bareclone=1;branch=%3Cbranch%3E>;protocol=ssh"
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to