标签: yocto bitbake openembedded
当我在Yocto的Zeus版本中重新运行bitbake python3 -c create-manifest时,似乎python3-pkgutil已添加到python3-core中。
bitbake python3 -c create-manifest
python3-pkgutil
python3-core
有人知道为什么吗?
我想重新生成python3-manifest文件的代码是错误的。 pkgutil似乎不够重要,无法添加到“核心”中。
python3-manifest
pkgutil
但是,这阻止了我更改清单中的其他内容以使图像更小。