【问题标题】:Is there any .config file in Yocto similar to buildrootYocto 中是否有任何类似于 buildroot 的 .config 文件
【发布时间】:2018-04-02 05:08:40
【问题描述】:

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

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

我在以下食谱中看到了一些行:

 if 'CONFIG_UBOOT=y\n' in features:

这里的features是什么意思

感谢您的宝贵时间

【问题讨论】:

  • 您在哪些食谱中看到了这些文字?也许在 yocto 课上?您可以使用 IMAGE_INSTALL 变量自定义要安装的软件包集。此外,您还可以使用DISTRO_FEATURES 优化您的分发。

标签: linux configuration embedded-linux yocto bitbake


【解决方案1】:

yocto 中没有 .config,但是 yocto 在位于

的 .manifest 文件中维护了一个安装在 rootfs 映像中的软件包列表
Manifest Path: build/tmp/deploy/images/<machine>/<rootfs_image_name>.manifest.

【讨论】:

    猜你喜欢
    • 2023-01-28
    • 1970-01-01
    • 1970-01-01
    • 2015-01-18
    • 2021-12-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-04-02
    相关资源
    最近更新 更多