rauc / meta-rauc

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

rauc: move rauc-service to rauc-target.inc #253

Closed ejoerns closed 1 year ago

ejoerns commented 1 year ago

The service is only relevant for the target and should thus not be defined in the generic rauc.inc.

This also fixes an actual bug since the dependency

| RDEPENDS:${PN}-service += "dbus"

applies to the target package as it applies to -native and nativesdk- as well. And the latter two are clearly wrong.