From: Matt Ranostay Date: Wed, 29 Mar 2017 19:14:49 +0000 (+0000) Subject: Add automount to DISTRO_FEATURES for agl-demo.inc X-Git-Tag: 3.99.1~12 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=73e6c9164d87941e5f3f2d3a703956addffc4383 Add automount to DISTRO_FEATURES for agl-demo.inc Change-Id: I961f4cc319455f3eb2386a6132e56fced32b631a AGL-Issue: SPEC-483 Signed-off-by: Matt Ranostay --- diff --git a/conf/include/agl-demo.inc b/conf/include/agl-demo.inc index 6856645b3..dbe80f18b 100644 --- a/conf/include/agl-demo.inc +++ b/conf/include/agl-demo.inc @@ -1,6 +1,7 @@ IMAGE_FEATURES =+ "debug-tweaks" DISTRO_FEATURES_append = " webruntime " +DISTRO_FEATURES_append = " automount " # Add webkit as workaround as webengine is broken right now IMAGE_INSTALL_append = " qtwebkit qtwebkit-examples-examples"