首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用Yocto构建Linux镜像时,pathspec 'gnulib‘与git已知的任何文件都不匹配

使用Yocto构建Linux镜像时,pathspec 'gnulib‘与git已知的任何文件都不匹配
EN

Stack Overflow用户
提问于 2019-07-26 15:25:24
回答 1查看 231关注 0票数 0

我正在我的Ubuntu16.04上使用Yocto SDK for QorIQ T1042 PowerPC processor构建一个Linux镜像。

我的问题是,当我尝试使用"bitbake fsl- image - full“构建一个完整的镜像时,会出现一个错误消息:"pathspec 'gnulib‘不匹配git已知的任何文件。”

我研究了很多论坛,但都找不到答案。这是来自终端的完整日志。

代码语言:javascript
复制
|./bootstrap: Bootstrapping from checked-out netcf sources...

| ./bootstrap: consider installing git-merge-changelog from gnulib

| ./bootstrap: getting gnulib files...

| error: pathspec 'gnulib' did not match any file(s) known to git.

| WARNING: /media/hwlab/depo/CalismaBolgesi/YoctoInstallationPoint/yocto/build_mpx1042/tmp/work/ppce5500-fsl-linux/netcf/0.2.8+gitAUTOINC+9158278ad3-r0/temp/run.do_configure.24998:1 exit 1 from

|   ./bootstrap --force

| ERROR: Function failed: do_configure (log file is located at /media/hwlab/depo/CalismaBolgesi/YoctoInstallationPoint/yocto/build_mpx1042/tmp/work/ppce5500-fsl-linux/netcf/0.2.8+gitAUTOINC+9158278ad3-r0/temp/log.do_configure.24998)

ERROR: Task 4195 (/media/hwlab/depo/CalismaBolgesi/YoctoInstallationPoint/yocto/sources/meta-openembedded/meta-networking/recipes-support/netcf/netcf_git.bb, do_configure) failed with exit code '1'

NOTE: Tasks Summary: Attempted 2036 tasks of which 2031 didn't need to be rerun and 1 failed.

Waiting for 0 running tasks to finish:
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-07-26 17:26:50

这个问题在3年前的meta-opembedded:https://git.openembedded.org/meta-openembedded/commit/?id=093942197237a0b79802d20ebcf3ae0ea35a66bc中得到了修复

考虑更新您的层(或者如果它们来自供应商,请他们更新SDK)或向后移植补丁。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/57215064

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档