rauc / meta-rauc

Yocto/Open Embedded meta layer for RAUC, the embedded Linux update framework
MIT License
158 stars 89 forks source link

rauc: register systemd service only if configured #282

Closed swaeberle closed 1 year ago

swaeberle commented 1 year ago

When the PACKAGECONFIG did not include "service", bitbake was failing with

ERROR: rauc-1.10-r0 do_package: Didn't find service unit 'rauc.service', specified in SYSTEMD_SERVICE:rauc-service.

Fixed this by setting the SYSTEMD_SERVICE variable only when the corresponding service flag in the PACKAGECONFIG variable is also set.

This should fix #279

ejoerns commented 1 year ago

CI died after having built RAUC successfully, so I guess we can merge anyway.

ejoerns commented 1 year ago

cherry-picked to kirkstone