[yocto] custom linux kernel recipe fails

Steve Pavao stevep at korgrd.com
Fri Jul 27 10:19:34 PDT 2018


On Jul 26, 2018, at 12:56 PM, Steve Pavao <stevep at korgrd.com> wrote:
> 
> I’m trying to build using a custom 64-bit kernel at head of sumo, but I get an error.  It seems that SRCPV cannot be resolved.    Please send any ideas you may have about how I may adapt my recipe to get it to work.

[snip portion of recipe]

> SRC_URI = "http://gitlab.denx.de/Xenomai/ipipe-arm64;protocol=http;branch=master;nocheckout=1 <http://gitlab.denx.de/Xenomai/ipipe-arm64;protocol=http;branch=master;nocheckout=1>"
> SRCREV = "133bbf97672ff6e72fc21784b8ae44b194b76626"



I was able to avoid the error by using the following line for the SRC_URI instead:

SRC_URI = "git://gitlab.denx.de/Xenomai/ipipe-arm64;protocol=http <git://gitlab.denx.de/Xenomai/ipipe-arm64;protocol=http>”

- Steve

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20180727/5c410eaf/attachment.html>


More information about the yocto mailing list