Generate weston.ini dynamically 97/8897/3
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Fri, 24 Mar 2017 10:16:26 +0000 (11:16 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 30 Mar 2017 07:36:52 +0000 (07:36 +0000)
 * 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>
recipes-graphics/wayland/weston-ini-conf.bbappend [new file with mode: 0644]

diff --git a/recipes-graphics/wayland/weston-ini-conf.bbappend b/recipes-graphics/wayland/weston-ini-conf.bbappend
new file mode 100644 (file)
index 0000000..b79c526
--- /dev/null
@@ -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"