diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-24 03:15:59 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-07 15:32:38 +0000 |
commit | a1222e4aa4817e54b3654b9e4f1d80b1480f04e2 (patch) | |
tree | e54aca7886d8af6fb6ba60ac0ca3ca07119c3a8d /meta-agl-distro/conf/distro | |
parent | 67c74a3ff24144d28ac8075073f3f1c53ba7884c (diff) |
meta-agl-distro: poky-agl: add 3g to AGL_DISTRO_FEATURES
To enable WWAN support for AGL add 3g to AGL_DISTRO_FEATURES
Change-Id: Ib43344a6b6796afe19296fee14fddb5b2b23636a
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit de05674fb955234fe399e633dec9003fc42022e1)
Diffstat (limited to 'meta-agl-distro/conf/distro')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 73e21f17a..9b29bce53 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -42,7 +42,7 @@ MAINTAINER = "AGL <automotive-discussions@lists.linuxfoundation.org>" TARGET_VENDOR = "-agl" # Override these in poky based distros -AGL_DEFAULT_DISTRO_FEATURES = "largefile systemd opengl wayland pam bluetooth bluez5" +AGL_DEFAULT_DISTRO_FEATURES = "largefile systemd opengl wayland pam bluetooth bluez5 3g" POKY_DEFAULT_DISTRO_FEATURES := "${AGL_DEFAULT_DISTRO_FEATURES}" OVERRIDES .= ":${DISTRO_CODENAME}" |