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 /recipes-connectivity/connman/connman-conf.bbappend | |
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
Diffstat (limited to 'recipes-connectivity/connman/connman-conf.bbappend')
-rw-r--r-- | recipes-connectivity/connman/connman-conf.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/connman/connman-conf.bbappend b/recipes-connectivity/connman/connman-conf.bbappend new file mode 100644 index 000000000..39792fd96 --- /dev/null +++ b/recipes-connectivity/connman/connman-conf.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'connman-conf_agldemo.inc', '', d)} |