我正在我的Ubuntu16.04上使用Yocto SDK for QorIQ T1042 PowerPC processor构建一个Linux镜像。
我的问题是,当我尝试使用"bitbake fsl- image - full“构建一个完整的镜像时,会出现一个错误消息:"pathspec 'gnulib‘不匹配git已知的任何文件。”
我研究了很多论坛,但都找不到答案。这是来自终端的完整日志。
|./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:发布于 2019-07-26 17:26:50
这个问题在3年前的meta-opembedded:https://git.openembedded.org/meta-openembedded/commit/?id=093942197237a0b79802d20ebcf3ae0ea35a66bc中得到了修复
考虑更新您的层(或者如果它们来自供应商,请他们更新SDK)或向后移植补丁。
https://stackoverflow.com/questions/57215064
复制相似问题