我想使用 .bbappend 删除“继承”。
例如,
在组件.bb 中:
inherit something
在组件.bbappend 中:
"remove_inherit" something
如何使用 bbappend 删除继承配置?
是否可以?
bitbake
bitbake ×1