From a1222e4aa4817e54b3654b9e4f1d80b1480f04e2 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 24 Jan 2019 03:15:59 +0200 Subject: 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 (cherry picked from commit de05674fb955234fe399e633dec9003fc42022e1) --- meta-agl-distro/conf/distro/poky-agl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-distro/conf/distro/poky-agl.conf') 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 " 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}" -- cgit 1.2.3-korg