connman-conf is only for qemu machines, so use COMPATIBLE_MACHINE to limit that it is only available for qemuall, or else it can be built successfully without the package connman-conf generated.
Signed-off-by: Li Zhou <[email protected]> --- meta/recipes-connectivity/connman/connman-conf.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman-conf.bb b/meta/recipes-connectivity/connman/connman-conf.bb index 9a519ec..3a6c525 100644 --- a/meta/recipes-connectivity/connman/connman-conf.bb +++ b/meta/recipes-connectivity/connman/connman-conf.bb @@ -34,3 +34,5 @@ do_install() { } SYSTEMD_SERVICE_${PN}_qemuall = "wired-connection.service" +COMPATIBLE_MACHINE = "null" +COMPATIBLE_MACHINE_qemuall = "${MACHINE}" -- 1.9.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141594): https://lists.openembedded.org/g/openembedded-core/message/141594 Mute This Topic: https://lists.openembedded.org/mt/76259872/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
