Re: [yocto] Easy one: fetch fails

2013-04-03 Thread John Williams
> I'm starting w/ an SDK based on yocto & am trying to add canutil to the build. > There's already a recipe in meta-oe, but unfortunately I can't get through my > corporate firewall w/ the git protocol. However I can w/ http. So I added a > layer > w/ a bbppend to change the SRC_URI Alternatively

Re: [yocto] Easy one: fetch fails

2013-04-03 Thread Burton, Ross
On 3 April 2013 19:52, Saridakis, Dean (US SSA) wrote: > from > "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG}" > > to > "http://git.pengutronix.de/git/tools/canutils.git;protocol=http;tag=${TAG}” Don't change the leading git: to http:, as then you're not using the git

[yocto] Easy one: fetch fails

2013-04-03 Thread Saridakis, Dean (US SSA)
I've got the yocto basics, but sill a novice. I'm starting w/ an SDK based on yocto & am trying to add canutil to the build. There's already a recipe in meta-oe, but unfortunately I can't get through my corporate firewall w/ the git protocol. However I can w/ http. So I added a layer w/ a bbppe