From: Matt Ranostay Date: Thu, 13 Jun 2019 01:26:10 +0000 (+0300) Subject: meta-agl-profile-core: recipes-connectivity: ofono: add SYSTEMD_AUTO_ENABLE to bbappend X-Git-Tag: 7.99.2~17 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=58c18252dd713c8b7475af5972f6c12ee546604a;p=AGL%2Fmeta-agl.git meta-agl-profile-core: recipes-connectivity: ofono: add SYSTEMD_AUTO_ENABLE to bbappend Re-enable ofono to be started on system bootup. Bug-AGL: SPEC-2512 Change-Id: Ia6638a3f4baf5e491e960c0c6e9ec414a6baee0b Signed-off-by: Matt Ranostay --- diff --git a/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend b/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend index bde3cce0f..b02d6ee22 100644 --- a/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend +++ b/meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend @@ -7,3 +7,5 @@ SRC_URI_append = "\ do_install_append() { install -m 0644 ${WORKDIR}/ofono.conf ${D}${sysconfdir}/dbus-1/system.d/ofono.conf } + +SYSTEMD_AUTO_ENABLE = "enable"