我以前使用过buildroot,现在改用Yocto。有。buildroot生成的配置文件,其中包含文件系统中将出现的所有包、使用的编译器、内核版本和引导加载程序等。
我们在Yocto有类似的东西吗。或者是否有类似的bitbake命令 make menuconfig 。
make menuconfig
我在食谱中看到了如下几行:
if 'CONFIG_UBOOT=y\n' in features:
什么是 features 这里是指
features
谢谢你抽出时间
没有。在yocto中配置,但yocto维护安装在中rootfs映像中的包的列表。清单文件位于
Manifest Path: build/tmp/deploy/images/<machine>/<rootfs_image_name>.manifest.