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 wrote: > > > On Aug 29, 2016, at 5:45 AM, Sujith H wrote: > > > > From: Christopher Larson > > > > rdoc gets unhappy if this already exists, so remove it before building. > > > > Without this, it's pos

[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 Signed-off-by: Sujith Har

[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 Signed-off-by: Sujith Har

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

2016-04-14 Thread sujith h
poky + 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 ma

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 wrote: > > On Wed, Aug 13, 2014 at 4:57 AM, Sujith H wrote: > >> From: Sujith H >> >> Signed-off-by: Muzaffar Mahmood >> Signed-off-by: Sujith H >> > > Might want to mention 'psplash'

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

2014-08-13 Thread Sujith H
From: Sujith H Signed-off-by: Muzaffar Mahmood Signed-off-by: Sujith H --- Makefile.am | 8 +++- configure.ac | 23 ++- psplash-quit.service.in | 11 +++ psplash-start.service.in | 11 +++ 4 files changed, 51 insertions(+), 2

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

2014-08-13 Thread Sujith H
From: Sujith H Signed-off-by: Muzaffar Mahmood Signed-off-by: Sujith H --- Makefile.am | 8 +++- configure.ac | 23 ++- psplash-quit.service.in | 11 +++ psplash-start.service.in | 11 +++ 4 files changed, 51 insertions(+), 2

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

2014-08-13 Thread sujith h
2 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:

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

2014-08-11 Thread Sujith H
From: Sujith H 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 Signed-off-by: Sujith H --- meta/recipes-core/psplash/files/psplash-quit.service | 11

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

2014-07-30 Thread Sujith H
From: Sujith H 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 --- meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

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

2014-07-30 Thread Sujith H
From: Sujith H 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 --- meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

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

2014-04-27 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 --- recipes-graphics/wayland/weston_1.4.0.bbappend | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/recipes-graphics/wayland/weston_1.4.0

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 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

[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 --- 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

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 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 | 14 +

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

2014-04-23 Thread sujith h
On Wed, Apr 23, 2014 at 11:34 AM, Khem Raj wrote: > On Tue, Apr 22, 2014 at 10:59 PM, sujith h wrote: > >> what if I am not root ? IOW is there more systemwide way of doing it ? > > > > > > I couldn't find any other login variable( like $ROOT_HOME) in > bi

[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 --- 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

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

2014-04-22 Thread sujith h
Hi Khem Raj, On Wed, Apr 23, 2014 at 9:04 AM, Khem Raj wrote: > On Wed, Apr 16, 2014 at 1:12 AM, Sujith H 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 not roo

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 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 > --- > recipe

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

2014-04-16 Thread Sujith H
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 --- recipes-graphics/wayland/weston_1.4.0.bbappend | 13 + 1 file changed, 13 insertions(+) diff --git a/recipes-graphics/wayland

[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 --- recipes-graphics/wayland/weston_1.4.0.bbappend | 11 +++ 1 file changed, 11 insertions(+) diff --git a/recipes-graphics/wayland/weston_1.4.0

[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 --- recipes-graphics/wayland/weston_1.4.0.bbappend | 11 +++ 1 file changed, 11 insertions(+) diff --git a/recipes-graphics/wayland/weston_1.4.0

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

2014-04-15 Thread Sujith H
From: 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 --- recipes-graphics/wayland/weston_1.4.0.bbappend | 11 +++ 1 file changed, 11 insertions(+) diff --git a/recipes-graphics/wayland

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

2014-04-11 Thread Sujith H
From: 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 --- recipes-graphics/wayland/weston_1.4.0.bbappend | 11 +++ 1 file changed, 11 insertions(+) diff --git a/recipes-graphics/wayland

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

2014-04-11 Thread Sujith H
From: 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 --- recipes-graphics/wayland/weston_1.4.0.bbappend | 11 +++ 1 file changed, 11 insertions(+) diff --git a/recipes-graphics/wayland

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

2013-06-05 Thread sujith h
s is one solution that came to my mind. > > in cases we have both the NSC (P1) and the NSM (P2) in an image, the > NSM_dummy which is part of the NSC should not be installed. > Well NSM_dummy doesn't provide org.genivi.NodeStateManager.conf . So my worry is doing so, would it r

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 wrote: > 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: > >

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 wrote: > From: Sujith H > > Issue found while building foton-image when PACKAGE_CL

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

2013-06-04 Thread Sujith H
From: Sujith H 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 --- .../node-startup-controller/node-startup-controller_1.0.2.bb | 3 +++

[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 --- recipes-multimedia/pulseaudio/pulseaudio_3.0.bbappend | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-multimedia/pulseaudio