connman: move bbappend to connman-conf
authorScott Murray <scott.murray@konsulko.com>
Mon, 11 Apr 2022 23:49:57 +0000 (19:49 -0400)
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>
Wed, 13 Apr 2022 13:31:22 +0000 (13:31 +0000)
Shift the connman bbappend to connman-conf to match the changes
in upstream and meta-agl-core with respect to what installs the
connman main.conf.

Bug-AGL: SPEC-3819

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I29c1c4a99c215082081b8d4ddaec6aaadcfd9933

recipes-connectivity/connman/connman-conf.bbappend [moved from recipes-connectivity/connman/connman_%.bbappend with 69% similarity]
recipes-connectivity/connman/connman-conf_agldemo.inc [moved from recipes-connectivity/connman/connman_agldemo.inc with 100% similarity]

@@ -1 +1 @@
-require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'connman_agldemo.inc', '', d)}
+require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'connman-conf_agldemo.inc', '', d)}