summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-03-24 11:16:26 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-03-30 07:36:52 +0000
commit726fdfebd33e0c2d000c68db3f5495fffb50af2a (patch)
tree68028e61ec9633fde0dda2c1c084df7bb70aca46
parent73338d9e0e288bcc08c821ef9b05f2571f928fd0 (diff)
Generate weston.ini dynamically
* bbappend on new package weston-ini-conf * for agl-demo, weston.ini must use ivi-shell.so Bug-AGL: SPEC-477 Change-Id: I3356900adfc166381dc01a158233348183a1c6db Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--recipes-graphics/wayland/weston-ini-conf.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston-ini-conf.bbappend b/recipes-graphics/wayland/weston-ini-conf.bbappend
new file mode 100644
index 00000000..b79c5260
--- /dev/null
+++ b/recipes-graphics/wayland/weston-ini-conf.bbappend
@@ -0,0 +1,6 @@
+WESTONCORE[shell] ??= "ivi-shell.so"
+
+WESTONIVISHELL[ivi-module] ??= "ivi-controller.so"
+WESTONIVISHELL[ivi-input-module] ??= "ivi-input-controller.so"
+
+WESTONSECTION[WESTONIVISHELL] = "ivi-shell"