Fix Readme.weston-ini-conf Readme 75/9375/2
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Fri, 12 May 2017 15:38:27 +0000 (17:38 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 12 May 2017 21:53:36 +0000 (21:53 +0000)
Change-Id: I94437dfd409b5cd66733e6fdacf5a6770f84030b
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9375
Reviewed-by: Martin Kelly <mkelly@xevo.com>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl/recipes-graphics/wayland/Readme.weston-ini-conf

index 740ac56..eb30a9a 100644 (file)
@@ -4,8 +4,8 @@ To generate the weston.ini file:
 
 '''
 [core]
-backend=desktop-shell.so
-shell=ivi-shell.so
+backend=drm-backend.so
+shell=desktop-shell.so
 '''
 
 Just create a Variable Flag:
@@ -30,7 +30,7 @@ This will generate weston.ini file:
 
 '''
 [core]
-backend=desktop-shell.so
+backend=drm-backend.so
 shell=ivi-shell.so
 repaint-window=34
 '''