Re: [yocto] [OE-core][PATCH] ruby: ensure that .ext/rdoc is gone in compile

2016-09-07 Thread sujith h
On Tue, Sep 6, 2016 at 10:23 PM, Khem Raj <raj.k...@gmail.com> wrote: > > > On Aug 29, 2016, at 5:45 AM, Sujith H <sujit...@gmail.com> wrote: > > > > From: Christopher Larson <chris_lar...@mentor.com> > > > > rdoc gets unhappy if this already ex

[yocto] [OE-core][PATCH] ruby: ensure that .ext/rdoc is gone in compile

2016-08-29 Thread Sujith H
From: Christopher Larson rdoc gets unhappy if this already exists, so remove it before building. Without this, it's possible to hit this error: Directory .ext/rdoc already exists, but it looks like it isn't an RDoc directory. Signed-off-by: Christopher Larson

[yocto] [meta][PATCH] ruby: ensure that .ext/rdoc is gone in compile

2016-08-29 Thread Sujith H
From: Christopher Larson rdoc gets unhappy if this already exists, so remove it before building. Without this, it's possible to hit this error: Directory .ext/rdoc already exists, but it looks like it isn't an RDoc directory. Signed-off-by: Christopher Larson

[yocto] [meta-qt5] How to increase depth of qemuarm from bootargs?

2016-04-14 Thread sujith h
+ meta-qt5 + meta-oe + meta-ruby layers in bblayers.conf. Thanks, Sujith H -- സുജിത് ഹരിദാസന് Bangalore Contributor to KDE project Contributor to Yocto project http://fci.wikia.com/wiki/Anti-DRM-Campaign http://sujithh.info C-x C-c -- ___ yocto mailing

Re: [yocto] [PATCH] psplash: Adding support for systemd service files

2014-08-13 Thread sujith h
service files to psplash upstream. http://git.yoctoproject.org/cgit/cgit.cgi/psplash/ Make Sense? Yah it makes sense. I will do the same. Thanks for the feedback :) Sujith H Sau! On 08/11/2014 03:00 AM, Sujith H wrote: From: Sujith H sujith_harida...@mentor.com

[yocto] [psplash][PATCH] Adding support for systemd and its service files

2014-08-13 Thread Sujith H
From: Sujith H sujith_harida...@mentor.com Signed-off-by: Muzaffar Mahmood muzaffar_mahm...@mentor.com Signed-off-by: Sujith H sujit...@gmail.com --- Makefile.am | 8 +++- configure.ac | 23 ++- psplash-quit.service.in | 11 +++ psplash

Re: [yocto] [PATCH] Adding support for systemd and its service files

2014-08-13 Thread sujith h
On Wed, Aug 13, 2014 at 9:43 PM, Christopher Larson clar...@kergoth.com wrote: On Wed, Aug 13, 2014 at 4:57 AM, Sujith H sujit...@gmail.com wrote: From: Sujith H sujith_harida...@mentor.com Signed-off-by: Muzaffar Mahmood muzaffar_mahm...@mentor.com Signed-off-by: Sujith H sujit

[yocto] [PATCH] psplash: Adding support for systemd service files

2014-08-11 Thread Sujith H
From: Sujith H sujith_harida...@mentor.com If the DISTRO_FEATURES has systemd, then its better to have corresponding service files associated with the psplash. This change will help to do the same. Signed-off-by: Muzaffar Mahmood muzaffar_mahm...@mentor.com Signed-off-by: Sujith H sujith_harida

[yocto] [meta-ivi][PATCH] Make pulseaudio run by default

2014-07-30 Thread Sujith H
From: Sujith H sujith_harida...@mentor.com This change will help pulseaudio run by default on the target. On the bootup user can see pulseaudio service started. Signed-off-by: Sujith H sujith_harida...@mentor.com --- meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend | 2 +- 1 file

[yocto] [meta-ivi][PATCH] Make pulseaudio run by default

2014-07-30 Thread Sujith H
From: Sujith H sujith_harida...@mentor.com This change will help pulseaudio run by default on the target. On the bootup user can see pulseaudio service started. Signed-off-by: Sujith H sujith_harida...@mentor.com --- meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend | 2 +- 1 file

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

2014-04-28 Thread Sujith H
Adding weston.ini to /etc/xdg. With this change user can login and launch weston with ivi-shell. Signed-off-by: Sujith H sujith_harida...@mentor.com --- recipes-graphics/wayland/weston_1.4.0.bbappend | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/recipes

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

2014-04-25 Thread sujith h
Hi, Any comment for the new patch? On Thu, Apr 24, 2014 at 6:09 PM, Sujith H sujit...@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_harida...@mentor.com --- recipes-graphics/wayland

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

2014-04-24 Thread sujith h
Hi, Any comments for this patch? On Wed, Apr 23, 2014 at 12:42 PM, Sujith H sujit...@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_harida...@mentor.com --- recipes-graphics/wayland

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

2014-04-24 Thread Sujith H
Adding weston.ini to /etc/xdg. With this change user can login and launch weston with ivi-shell. Signed-off-by: Sujith H sujith_harida...@mentor.com --- recipes-graphics/wayland/weston_1.4.0.bbappend | 15 +++ 1 file changed, 15 insertions(+) diff --git a/recipes-graphics/wayland

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

