> 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
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
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