Yocto中是否存在类似于buildroot的.config文件

时间:2018-04-02 05:08:40

标签: linux configuration embedded-linux yocto bitbake

我之前使用的是buildroot,现在我正在切换到Yocto。 buildroot生成.config文件,其中包含将出现在文件系统中的所有软件包,使用的编译器,内核版本和引导加载程序等。

我们在Yocto有类似的东西吗?或者是否有像make menuconfig这样的bitbake命令。

我在食谱中看到了一些如下所示的行:

 if 'CONFIG_UBOOT=y\n' in features:

这里features是什么意思

感谢您的时间

1 个答案:

答案 0 :(得分:0)

yocto中没有.config,但yocto维护一个安装在rootfs映像中的软件包列表,位于

的.manifest文件中
Manifest Path: build/tmp/deploy/images/<machine>/<rootfs_image_name>.manifest.