> On Apr 29, 2015, at 8:21 AM, Joel (Xi Zhou) Zhou <[email protected]> 
> wrote:
> 
> So in linux-lsk_3.14.29.bb file, we define:
> SRC_URI = 
> "ssh://[email protected]/linux-lsk;bareclone=1;branch=${KBRANCH} 
> <ssh://[email protected]/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
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to