From 77cdbb995c03689e4d020a1c42f5ce5a3d62cfcd Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 11 Apr 2022 19:49:57 -0400 Subject: 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 Change-Id: I29c1c4a99c215082081b8d4ddaec6aaadcfd9933 --- recipes-connectivity/connman/connman-conf.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-connectivity/connman/connman-conf.bbappend (limited to 'recipes-connectivity/connman/connman-conf.bbappend') diff --git a/recipes-connectivity/connman/connman-conf.bbappend b/recipes-connectivity/connman/connman-conf.bbappend new file mode 100644 index 00000000..39792fd9 --- /dev/null +++ b/recipes-connectivity/connman/connman-conf.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'connman-conf_agldemo.inc', '', d)} -- cgit 1.2.3-korg