diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-06-13 04:26:10 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-19 14:10:42 +0000 |
commit | 58c18252dd713c8b7475af5972f6c12ee546604a (patch) | |
tree | b42bf93592dc5f2280fa64490a6fcd41db6d1690 /meta-agl-profile-core/recipes-connectivity | |
parent | 8724cde6d06a08955e1f2ce8e8bade3cc2ecdd18 (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-profile-core/recipes-connectivity')
-rw-r--r-- | meta-agl-profile-core/recipes-connectivity/ofono/ofono_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
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" |