Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了使所有文件井井有条,我在开发机器上创建了一个“覆盖”目录结构,其中包含我想在目标 rootfs 中替换的文件。例如:
etc/ apache2/ httpd.conf conf.d/ php.conf
我的目标是在生成图像之前将整个“覆盖”树复制到生成的 rootfs 中。在 Yocto 可以做吗?
我做了一些搜索,但我发现了很多关于如何覆盖设备树的资源,但这不是我想要的。也许在 Yocto 行话中它被称为其他名称。