Enable ACP for HDMI on RaspberryPi4.
[AGL/meta-agl.git] / meta-agl-core / recipes-connectivity / connman / connman_aglcore.inc
index 4693458..e372e91 100644 (file)
@@ -1,20 +1,3 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+FILESEXTRAPATHS:prepend := "${THISDIR}/connman:"
 
-SRC_URI += "file://0001-disable-when-booting-over-nfs.patch \
-            file://main.conf \
-"
-
-FILES_${PN} += "${sysconfdir}/connman/main.conf"
-
-PACKAGECONFIG[session-policy-local] = "--enable-session-policy-local,--disable-session-policy-local,"
-PACKAGECONFIG_append = " session-policy-local"
-
-do_install_append() {
-       install -d ${D}${sysconfdir}/connman
-       install -m 0644 ${WORKDIR}/main.conf ${D}${sysconfdir}/connman
-
-       # Need to ignore eth1 in cluster demo setup
-       if ${@bb.utils.contains('DISTRO_FEATURES', 'agl-cluster-demo-support', 'true', 'false', d)}; then
-               sed -i 's/^\(NetworkInterfaceBlacklist=.*\)/\1,eth1/' ${D}${sysconfdir}/connman/main.conf
-       fi
-}
+SRC_URI += "file://0001-disable-when-booting-over-nfs.patch"