Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Raspberry pi meta raspberrypi的Yocto bitbake任务因固件下载而失败_Raspberry Pi_Yocto_Bitbake - Fatal编程技术网

Raspberry pi meta raspberrypi的Yocto bitbake任务因固件下载而失败

Raspberry pi meta raspberrypi的Yocto bitbake任务因固件下载而失败,raspberry-pi,yocto,bitbake,Raspberry Pi,Yocto,Bitbake,我正在按照中描述的方法为树莓圆周率构建Yocto图像。这些步骤利用Yocto meta raspberrypi层 从git获取时,bitbake进程失败git://github.com/raspberrypi/firmware.git。日志的相关部分如下所示 bcm2835-bootfiles-20170303-r42 do_fetch: Failed to fetch URL git://github.com/raspberrypi/firmware.git;protocol=git;bran

我正在按照中描述的方法为树莓圆周率构建Yocto图像。这些步骤利用Yocto meta raspberrypi层

git获取时,bitbake进程失败git://github.com/raspberrypi/firmware.git
。日志的相关部分如下所示

bcm2835-bootfiles-20170303-r42 do_fetch: Failed to fetch URL git://github.com/raspberrypi/firmware.git;protocol=git;branch=master, attempting MIRRORS if available
ERROR: bcm2835-bootfiles-20170303-r42 do_fetch: Fetcher failure: Unable to find revision 78bcdeae6bda4ecbc599af8c75e16c2ddd392d3a in branch master even from upstream
ERROR: bcm2835-bootfiles-20170303-r42 do_fetch: Fetcher failure for URL: 'git://github.com/raspberrypi/firmware.git;protocol=git;branch=master'. Unable to fetch URL from any source.
ERROR: bcm2835-bootfiles-20170303-r42 do_fetch: Function failed: base_do_fetch
这一步需要将近一个小时或更长时间。我假设它在某处超时,因此它失败了。发生这种情况是因为它降低了几GB

我可以手动将此存储库单独提取到bitbake。是否有办法插入手动下载的回购内容?e、 g.直接进入下载或tmp


或者,有人对如何处理此下载有什么建议吗?

问题在于@jku确定的元rpi。有人告诉我jumpnow已经解决了这个问题。

它没有超时,而是说回购协议中不存在指定的修订版本。这似乎是jumpnows meta rpi层中bbappends中的一个bug。@jku-我与meta rpi的所有者确认了,他也确认了。