CalledProcessError: 命令 '\['git', 'submodule--helper', 'list'\]



all。

在我使用devtool-modify编辑食谱后,当我对图像进行bitbake时,出现了一些错误。

ExpansionError: Failure expanding variable do_compile[file-checksums], expression was ${@srctree_hash_files(d)} which triggered exception
CalledProcessError: Command '['git', 'submodule--helper', 'list']' returned non-zero exit status 128.

故障的可变依赖链为:do_compile[file-checksums]

1111111111111111111111111111111111

Git不再支持子模块-助手列表,因此在https://git.yoctoproject.org/poky/commit/?id=0533edac277080e1bd130c14df0cbac61ba01a0c。所以你可以应用这个提交或者升级poky!

最新更新