diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-04-11 19:49:57 -0400 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2022-04-13 13:31:22 +0000 |
commit | 77cdbb995c03689e4d020a1c42f5ce5a3d62cfcd (patch) | |
tree | 0784bdcfdc56bde94689e105c373e877d879848d | |
parent | 901bef8b6697196a19337d8f6647ebb6fd54f24e (diff) |
connman: move bbappend to connman-conf
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
-rw-r--r-- | recipes-connectivity/connman/connman-conf.bbappend (renamed from recipes-connectivity/connman/connman_%.bbappend) | 2 | ||||
-rw-r--r-- | recipes-connectivity/connman/connman-conf_agldemo.inc (renamed from recipes-connectivity/connman/connman_agldemo.inc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman-conf.bbappend index 9bcba76c2..39792fd96 100644 --- a/recipes-connectivity/connman/connman_%.bbappend +++ b/recipes-connectivity/connman/connman-conf.bbappend @@ -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)} diff --git a/recipes-connectivity/connman/connman_agldemo.inc b/recipes-connectivity/connman/connman-conf_agldemo.inc index 5b732ae52..5b732ae52 100644 --- a/recipes-connectivity/connman/connman_agldemo.inc +++ b/recipes-connectivity/connman/connman-conf_agldemo.inc |