Re: [yocto] using SYSTEMD_SERVICE to disable a systemd service?

2021-02-02 Thread Mikko Rapeli
Hi, On Tue, Feb 02, 2021 at 03:38:34AM -0500, Robert P. J. Day wrote: > > while the "standard" way to disable a systemd service from > auto-booting is SYSTEMD_AUTO_ENABLE, i just ran across a number of > examples in an existing project that do this: > > SYSTEMD_SERVICE_${PN} = "" > > ouch.

[yocto] using SYSTEMD_SERVICE to disable a systemd service?

2021-02-02 Thread Robert P. J. Day
while the "standard" way to disable a systemd service from auto-booting is SYSTEMD_AUTO_ENABLE, i just ran across a number of examples in an existing project that do this: SYSTEMD_SERVICE_${PN} = "" ouch. that's a new one on me and, while i'm prepared to believe it works, it seems like