rauc / meta-rauc

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

rauc: explictly set dbusinterfacesdir #280

Closed swaeberle closed 1 year ago

swaeberle commented 1 year ago

As the dbusinterfacesdir variable was not explicitly set and the default was evaluating to /etc/dbus-1/system.d, bitbake was not able to properly add file de.pengutronix.rauc.Installer.xml in rauc-dev package.

See also rauc/rauc#1184.

swaeberle commented 1 year ago

We could probably also drop -Ddbuspolicydir= and -Ddbussystemservicedir= because these are set to RAUC's defaults anyway?

I am only uncertain about -Dsystemdunitdir, but the others match with the defaults then.

ejoerns commented 1 year ago

cherry-picked to kirkstone