【发布时间】:2021-01-23 01:31:31
【问题描述】:
正在处理与基本包有文件冲突的几个配方。我试图弄清楚如何强制覆盖冲突。特别是我正在用我的配方中的自定义文件覆盖 /etc/network/interfaces 文件。如何告诉 bitbake 我的包中的文件优先于基础包中的文件?
我在构建环境中使用 RPM 作为包管理子系统。
Running transaction test
Error: Transaction check error:
file /etc/network/interfaces conflicts between attempted installs of router-1.0-r0.noarch and init-ifupdown-1.0-r7.qemuarm64
file /etc/udhcpc.d/50default conflicts between attempted installs of router-1.0-r0.noarch and busybox-udhcpc-1.24.1-r0.aarch64
【问题讨论】: