[oe] How can I make my own program start up when my system boots up?

2014-04-01 Thread Journeyer J. Joh
Hi, I'd like to know how I can make my application run during the system boot-up. The system I use is based on Qualcomm's LTE chipset - composed of MDM core + AP core. The system on AP core is openembedded. And I can access it's shell using adb shell on putty. Now I'd like to know how I can make

Re: [oe] How can I make my own program start up when my system boots up?

2014-04-01 Thread Khem Raj
On Mar 31, 2014, at 11:07 PM, Journeyer J. Joh oosaprogram...@gmail.com wrote: I tried to add the execution command in /etc/init.d/data-init - at the very bottom. And it worked! But I am not sure if this method is correct or not. I think you are using standard sysvinit here so as long as

Re: [oe] [meta-oe][PATCH] mongodb: add git version

2014-04-01 Thread Koen Kooi
Op 30 mrt. 2014, om 00:21 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Wed, Mar 05, 2014 at 04:21:27PM +0800, Koen Kooi wrote: On 03/05/2014 01:57 PM, Martin Jansa wrote: On Wed, Mar 05, 2014 at 12:43:16PM +0800, Koen Kooi wrote: On 03/05/2014 12:19 PM, Martin Jansa

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2014-03-29

2014-04-01 Thread Andreas Müller
On Sat, Mar 29, 2014 at 11:54 PM, Martin Jansa martin.ja...@gmail.com wrote: http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-03-29 == === common (23) === * meta-openembedded/meta-gnome/recipes-gnome/devilspie/devilspie2_0.24.bb, do_compile *

Re: [oe] How can I make my own program start up when my system boots up?

2014-04-01 Thread Journeyer J. Joh
Hi Khem Raj, Thank you very much! I understood! Sincerely Journeyer Journeyer J. Joh o o s a p r o g r a m m e r a t g m a i l d o t c o m 2014-04-01 15:18 GMT+09:00 Khem Raj raj.k...@gmail.com: On Mar 31,

[oe] Public TSC / OE Workgroup meeting today

2014-04-01 Thread Paul Eggleton
Hi all, There will be a public OpenEmbedded TSC/workgroup IRC meeting today. If you're interested in discussing long-term technical efforts around the OpenEmbedded project please join us on irc.freenode.net in channel #oe at 16:00 GMT (9am PDT, 11am CDT, 12 EDT, 18:00 CEST, 17:00 BST).

Re: [oe] [OE-core] Quality of meta-oe metadata

2014-04-01 Thread Richard Purdie
On Sun, 2014-03-30 at 02:33 -0400, Trevor Woerner wrote: Hello Martin, Excellent, excellent post! On 03/29/14 21:31, Martin Jansa wrote: 2) There are a lot of changes and component upgrades in oe-core which sometimes aren't very straight-forward to adapt to and issues stay in

Re: [oe] [meta-oe][PATCH 4/4] gtkmathview: run through oe-stylize.py

2014-04-01 Thread Martin Jansa
On Mon, Mar 31, 2014 at 11:39:28PM -0400, Trevor Woerner wrote: Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

Re: [oe] [meta-oe][PATCH 0/4] 'gtkmathview' fix for SOBBW (2014-03-29)

2014-04-01 Thread Andreas Müller
On Tue, Apr 1, 2014 at 5:39 AM, Trevor Woerner trevor.woer...@linaro.org wrote: Hi Martin, Here is a fix for your State of bitbake world, Failed tasks 2014-03-29. This patch set provides fixes and some clean-up for the gtkmathview package. Best regards, Trevor Trevor Woerner (4):

Re: [oe] [meta-oe][PATCH] asio: package bump

2014-04-01 Thread Andreas Müller
On Tue, Apr 1, 2014 at 4:10 AM, Trevor Woerner trevor.woer...@linaro.org wrote: This recipe had been failing to build, bumping to the latest stable release resolves all build issues. Signed-off-by: Trevor Woerner trevor.woer...@linaro.org --- meta-oe/recipes-support/asio/asio.inc | 11

Re: [oe] [meta-qt5][PATCH] qtwebkit: add packageconfig for qtmultimedia

2014-04-01 Thread Martin Jansa
On Mon, Mar 31, 2014 at 12:22:52AM +1100, Jonathan Liu wrote: Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-qt/qt5/qtwebkit.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtwebkit.inc b/recipes-qt/qt5/qtwebkit.inc index

[oe] [OE-core][PATCH v2] open-vcdiff: add new recipe for version 0.8.3

2014-04-01 Thread Matthieu Crapet
From: Matthieu CRAPET matthieu.cra...@ingenico.com This is Google's implementation of VCDIFF (RFC 3284) delta compression. It's more flexible than Xdelta3 (as a developer point of view). v2 patch: State of bitbake world, Failed tasks 2014-03-29 reported a do_configure error: | aclocal: error:

Re: [oe] [OE-core][PATCH v2] open-vcdiff: add new recipe for version 0.8.3

2014-04-01 Thread Matthieu CRAPET
Hi, This discards and replaces the patch already in master-next: http://cgit.openembedded.org/meta-openembedded/commit/?h=master-nextid=7720023d0e69215746753cb3dea2ec9e61408a15 Regards, Matthieu -Message d'origine- De : Matthieu CRAPET Envoyé : mardi 1 avril 2014 15:15 À :

Re: [oe] USB wifi configuration

2014-04-01 Thread MONDON Daniel
- Hi, I have a 3.2.30 kernel. With DISTRO = angstrom and DISTRO_VERSION = v2012.05 I want to use USB wifi dongle. I do bitbake -c menuconfig virtual/kernel modifications and put the output file .config in the

[oe] [meta-oe][PATCH] rsyslog: remove unsupported option from initscript

2014-04-01 Thread Jack Mitchell
From: Jack Mitchell jmitch...@cbnl.com starting rsyslogd ... rsyslogd: error: option -c is no longer supported - ignored Signed-off-by: Jack Mitchell jmitch...@cbnl.com --- meta-oe/recipes-extended/rsyslog/rsyslog/initscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH][meta-xfce/meta-gnome 00/10] world-fixes

2014-04-01 Thread Andreas Müller
mousepad seems already fixed in secret shr repo The following changes since commit c04626475be6f0e52400552d5aed044062aac4dd: exo: Add intltool-native as native dependency (2014-03-29 22:51:36 +0100) are available in the git repository at:

[oe] [PATCH][meta-xfce/meta-gnome 01/10] xfce-git.bbclass initial add

2014-04-01 Thread Andreas Müller
common preparations for xfce-git-repos * implement autogen.sh call in do_configure_prepend * AUTOTOOLS_COPYACLOCAL = 1: In oe-core commit 79ea036de331bde65a88fb777647dc099ef05acf copying aclocals was moved to do_configure[prefuncs]. These are called before do_configure_prepend which causes

[oe] [PATCH][meta-xfce/meta-gnome 04/10] libxfce4ui: fix configue by inheriting xfce-git.bbclass

2014-04-01 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb

[oe] [PATCH][meta-xfce/meta-gnome 03/10] xfwm4: fix configue by inheriting xfce-git.bbclass

2014-04-01 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb index 4799460..f8cd4b2 100644

[oe] [PATCH][meta-xfce/meta-gnome 02/10] xarchiver: fix configue

2014-04-01 Thread Andreas Müller
* use xfce-git to fix aclocal-copy error * add intltool-native in DEPENDS to fix | configure.in:57: error: possibly undefined macro: AC_PROG_INTLTOOL Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | 8 ++-- 1 file changed, 2

[oe] [PATCH][meta-xfce/meta-gnome 07/10] xfce4-settings: fix configue by inheriting xfce-git.bbclass

2014-04-01 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb

[oe] [PATCH][meta-xfce/meta-gnome 05/10] xfce4-taskmanager: fix configue by inheriting xfce-git.bbclass

2014-04-01 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb

[oe] [PATCH][meta-xfce/meta-gnome 06/10] xfce4-closebutton-plugin: fix configue by inheriting xfce-git.bbclass

2014-04-01 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../closebutton/xfce4-closebutton-plugin_git.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb

[oe] [PATCH][meta-xfce/meta-gnome 08/10] xfce4-dev-tools: update to 4.11.0

2014-04-01 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../{xfce4-dev-tools_4.10.0.bb = xfce4-dev-tools_4.11.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfce4-dev-tools/{xfce4-dev-tools_4.10.0.bb = xfce4-dev-tools_4.11.0.bb}

[oe] [PATCH][meta-xfce/meta-gnome 09/10] sound-theme-freedesktop: fix configure

2014-04-01 Thread Andreas Müller
oe-core's commit 79ea036de331bde65a88fb777647dc099ef05acf Author: Richard Purdie richard.pur...@linuxfoundation.org Date: Sun Mar 2 17:36:38 2014 + autotools: Limit aclocal files to those in dependencies makes explicit depencies mandatory Signed-off-by: Andreas Müller

[oe] [PATCH][meta-xfce/meta-gnome 10/10] abiword: update to 3.0.0 to fix build

2014-04-01 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- .../abiword/abiword/abiword-cxx-for-ld-fix.patch | 12 --- .../abiword/abiword/abiword.fix.glib-2.32.patch| 21 - meta-gnome/recipes-gnome/abiword/abiword/cdump.pl | 32 ---

Re: [oe] USB wifi configuration

2014-04-01 Thread Stephen Arnold
It pretty much depends on your image recipe (and/or kernel recipe if you've got a custom one). It sounds like your custom kernel config is being used, which is the first thing to check (there should be a kernel module package with your driver). Second is what gets installed to the image , so you

Re: [oe] ntpd fails to start if libcap not installed

2014-04-01 Thread Stephen Arnold
I would agree, as well as making sure the ntp user owns the drift file and its run and log directories (although I don't believe the latter is configured in the current recipe). Moving the drift file (and keys) to /var/lib/ntp is a pretty standard config. Just my $.02 ... Steve On Sat, Mar

[oe] [meta-oe][PATCH 01/46] efl: upgrade to 1.9.0

2014-04-01 Thread Martin Jansa
* announcement: http://sourceforge.net/mailarchive/message.php?msg_id=32024303 * emotion-generic-players and evas-generic-loaders LIC_FILES_CHKSUM change is just copyright update Copyright (C) 2011-2011 Carsten Haitzler and various contributors (see AUTHORS) --- Copyright (C)

[oe] [meta-oe][PATCH 02/46] webkit-efl: upgrade to new snapshot r164189

2014-04-01 Thread Martin Jansa
* update webkit-efl_svn to point to the same source and old isn't compatible with new efl http://sourceforge.net/p/enlightenment/mailman/message/32002633/ * restrict for armv7a, because upstream dropped support Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [meta-oe][PATCH 04/46] e-tasks: Migrate to eldbus

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../0001-dbus-stuff-Convert-to-eldbus.patch| 204 + meta-efl/recipes-efl/e17/e-tasks_git.bb| 4 +- 2 files changed, 207 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][PATCH 05/46] python-efl: upgrade to 1.9.0

2014-04-01 Thread Martin Jansa
* announcement: http://sourceforge.net/p/enlightenment/mailman/message/32066075/ Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-devtools/python/python-efl.inc | 2 +- meta-efl/recipes-devtools/python/python-efl_1.8.1.bb | 4

[oe] [meta-oe][PATCH 03/46] e-wm: upgrade to 0.18.4 and drop old 0.17.5

2014-04-01 Thread Martin Jansa
* fix building e17 modules with elementary-1.9 * remove 0.17 version, because that one isn't going to be tested enough Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../0001-remove-another-elm-1.8-requirement.patch | 25 + meta-efl/recipes-efl/e17/e-wm_0.17.5.bb

[oe] [meta-oe][PATCH 06/46] eve: restrict for armv7a, because upstream dropped support in webkit-efl

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/e17/eve_svn.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb index 3cc68cb..5845c2d 100644 --- a/meta-efl/recipes-efl/e17/eve_svn.bb

[oe] [meta-oe][PATCH 07/46] efl, elementary, e-wm: upgrade to latest versions 1.9.2 and 1.18.6

2014-04-01 Thread Martin Jansa
* announcement: http://sourceforge.net/p/enlightenment/mailman/message/32148245/ Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../0001-remove-another-elm-1.8-requirement.patch | 25 -- .../e17/{e-wm_0.18.4.bb = e-wm_0.18.6.bb} | 5 ++---

[oe] [meta-oe][PATCH 08/46] eve: adapt to webkit-efl changes

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../e17/eve/adapt-to-webkit-efl-changes.patch | 94 ++ meta-efl/recipes-efl/e17/eve_svn.bb| 4 +- 2 files changed, 97 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][PATCH 09/46] mplayer2: bump SRCREV to fix build issues with newer live555

2014-04-01 Thread Martin Jansa
* live555 support was removed in: http://git.mplayer2.org/mplayer2/commit/?id=e77b823b341fca0b931228d3e623dab50aa11723 * remove now unsupported options * needs libav-9.10 which is in oe-core but with negative D_P otherwise configure fails: Requested 'libavcodec = 54.25.0' but version of

[oe] [meta-oe][PATCH 12/46] freerdp: move to nonworking

2014-04-01 Thread Martin Jansa
* until this is resolved: freerdp-1.0.2+gitrAUTOINC+f311acaffb: freerdp: Files/directories were installed but not shipped /usr/usr /usr/usr/lib /usr/usr/lib/freerdp /usr/usr/lib/freerdp/printer.so /usr/usr/lib/freerdp/rdpsnd.so /usr/usr/lib/freerdp/rail.so

[oe] [meta-oe][PATCH 10/46] libdc1394: add libsdl dependency

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb

[oe] [meta-oe][PATCH 11/46] sound-theme-freedesktop: add glib-2.0 and intltool-native dependency

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb| 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb

[oe] [meta-oe][PATCH 13/46] gnome-control-center: include datadir/mime in PN

2014-04-01 Thread Martin Jansa
* Fixes this QA warning: gnome-control-center-2.32.1: gnome-control-center: Files/directories were installed but not shipped /usr/share/mime/globs /usr/share/mime/globs2 /usr/share/mime/magic /usr/share/mime/XMLnamespaces /usr/share/mime/subclasses /usr/share/mime/aliases

[oe] [meta-oe][PATCH 14/46] tracker: inherit only gnomebase, fix QA warn

2014-04-01 Thread Martin Jansa
* fixes configure was passed unrecognised options: --disable-schemas-install * fixes QA warning: tracker-0.14.2: tracker: Files/directories were installed but not shipped /usr/lib/tracker-0.14/writeback-modules/libwriteback-taglib.so

[oe] [meta-oe][PATCH 15/46] libwnck*: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | 2 +- meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb

[oe] [meta-oe][PATCH 16/46] elementary: remove --disable-web

2014-04-01 Thread Martin Jansa
* now handled by --with-elementary-web-backend in PACKAGECONFIG Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/efl/elementary.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-efl/recipes-efl/efl/elementary.inc b/meta-efl/recipes-efl/efl/elementary.inc

[oe] [meta-oe][PATCH 20/46] dconf: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb index 1fd53bf..38b2789 100644

[oe] [meta-oe][PATCH 18/46] gnome-menus: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb

[oe] [meta-oe][PATCH 22/46] libgtop: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb index

[oe] [meta-oe][PATCH 19/46] babl: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-graphics/babl/babl_0.1.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/babl/babl_0.1.10.bb b/meta-oe/recipes-graphics/babl/babl_0.1.10.bb index 1ef4956..3830b30 100644 ---

[oe] [meta-oe][PATCH 23/46] libgdata: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb index

[oe] [meta-oe][PATCH 24/46] gnome-disk-utility: inherit only gnomebase, gtk-icon-cache

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb

[oe] [meta-oe][PATCH 25/46] libgnome-keyring: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb

[oe] [meta-oe][PATCH 26/46] libbonobo: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc index 9f08577..db1db5d 100644 ---

[oe] [meta-oe][PATCH 27/46] modemmanager: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb

[oe] [meta-oe][PATCH 30/46] gnome-themes: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb index

[oe] [meta-oe][PATCH 28/46] gcr: inherit only gnomebase, gtk-icon-cache

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb index 71911af..c71f5a4 100644 ---

[oe] [meta-oe][PATCH 29/46] gnome-backgrounds: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb

[oe] [meta-oe][PATCH 33/46] gtksourceview2: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb

[oe] [meta-oe][PATCH 34/46] metacity: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb index

[oe] [meta-oe][PATCH 32/46] goffice: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-support/goffice/goffice_0.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb index

[oe] [meta-oe][PATCH 31/46] zenity: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb b/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb index 8a8409d..fb15900

[oe] [meta-oe][PATCH 35/46] atftp: include whole sysconfdir in PN

2014-04-01 Thread Martin Jansa
* when sysv script is removed QA warn is shown: atftp-0.7.1+gitAUTOINC+be3291a18c: atftp: Files/directories were installed but not shipped /etc empty dir doesn't cost much, so just include it Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [meta-oe][PATCH 37/46] edbus: remove test-gui option

2014-04-01 Thread Martin Jansa
* was removed in: commit eeca5e83e550179640bdbc6f71c8b3688944ff4d Author: barbieri barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 Date: Fri Feb 26 23:05:02 2010 + hal: remove pointless test gui. Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [meta-oe][PATCH 36/46] zram: include whole sysconfdir in PN

2014-04-01 Thread Martin Jansa
* when sysv script is removed it leaves empty /etc behind and QA warn is shown: zram-0.1: zram: Files/directories were installed but not shipped /etc empty dir doesn't cost much, so just include it Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [meta-oe][PATCH 39/46] mousepad: add dbus and intltool-native dependency

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb index

[oe] [meta-oe][PATCH 38/46] libgnomecanvas: add intltool dependency

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb

[oe] [meta-oe][PATCH 40/46] lzip: remove infodir

2014-04-01 Thread Martin Jansa
* doesn't use autotools.bbclass which removes infodir automatically * fixes QA warning: lzip-1.14: The /usr/share/info/dir file is not meant to be shipped in a particular package. Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/lzip/lzip_1.14.bb | 4 1 file

[oe] [meta-oe][PATCH 41/46] emacs: remove infodir

2014-04-01 Thread Martin Jansa
* doesn't use autotools.bbclass which removes infodir automatically * fixes QA warning: emacs-23.4: The /usr/share/info/dir file is not meant to be shipped in a particular package. Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/emacs/emacs.inc | 4 1 file

[oe] [meta-oe][PATCH 42/46] libgnomecups: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb index

[oe] [meta-oe][PATCH 43/46] libgnomeprint: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb index

[oe] [meta-oe][PATCH 45/46] libbonoboui: inherit only gnomebase

2014-04-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb index

[oe] [meta-oe][PATCH 44/46] tracker: remove --disable-introspection

2014-04-01 Thread Martin Jansa
* fixes QA warning: tracker-0.14.2: tracker: configure was passed unrecognised options: --disable-introspection Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/tracker/tracker_0.14.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 1/1] upgrade gnuplot to version 4.6.5

2014-04-01 Thread Stephen Arnold
Applied changes in patch from Tim Orling, updated license to gnuplot. Signed-off-by: Stephen Arnold stephen.arnol...@gmail.com --- .../gnuplot/gnuplot-4.4.4/automake-1.12.x.patch| 44 -- .../lua-loadlibs-configure-in-fix.patch| 16 .../{gnuplot-4.4.4

[oe] [meta-oe][PATCH 1/1] fixed QA configure warnings

2014-04-01 Thread Stephen Arnold
Removed stale confgure option, added staging path to freetype option, and added --disable-rpath (hardcoded rpaths being bad juju). Signed-off-by: Stephen Arnold stephen.arnol...@gmail.com --- meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [oe-core][PATCH] added upstream license files for gd and gnuplot

2014-04-01 Thread Stephen Arnold
Fixes QA warnings about missing license files and supports gnuplot recipe change in license classification. Signed-off-by: Stephen Arnold stephen.arnol...@gmail.com --- meta/files/common-licenses/GD | 53 ++ meta/files/common-licenses/gnuplot | 29

[oe] [meta-handheld][PATCH] linux-yocto-tiny-kexecboot: refer to the patches in linux-yocto

2014-04-01 Thread Andrea Adami
Avoid duplication between recipes with the same PV. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../patches/revert-check-on-console-device.patch | 0 .../patches-locomo/locomo-fix-SCL-SDA.patch| 28 - .../patches-locomo/locomolcd-suspend-resume.patch | 92

Re: [oe] [meta-oe][PATCH] changed gnuplot recipe license to gnuplot

2014-04-01 Thread Paul Barker
On 1 April 2014 23:36, Stephen Arnold stephen.arnol...@gmail.com wrote: Also sent license file patch for oe-core. This supercedes previous gnuplot patch that incorrectly included the original gnuplot patch changes as well. Just got a few bits of general advice on submitting patches to

Re: [oe] [meta-oe][PATCH] updated lxdm recipe depends and build config

2014-04-01 Thread Paul Barker
On 16 March 2014 23:00, Stephen Arnold stephen.arnol...@gmail.com wrote: Okay, apparently git-send-email doesn't suck any from info from the file in outgoing/. Good to know... 'git send-email outgoing/*' is probably what you want. If you pass file names as arguments, it should send those

Re: [oe] [oe-core][PATCH] added upstream license files for gd and gnuplot

2014-04-01 Thread Stephen Arnold
Okay, resending this as a patch to meta-oe/licenses instead. Thanks for the tip... Steve On Tue, Apr 1, 2014 at 2:49 PM, Stephen Arnold stephen.arnol...@gmail.comwrote: Fixes QA warnings about missing license files and supports gnuplot recipe change in license classification.

Re: [oe] [meta-oe][PATCH v2] changed gnuplot recipe license to gnuplot

2014-04-01 Thread Stephen Arnold
Was working with Martin on this one; the original patch referred to is Tim's gnuplot upgrade patch. The patch being superseded is my earlier patch from today that included Tim's changes plus the license change. *And* the license file patch was just resent as a patch to meta-oe, so hopefully we're

Re: [oe] [meta-oe][PATCH v2] changed gnuplot recipe license to gnuplot

2014-04-01 Thread Martin Jansa
On Tue, Apr 01, 2014 at 05:09:02PM -0700, Stephen Arnold wrote: Was working with Martin on this one; the original patch referred to is Tim's gnuplot upgrade patch. The patch being superseded is my earlier patch from today that included Tim's changes plus the license change. *And* the license

[oe] [meta-oe][PATCH v2 1/2] gd: added upstream license file and fixed configure warnings

2014-04-01 Thread Stephen Arnold
This fixes QA warnings about missing license file and stale configure options, (includes updates for freetype libpath and disables hardcoded rpaths). Upstream-Status: Inappropriate (distribution/packaging fix) Signed-off-by: Stephen Arnold stephen.arnol...@gmail.com --- meta-oe/licenses/GD

[oe] [meta-oe][PATCH v2 2/2] gnuplot: added upstream license file and updated recipe to match

2014-04-01 Thread Stephen Arnold
This fixes QA warnings about missing license file and updates the license type to match custom license file. Upstream-Status: Inappropriate (distribution/packaging fix) Signed-off-by: Stephen Arnold stephen.arnol...@gmail.com --- meta-oe/licenses/gnuplot | 29

Re: [oe] [meta-oe][PATCH v2] changed gnuplot recipe license to gnuplot

2014-04-01 Thread Stephen Arnold
Okay, restructured and resent as requested. Steve On Tue, Apr 1, 2014 at 5:41 PM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Apr 01, 2014 at 05:09:02PM -0700, Stephen Arnold wrote: Was working with Martin on this one; the original patch referred to is Tim's gnuplot upgrade patch.

Re: [oe] [meta-oe][PATCH] mongodb: add git version

2014-04-01 Thread Khem Raj
On Mon, Mar 31, 2014 at 11:50 PM, Koen Kooi koen.k...@linaro.org wrote: Haven't had time, let me see if I can fix it this week. Note that you'll need 8GB to build this, we had to upgrade out autobuilders to avoid gcc from ICEing due to OOM. interesting. which file takes that long ? it seems