On 18 Feb 2026, at 20:38, Markus Volk via lists.openembedded.org <[email protected]> wrote: > > 'inherit ptest' adds a runtime dependency on ${PN} that conflicts with > 'RCONFLICTS:${PN} = "dbus"' in the dbus-broker recipe. > > This commit attempts to fix an issue where VIRTUAL-RUNTIME_dbus is set to > 'dbus-broker' and ptest is included in DISTRO_FEATURES by installing ptest > only when dbus is used as the daemon.
So the situation is you have an image that uses dbus-broken but as that is just the daemon you also have libdbus (from dbus.bb), and then using the ptest-pkgs IMAGE_FEATURE you automatically get dbus-ptest installed, which then tries to pull in the dbus daemon. Correct? It feels like being able to run the dbus tests against dbus-broker would be a good thing. Do you know if this is feasible? I’m wondering if the dependency on a daemon should be some virtual name that dbus and dbus-broken provide. Cheers, Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231688): https://lists.openembedded.org/g/openembedded-core/message/231688 Mute This Topic: https://lists.openembedded.org/mt/117881956/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
