diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-06-28 22:13:58 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-05 10:28:02 +0000 |
commit | f3b34f5c19ce180ff5d6a0165c8309f13f78aade (patch) | |
tree | ca422be4c05be0bc63345ba43b60d8784f31785c /templates/feature/agl-demo/50_local.conf.inc | |
parent | f4b76be081103f88ea6118a9201ee4b0f8afaf57 (diff) |
add features agl-demo, agl-appfw-smack and agl-localdev
This is the application of the process proposed here:
https://lists.linuxfoundation.org/pipermail/automotive-discussions/2016-June/002232.html
Bug-AGL: SPEC-180
Change-Id: I0063db7ac2803d4ac9540b70be8024b40e97dab3
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'templates/feature/agl-demo/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-demo/50_local.conf.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/feature/agl-demo/50_local.conf.inc b/templates/feature/agl-demo/50_local.conf.inc new file mode 100644 index 0000000..1cf1ff4 --- /dev/null +++ b/templates/feature/agl-demo/50_local.conf.inc @@ -0,0 +1,6 @@ +EXTRA_IMAGE_FEATURES =+ "debug-tweaks" + +# 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" |