[yocto] [meta-ivi][PATCH] weston: Add weston.ini config file

Billie Alsup billie.alsup at ericsson.com
Thu Apr 24 05:25:07 PDT 2014


I know nothing about yocto recipes, but why would you invoke sed 4 times, rather than once with 4 different -e arguments?
this kind of approach really adds up in large build systems.


From: sujith h <sujith.h at gmail.com<mailto:sujith.h at gmail.com>>
Date: Thursday, April 24, 2014 2:18 PM
To: "Behrens, Holger" <holger.behrens at windriver.com<mailto:holger.behrens at windriver.com>>, Florin Sarbu <florin.sarbu at windriver.com<mailto:florin.sarbu at windriver.com>>
Cc: "yocto at yoctoproject.org<mailto:yocto at yoctoproject.org>" <yocto at yoctoproject.org<mailto:yocto at yoctoproject.org>>, Sujith H <Sujith_Haridasan at mentor.com<mailto:Sujith_Haridasan at mentor.com>>
Subject: Re: [yocto] [meta-ivi][PATCH] weston: Add weston.ini config file

Hi,

Any comments for this patch?


On Wed, Apr 23, 2014 at 12:42 PM, Sujith H <sujith.h at gmail.com<mailto:sujith.h at gmail.com>> wrote:
Adding weston.ini to /etc/xdg. With this change
user can login and launch weston with ivi-shell.

Signed-off-by: Sujith H <Sujith_Haridasan at mentor.com<mailto:Sujith_Haridasan at mentor.com>>
---
 recipes-graphics/wayland/weston_1.4.0.bbappend | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/recipes-graphics/wayland/weston_1.4.0.bbappend b/recipes-graphics/wayland/weston_1.4.0.bbappend
index 7a8ba6f..b839be4 100644
--- a/recipes-graphics/wayland/weston_1.4.0.bbappend
+++ b/recipes-graphics/wayland/weston_1.4.0.bbappend
@@ -12,3 +12,17 @@ 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<http://weston.ini.in> ${D}${WESTON_INI_CONFIG}/weston.ini
+   sed -i -e  's/hmi-controller.so/hmi-controller.so<http://hmi-controller.so/hmi-controller.so>, ivi-controller.so/<http://ivi-controller.so/>' ${D}${WESTON_INI_CONFIG}/weston.ini
+   sed -i -e 's|\@libexecdir\@|${libexecdir}|' ${D}${WESTON_INI_CONFIG}/weston.ini
+   sed -i -e 's|\@abs_top_builddir\@\/data|${datadir}\/weston|' ${D}${WESTON_INI_CONFIG}/weston.ini
+   sed -i -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
<Project>Contributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
<Blog> http://sujithh.info
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20140424/040ab10d/attachment.html>


More information about the yocto mailing list