From 87ce94d22c1bcea17f847fdd0c0c546bcaca7ad2 Mon Sep 17 00:00:00 2001 From: Ronan Date: Fri, 20 Jan 2017 16:20:17 +0100 Subject: Move feature code into the meta recipes * Having a minimlal local.conf serving the only purpose of user customization is the "Yocto" way of doing things * After a source synchronization (repo sync), feature code must be update without regenerate local.conf Change-Id: Ie4cdfde42424f455181ee4bde8087a9cc746e231 Signed-off-by: Ronan --- conf/include/agl-demo.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conf/include/agl-demo.inc (limited to 'conf') diff --git a/conf/include/agl-demo.inc b/conf/include/agl-demo.inc new file mode 100644 index 00000000..b831a443 --- /dev/null +++ b/conf/include/agl-demo.inc @@ -0,0 +1,14 @@ +IMAGE_FEATURES =+ "debug-tweaks" + +DISTRO_FEATURES_append = " AGL_WEBRUNTIME " + +# Add webkit as workaround as webengine is broken right now +IMAGE_INSTALL_append = " qtwebkit qtwebkit-examples-examples" +#IMAGE_INSTALL_append = " qtsmarthome cinematicexperience qt5everywheredemo qt5-demo-extrafiles" +#IMAGE_INSTALL_append = " qtwebengine-examples" + +# add support for websocket in Qt and QML +IMAGE_INSTALL_append = " qtwebsockets qtwebsockets-qmlplugins" + +IMAGE_INSTALL_append = " iotivity-resource-samples " +IMAGE_INSTALL_append = " screen " -- cgit 1.2.3-korg