BitBake RPI-BASIC-图像错误忍者-build
我正在学习 Yocto 项目。开始为 Raspberry Pi 4 创建映像。 我运行 bitbake rpi-basic-image 并收到错误:
fatal: repository '/PATH/yocto/rpi64-build/downloads/git2/github.com.ninja-build.ninja.git/' does not exist
但是当我运行 bitbake -c menuconfig virtual/kernel 时,一切都会下载并正常工作。
我没有找到任何相关内容。
I'm learning Yocto project. Started creating an image for Raspberry Pi 4.
I ran bitbake rpi-basic-image
and got an error:
fatal: repository '/PATH/yocto/rpi64-build/downloads/git2/github.com.ninja-build.ninja.git/' does not exist
but when i run bitbake -c menuconfig virtual/kernel
everything dowloads and works fine.
I didn't find anything about it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您能分享更多构建日志吗?看起来之前下载的 ninja 已被手动删除,请尝试删除
downloads/
和downloads/git/
中的*ninja-build*
。Can you share more of the build log? It looks like a previous download of ninja has been manually previously deleted, try deleting
*ninja-build*
indownloads/
anddownloads/git/
.文件树屏幕截图
终端截图
files tree screenshot
terminal screenshot