Will take it into consideration for next Genivi release. (a.k.a. 6.0.1) Florin On 04/25/2014 03:59 PM, sujith h wrote: > Hi, > > Any comment for the new patch? > > > On Thu, Apr 24, 2014 at 6:09 PM, Sujith H > wrote: > > Adding weston.ini to /etc/xdg. With this change > user can login and launch weston with ivi-shell. > > Signed-off-by: Sujith H > > --- > recipes-graphics/wayland/weston_1.4.0.bbappend | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/recipes-graphics/wayland/weston_1.4.0.bbappend > b/recipes-graphics/wayland/weston_1.4.0.bbappend > index 7a8ba6f..1bcb327 100644 > --- a/recipes-graphics/wayland/weston_1.4.0.bbappend > +++ b/recipes-graphics/wayland/weston_1.4.0.bbappend > @@ -12,3 +12,18 @@ PR = "r1" > > FILES_${PN} += "${libdir}/weston/*" > FILES_${PN}-dbg += "${libdir}/weston/.debug/*" > + > +do_install_append() { > + WESTON_INI_CONFIG=${sysconfdir}/xdg/weston > + install -d ${D}${WESTON_INI_CONFIG} > + install -m 0644 ${S}/ivi-shell/weston.ini.in > ${D}${WESTON_INI_CONFIG}/weston.ini > + sed -i -e > 's/hmi-controller.so/hmi-controller.so,ivi-controller.so/ > ' \ > + -e 's|\@libexecdir\@|${libexecdir}|' \ > + -e 's|\@abs_top_builddir\@\/data|${datadir}\/weston|' \ > + -e 's|\@abs_top_builddir\@\/clients|${bindir}|' > ${D}${WESTON_INI_CONFIG}/weston.ini > + > +} > + > +PACKAGES += "${PN}-ini" > + > +FILES_${PN}-ini = "${sysconfdir}/xdg" > -- > 1.8.4 > > > > > -- > സുജിത് ഹരിദാസന് > Bangalore > Contributor to KDE project > http://fci.wikia.com/wiki/Anti-DRM-Campaign > http://sujithh.info