summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/ofono/ofono_agldemo.inc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-03-20 12:12:23 -0400
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>2024-04-24 15:25:38 +0000
commit8083d5447471fdcf473a5617e6754ee087c12634 (patch)
tree7cab4e85de8517eed46c6bb86c42a1d04ec22fd5 /recipes-connectivity/ofono/ofono_agldemo.inc
parent1e9a7e910b32f16171bc3a60574a78d9458f9626 (diff)
ofono: remove bbappend
Remove our ofono bbappend since the local patch no longer applies and the custom configuration has not been tested in several years. Bug-AGL: SPEC-4578 Change-Id: Iadff9ea539519342f94d14bbe5d63e21367638f5 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-connectivity/ofono/ofono_agldemo.inc')
-rw-r--r--recipes-connectivity/ofono/ofono_agldemo.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-connectivity/ofono/ofono_agldemo.inc b/recipes-connectivity/ofono/ofono_agldemo.inc
deleted file mode 100644
index 26198353..00000000
--- a/recipes-connectivity/ofono/ofono_agldemo.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
-SRC_URI:append = "\
- file://ofono.conf \
- file://0001-provision-allow-duplicate-entries-from-mbpi_lookup_a.patch \
- "
-
-do_install:append() {
- install -m 0644 ${WORKDIR}/ofono.conf ${D}${sysconfdir}/dbus-1/system.d/ofono.conf
-}
-
-SYSTEMD_AUTO_ENABLE = "enable"