我想删除不必要的 systemd 服务。我在自定义图层中尝试了一些方法,但是没有任何效果。还有另一种方法吗?
layer.conf
PACKAGECONFIG_remove_pn-systemd = " timesyncd connman nfs-server bluetooth psplash-basic atd"
recipes-core/systemd/systemd_%.bbappend
PACKAGECONFIG_remove = "timesyncd connman nfs-server bluetooth psplash-basic atd"
答案 0 :(得分:0)
'bitbake -e systemd'应该告诉您PACKAGECONFIG的最终值及其形成方式。
答案 1 :(得分:0)
如果我理解正确,那么这些packageconfig不在系统配方中,您只能删除此列表systemd_239.bb
中的packageconfig