2014-04-23 Thread sujith h
Hi Khem Raj, On Wed, Apr 23, 2014 at 9:04 AM, Khem Raj raj.k...@gmail.com wrote: On Wed, Apr 16, 2014 at 1:12 AM, Sujith H sujit...@gmail.com wrote: Adding weston.ini to $ROOT_HOME/.config. With this change user can login to $ROOT_HOME and launch weston with ivi-shell. what if I am

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

2014-04-23 Thread Sujith H
Adding weston.ini to /etc/xdg. With this change user can login and launch weston with ivi-shell. Signed-off-by: Sujith H sujith_harida...@mentor.com --- recipes-graphics/wayland/weston_1.4.0.bbappend | 14 ++ 1 file changed, 14 insertions(+) diff --git a/recipes-graphics/wayland

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

2014-04-22 Thread sujith h
Hi, Any comments about this patch? Thanks, Sujith H On Wed, Apr 16, 2014 at 1:42 PM, Sujith H sujit...@gmail.com wrote: Adding weston.ini to $ROOT_HOME/.config. With this change user can login to $ROOT_HOME and launch weston with ivi-shell. Signed-off-by: Sujith H sujith_harida

[yocto] [PATCH] weston: Add weston.ini

2014-04-15 Thread Sujith H
From: Sujith H sujith_harida...@mentor.com Adding weston.ini to $HOME/.config. With this change user can login to $HOME and launch weston with ivi-shell. Signed-off-by: Sujith H sujith_harida...@mentor.com --- recipes-graphics/wayland/weston_1.4.0.bbappend | 11 +++ 1 file changed, 11

[yocto] [PATCH] weston: Add weston.ini

2014-04-15 Thread Sujith H
Adding weston.ini to $HOME/.config. With this change user can login to $HOME and launch weston with ivi-shell. Signed-off-by: Sujith H sujith_harida...@mentor.com --- recipes-graphics/wayland/weston_1.4.0.bbappend | 11 +++ 1 file changed, 11 insertions(+) diff --git a/recipes-graphics

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

2014-04-15 Thread Sujith H
Adding weston.ini to $HOME/.config. With this change user can login to $HOME and launch weston with ivi-shell. Signed-off-by: Sujith H sujith_harida...@mentor.com --- recipes-graphics/wayland/weston_1.4.0.bbappend | 11 +++ 1 file changed, 11 insertions(+) diff --git a/recipes-graphics

[yocto] [PATCH] weston: Add weston.ini

2014-04-11 Thread Sujith H
From: Sujith H sujith_harida...@mentor.com Adding weston.ini to $HOME/.config. With this change user can login to $HOME and launch weston with ivi-shell. Signed-off-by: Sujith H sujith_harida...@mentor.com --- recipes-graphics/wayland/weston_1.4.0.bbappend | 11 +++ 1 file changed, 11

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

2014-04-11 Thread Sujith H
From: Sujith H sujith_harida...@mentor.com Adding weston.ini to $HOME/.config. With this change user can login to $HOME and launch weston with ivi-shell. Signed-off-by: Sujith H sujith_harida...@mentor.com --- recipes-graphics/wayland/weston_1.4.0.bbappend | 11 +++ 1 file changed, 11

Re: [yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-05 Thread sujith h
org.genivi.NodeStateManager.conf . So my worry is doing so, would it resolve the issue? If you can help me find out why we need to remove NSM_dummy that would be nice of you. Thanks, Sujith H Regards, Holger Thanks, Sujith H On Tue, Jun 4, 2013 at 6:45 PM, Florin Sarbu florin.sa

[yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-04 Thread Sujith H
From: Sujith H sujith_harida...@mentor.com Issue found while building foton-image when PACKAGE_CLASSES set to package_ipk. This patch will fix the issue. This patch has to be applied to branch 4.0. Signed-off-by: Sujith H sujith_harida...@mentor.com --- .../node-startup-controller/node-startup

Re: [yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-04 Thread sujith h
-startup-controller. When rpm packaging is used then node-state-manager's org.genivi.NodeStateManager.conf is forcefully installed. Thanks, Sujith H On Tue, Jun 4, 2013 at 3:33 PM, Sujith H sujit...@gmail.com wrote: From: Sujith H sujith_harida...@mentor.com Issue found while building foton-image

Re: [yocto] [meta-ivi] [PATCH] node-startup-controller: Fixing conf file while packaging

2013-06-04 Thread sujith h
H On Tue, Jun 4, 2013 at 6:45 PM, Florin Sarbu florin.sa...@windriver.comwrote: Hi, please provide a log with the actual error. The attached patch does not contain a solution to your problem in my opinion. Thank you, Florin On 06/04/2013 01:13 PM, sujith h wrote: Hi, When

[yocto] [meta-ivi] [PATCH] pulseaudio: Fixing the configure_append.

2013-05-27 Thread Sujith H
Providing absolute path to avoid breakage during configure. This patch has to be applied on branch 4.0 Signed-off-by: Sujith H sujit...@gmail.com --- recipes-multimedia/pulseaudio/pulseaudio_3.0.bbappend | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes