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-05 17:52:18 +0000 |
commit | de05674fb955234fe399e633dec9003fc42022e1 (patch) | |
tree | b3cd86e9ea8bbfd2e07463d6543a197ea5fd4197 /meta-agl-distro/conf | |
parent | ba32016b5b4aa34059573f251e830e7eba873372 (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>
Diffstat (limited to 'meta-agl-distro/conf')
-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}" |