[oe] [meta-oe][for-denzil][PATCH 6/8] kernel.bbclass: replace os.system with subprocess.call

2012-09-06 Thread Koen Kooi
-by: Richard Purdie Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/classes/kernel.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass index f68d8a9..d5b3914 100644 --- a/meta-oe

[oe] [meta-oe][for-denzil][PATCH 5/8] kernel.bbclass: add deploy link to KERNEL_IMAGETYPE

2012-09-06 Thread Koen Kooi
From: Christopher Larson It's common to provide a non-machine-suffixed link in DEPLOY_DIR_IMAGE, so let's be consistent and do so here as well. Signed-off-by: Christopher Larson Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/classes/kernel.bbclass |1 + 1 fil

[oe] [meta-oe][for-denzil][PATCH 4/8] kernel.bbclass: Dont package kxgettext.o

2012-09-06 Thread Koen Kooi
Signed-off-by: Khem Raj Signed-off-by: Saul Wold Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/c

[oe] [meta-oe][for-denzil][PATCH 7/8] kernel.bbclass: fix external module building

2012-09-06 Thread Koen Kooi
7; Carikli Signed-off-by: Koen Kooi --- meta-oe/classes/kernel.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass index d5b3914..19fc4c6 100644 --- a/meta-oe/classes/kernel.bbclass +++ b/meta-

[oe] [meta-oe][for-denzil][PATCH 3/8] kernel: Add kernel headers to kernel-dev package

2012-09-06 Thread Koen Kooi
: Darren Hart CC: Bruce Ashfield CC: Tom Zanussi CC: Khem Raj Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/classes/kernel.bbclass | 27 --- 1 files changed, 12 insertions(+), 15 deletions(-) diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes

[oe] [meta-oe][for-denzil][PATCH 1/8] kernel: save $kerndir/tools and $kerndir/lib from pruning

2012-09-06 Thread Koen Kooi
the amount of source in the sysroot. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-oe/classes/kernel.bbclass b/meta

[oe] [meta-oe][for-denzil][PATCH 2/8] recipes-kernel: make perf a standalone package

2012-09-06 Thread Koen Kooi
rwise independent. No new functionality is provided above what the linux-tools.inc variant provided, but the separate recipe provides baseline for adding new functionality. Signed-off-by: Liang Li Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa Signed-off-by:

Re: [oe] [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue

2012-09-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-09-12 17:21, m...@communistcode.co.uk schreef: > From: Jack Mitchell You're missing the '[meta-oe]' tag as specified in the README for that layer, which means it doesn't show up in http://patchwork.openembedded.org/project/oe/list/?q=meta-oe -

Re: [oe] [PATCHv4 2/3] liblockdev: new recipe, new version of libcec requires it

2012-09-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-09-12 17:21, m...@communistcode.co.uk schreef: > From: Jack Mitchell > > V4 > > - Remove debian packaging patch, it is not needed > > Signed-off-by: Jack Mitchell --- > .../liblockdev/liblockdev_1.0.3.bb | 26 > +

Re: [oe] [PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue

2012-09-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 06-09-12 10:52, Jack Mitchell schreef: > On 05/09/12 16:21, m...@communistcode.co.uk wrote: >> From: Jack Mitchell >> >> Signed-off-by: Jack Mitchell --- >> .../libimobiledevice/files/fix-parallel-make.patch | 21 >> + .../l

Re: [oe] [PATCH v2 1/3] libplist: issues with parallel make so disable

2012-09-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-09-12 16:32, m...@communistcode.co.uk schreef: > From: Jack Mitchell > > Signed-off-by: Jack Mitchell --- > meta-oe/recipes-extended/libimobiledevice/libplist_1.8.bb | 2 ++ 1 file > changed, 2 insertions(+) > > diff --git a/meta-oe/recipes-e

Re: [oe] [meta-oe][PATCH 2/2] ifuse: add recipe to expose files on Apple devices via fuse

2012-09-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-09-12 15:35, Sander van Grieken schreef: > Signed-off-by: Sander van Grieken --- > meta-oe/recipes-connectivity/ifuse/ifuse_1.1.2.bb | 16 > 1 file changed, 16 insertions(+) create mode 100644 > meta-oe/recipes-connectivity/if

Re: [oe] [meta-oe][PATCH 1/2] libimobiledevice: add recipe for Apple products protocol support

2012-09-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-09-12 15:35, Sander van Grieken schreef: > Signed-off-by: Sander van Grieken --- > .../libimobiledevice/libimobiledevice_1.1.4.bb | 22 > 1 file changed, 22 insertions(+) create mode 100644 > meta-oe/recipes-connectivi

Re: [oe] [meta-oe][PATCH 1/2] meta-networking: Migrate dnsmasq into meta-networking

2012-09-02 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 03-09-12 02:50, Joe MacDonald schreef: > Signed-off-by: Joe MacDonald --- > .../recipes-daemons/dnsmasq/dnsmasq-dbus_2.55.bb | 13 + > .../recipes-daemons/dnsmasq/dnsmasq.inc| 29 ++ > .../recipes-daemons/dnsmasq/dnsmasq_2.55.bb

Re: [oe] [meta-oe][PATCH 2/2] meta-networking: stylize dnsmasq recipe

2012-09-02 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 03-09-12 02:50, Joe MacDonald schreef: > Signed-off-by: Joe MacDonald --- > .../recipes-daemons/dnsmasq/dnsmasq-dbus_2.55.bb | 10 > +- meta-networking/recipes-daemons/dnsmasq/dnsmasq.inc| > 14 +++--- meta-networki

Re: [oe] WebOS OpenEmbedded Layers

2012-08-31 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 31-08-12 23:50, Jack Mitchell schreef: > Well, it's been a long time coming and I'm sure most of you have heard > about this already - but I thought I would drop it in for those who have > missed the news. > > https://github.com/openwebos/build-web

[oe] [meta-oe][PATCH] usbmuxd 1.08: add recipe to talk to iDevices

2012-08-30 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb b/meta-oe

Re: [oe] Newbie question: Angstrom on at91sam9g20

2012-08-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 29-08-12 19:25, Mateusz Nowaczyk schreef: > Hi, I've been using Angstrom 2011.03 (oe-classic) on a modified > at91sam9g20ek board. Unfortunately, it seems that it is no longer updated > - it contains obsolete version of dropbear (0.52) ect. I tried

Re: [oe] [PATCH] pimlico: remove Poky overrides

2012-08-29 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 29-08-12 17:31, Burton, Ross schreef: > On 29 August 2012 15:17, Khem Raj wrote: >> A bit explanation as to why it's done will be nice. Why comment out >> instead delete Is this window menu patch needed somewhere else If not >> it must go as well >

[oe] Bitbake distro packages: kill them with fire

2012-08-29 Thread Koen Kooi
Hi, These might not be the appropiate lists, but I might reach a few of the culprits. Over the years people have been doing 'apt get install bitbake' or 'make install' to put bitbake into /usr/bin and after a few minutes to get on irc/email/etc to complain that everything is suddenly broken. Th

[oe] [for-denzil][meta-oe][PATCH 1/7] orc: update to 0.4.16

2012-08-27 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/orc/orc_0.4.14.bb |6 -- meta-oe/recipes-devtools/orc/orc_0.4.16.bb |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-oe/recipes-devtools/orc/orc_0.4.14.bb create mode 100644 meta-oe/recipes

[oe] [for-denzil][meta-oe][PATCH 5/7] systemd.bbclass: do not warn for systemd files are in ${PN}

2012-08-27 Thread Koen Kooi
From: Andreas Müller Since we have our own layer there is no need to separate out systemd packages --- meta-oe/classes/systemd.bbclass |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/meta-oe/classes/systemd.bbclass b/meta-oe/classes/systemd.bbclass index 2e585c3.

[oe] [for-denzil][meta-oe][PATCH 4/7] systemd.bbclass: extract SYSTEMD_SERVICE properly

2012-08-27 Thread Koen Kooi
-devel/2012-May/039870.html Signed-off-by: Andreas Müller Acked-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/classes/systemd.bbclass | 14 +- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/meta-oe/classes/systemd.bbclass b/meta-oe/classes/systemd.bbclass index

[oe] [for-denzil][meta-oe][PATCH 6/7] systemd.bbclass: introduce SYSTEMD_AUTO_ENABLE variable

2012-08-27 Thread Koen Kooi
From: Andreas Müller Currently all services introduced are enabled and started at installation. By setting SYSTEMD_AUTO_ENABLE = "disable" the default behaviour can be overridden. --- meta-oe/classes/systemd.bbclass |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/me

[oe] [for-denzil][meta-oe][PATCH 7/7] sox: add 14.4.0

2012-08-27 Thread Koen Kooi
Signed-off-by: Koen Kooi --- .../recipes-multimedia/sox/sox_14.4.0.bb | 26 1 files changed, 26 insertions(+), 0 deletions(-) create mode 100644 meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0

[oe] [for-denzil][meta-oe][PATCH 3/7] systemd.bbclass: remove unused code

2012-08-27 Thread Koen Kooi
From: Andreas Müller Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- meta-oe/classes/systemd.bbclass |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/meta-oe/classes/systemd.bbclass b/meta-oe/classes/systemd.bbclass index db35717..2881abf 100644 --- a

[oe] [for-denzil][meta-oe][PATCH 2/7] nodejs: update to 0.6.20

2012-08-27 Thread Koen Kooi
Signed-off-by: Koen Kooi --- .../nodejs/{nodejs_0.6.18.bb => nodejs_0.6.20.bb} |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_0.6.18.bb => nodejs_0.6.20.bb} (92%) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.6.18

Re: [oe] [meta-oe][PATCH v2] meta-networking: add layer

2012-08-25 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 24-08-12 20:11, Joe MacDonald schreef: > A home for networking-related packages. This includes protocol support, > servers / daemons and utilities. > > Signed-off-by: Joe MacDonald --- > --- /dev/null +++ b/meta-networking/README @@ -0,0 +1,16

Re: [oe] [meta-oe][PATCH] meta-networking: add layer

2012-08-24 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 24-08-12 14:53, Joe MacDonald schreef: > A home for networking-related packages. This includes protocol support, > servers / daemons and utilities. > > Signed-off-by: Joe MacDonald --- > meta-networking/COPYING.MIT | 17 +++

Re: [oe] [meta-systemd][PATCH] systemd: Refresh the uclibc specific patches

2012-08-24 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 24-08-12 07:46, Khem Raj schreef: > Make sure that patches apply on top of latest systemd some source files > have moved around. > > Signed-off-by: Khem Raj 2012-08-24 11:06:17 URL:http://patches.openembedded.org/patch/35259/mbox/ [2218] -> "pw-a

Re: [oe] gnome.bbclass

2012-08-24 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 23-08-12 23:32, Burton, Ross schreef: > On 23 August 2012 10:35, Martin Jansa wrote: >> git log says it was because of 'hicolor-icon-theme-native' and >> 'gnome-common-native' > > Isn't that quite a sledgehammer approach, why couldn't BBCLASSEXTEN

Re: [oe] [meta-systemd,v2] wpa-supplicant: add systemd support

2012-08-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 16-08-12 13:44, Andreas Müller schreef: > On Tue, Aug 14, 2012 at 2:10 AM, Andreas Müller > wrote: >> * native systemd support came in with v1.0 [1] * needs [2] to work >> properly * mends my wlan under control of networkmanager >> >> [1] >> http

Re: [oe] [yocto] RFC: OE-Core task rework

2012-08-15 Thread Koen Kooi
Op 15 aug. 2012, om 11:46 heeft Paul Eggleton het volgende geschreven: > > 2) Look at the existing tasks and: > * evaluate their usefulness > * remove any that are obsolete > * adjust existing contents if needed > * look for useful groups of packages that might be added > > We need to pay part

Re: [oe] [RFC][PATCH v2] plowshare: Add Git version (initial recipe)

2012-08-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 15-08-12 10:43, Matthieu Crapet schreef: > Hi, > > Thanks for answer! The path in the "diff --git" line is not good. > "meta-openembedded-contrib/meta-oe/recipes-support" is my suggestion. > However, I don't know if this kind of software is suita

Re: [oe] [meta-openembedded/toolchain-layer] Adding retired toolchain support for gcc-4.5.1 and eglibc-2.13

2012-08-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 14-08-12 12:08, Elvis Dowson schreef: > Hi, > > On Aug 14, 2012, at 1:55 PM, Koen Kooi wrote: > >> Op 13-08-12 22:28, Elvis Dowson schreef: >>> Hi, I've created a set of patches to add retired toolchain suppor

Re: [oe] [RFC][PATCH] plowshare: Add Git version (initial recipe)

2012-08-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 14-08-12 11:48, Matthieu schreef: > Add recipe for plowshare (git repository). > > Signed-off-by: Matthieu Crapet --- plowshare_git.bb | > 25 + 1 file changed, 25 insertions(+) create mode > 100644 plowshare_git.bb > > dif

Re: [oe] [meta-openembedded/toolchain-layer] Adding retired toolchain support for gcc-4.5.1 and eglibc-2.13

2012-08-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 13-08-12 22:28, Elvis Dowson schreef: > Hi, I've created a set of patches to add retired toolchain support for > gcc-4.5.1, to the meta-openembedded/toolchain-layer. Given that 4.5.x was deleted from meta-toolchain 3 months ago[1], what's the rat

[oe] [meta-multimedia][PATCH] sox: add 14.4.0

2012-08-10 Thread Koen Kooi
Signed-off-by: Koen Kooi --- .../recipes-multimedia/sox/sox_14.4.0.bb | 26 1 file changed, 26 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb b/meta

Re: [oe] meta-openembedded patch queue

2012-08-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 08-08-12 21:42, McClintock Matthew-B29882 schreef: > On Wed, Aug 8, 2012 at 2:06 AM, Koen Kooi > wrote: Op 07-08-12 19:53, McClintock Matthew-B29882 schreef: >>>> On Tue, Aug 7, 2012 at 5:32 AM, Koen Kooi >>>> wrote:

Re: [oe] meta-openembedded patch queue

2012-08-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 07-08-12 19:53, McClintock Matthew-B29882 schreef: > On Tue, Aug 7, 2012 at 5:32 AM, Koen Kooi > wrote: Hi, > > I've applied a bunch of patches and hopefully commented on all the ones > I didn't apply. I also cleared the

Re: [oe] meta-openembedded patch queue

2012-08-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 07-08-12 13:07, Martin Jansa schreef: > On Tue, Aug 07, 2012 at 12:32:51PM +0200, Koen Kooi wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Hi, >> >> I've applied a bunch of patches and ho

[oe] [meta-oe][PATCH] fuse: update to 2.9.1

2012-08-07 Thread Koen Kooi
Signed-off-by: Koen Kooi --- .../fuse/fuse-2.8.6/define_GNU_SOURCE.patch| 12 .../fuse/fuse-2.8.6/gold-unversioned-symbol.patch | 60 .../fuse/fuse-2.9.1/gold-unversioned-symbol.patch | 60 meta-oe/recipes-support/fuse/fuse_2.8.5.bb

[oe] meta-openembedded patch queue

2012-08-07 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've applied a bunch of patches and hopefully commented on all the ones I didn't apply. I also cleared the meta-oe patchwork so it's nice and empty now: http://patchwork.openembedded.org/project/oe/list/?q=meta-oe If your patch hasn't been applie

Re: [oe] [PATCH] [meta-oe] glibmm: Fix compile error with latest glib

2012-08-07 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 30-07-12 17:04, Gary Thomas schreef: > Internal files should not be included directly. > > Signed-off-by: Gary Thomas --- > .../glib-2.0/glibmm/fix-compile-error.patch| 13 + > meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb

Re: [oe] [for-denzil][meta-oe][PATCH] ltrace: Fix make error

2012-08-07 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 06-08-12 16:50, Franklin S Cooper Jr schreef: > * Fixes the make: invalid option -- '/' error > > Signed-off-by: Franklin S Cooper Jr How can this be proposed for denzil when it hasn't even hit master yet?!?!?! -BEGIN PGP SIGNATURE- Vers

[oe] [meta-oe][PATCH v2 2/2] nodejs: update to 0.6.20

2012-08-07 Thread Koen Kooi
Signed-off-by: Koen Kooi --- .../nodejs/{nodejs_0.6.18.bb => nodejs_0.6.20.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_0.6.18.bb => nodejs_0.6.20.bb} (92%) diff --git a/meta-oe/recipes-devtools/

[oe] [meta-oe][PATCH v2 1/2] orc: update to 0.4.16

2012-08-07 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/orc/orc_0.4.14.bb |6 -- meta-oe/recipes-devtools/orc/orc_0.4.16.bb |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-oe/recipes-devtools/orc/orc_0.4.14.bb create mode 100644 meta-oe/recipes

[oe] [for-denzil][meta-oe][PATCH] systemd: cleanup /var/run on boot and create /var/run/utmp

2012-08-07 Thread Koen Kooi
From: Martin Jansa * Angstrom uses /var/run cleanup because: Some apps (e.g. avahi-daemon) to clean up their old-style pid files and fail to start every other boot. Se we let systemd clean it on boot. Which seems general enough, so lets move var-run.conf from base-files.bbappend to system

[oe] [meta-oe][PATCH 1/2] orc: update to 0.4.16

2012-08-07 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/orc/orc_0.4.14.bb |6 -- meta-oe/recipes-devtools/orc/orc_0.4.16.bb |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-oe/recipes-devtools/orc/orc_0.4.14.bb create mode 100644 meta-oe/recipes

[oe] [meta-oe][PATCH 2/2] nodejs: update to 0.6.20

2012-08-07 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/nodejs/nodejs_0.6.18.bb | 65 -- meta-oe/recipes-devtools/nodejs/nodejs_0.6.20.bb | 64 + 2 files changed, 64 insertions(+), 65 deletions(-) delete mode 100644 meta-oe/recipes-devtools/nodejs

Re: [oe] [meta-oe][PATCH 09/12] systemd-compat-units: move list of disabled services to variable, fix hwclock.sh and output

2012-08-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 06-08-12 15:37, Martin Jansa schreef: > * variable allows to add items in .bbappend without overwritting whole > postinst * hwclock.service should be used to blacklist SYSV hwclock.sh > (not hwclock.sh.service) * show only newly disabled SYSV scrip

Re: [oe] [meta-oe][PATCH] ltrace: Fix make error

2012-08-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 02-08-12 21:06, Cooper Jr., Franklin schreef: > Please pull this patch into the denzil branch also. That's not how it works and you know that. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD

Re: [oe] [meta-oe][PATCH V2 6/7] blacklist.bbclass: Move to meta-angstrom

2012-08-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-08-12 23:37, Chris Larson schreef: > On Sun, Aug 5, 2012 at 4:41 AM, Koen Kooi > wrote: >>> doent sound logical to me. Would it be acceptable if angstrom used >>> this feature from OE-Core as well ? then it

Re: [oe] [meta-angstrom 00/16] split tasks into recipes to reduce number of build tasks

2012-08-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 05-08-12 08:53, Andreas Müller schreef: > On Sun, Aug 5, 2012 at 4:43 AM, Philip Balister > wrote: >> Shouldn't this patch go to the Angstrom list? > You are right but from my experience the response on angstrom list is > weak and as far as I know

Re: [oe] [meta-systemd][PATCH V2 1/7] systemd: Upgrade to 187

2012-08-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 04-08-12 22:50, Khem Raj schreef: > On Sat, Aug 4, 2012 at 1:35 PM, Koen Kooi > wrote: >>> On Fri, Aug 3, 2012 at 8:36 AM, Koen Kooi >>> wrote: >>>> Move gitpkgv into oe-core >>> >>> OK unti

Re: [oe] [meta-oe][PATCH V2 6/7] blacklist.bbclass: Move to meta-angstrom

2012-08-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 04-08-12 22:47, Khem Raj schreef: > On Sat, Aug 4, 2012 at 1:36 PM, Koen Kooi > wrote: >> >> As said before, this class isn't angstrom specific and it won't move >> back to angstrom. > > koen no one else

Re: [oe] [meta-oe][PATCH V2 6/7] blacklist.bbclass: Move to meta-angstrom

2012-08-04 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 31-07-12 20:56, Khem Raj schreef: > This class is angstrom specific so lets move it to more appropriate > layer As said before, this class isn't angstrom specific and it won't move back to angstrom. -BEGIN PGP SIGNATURE- Version: GnuPG v1.

Re: [oe] [meta-systemd][PATCH V2 1/7] systemd: Upgrade to 187

2012-08-04 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 04-08-12 22:10, Khem Raj schreef: > On Fri, Aug 3, 2012 at 8:36 AM, Koen Kooi > wrote: >> Move gitpkgv into oe-core > > OK until I fight moving it into OE-Core :) , I have sent a V4 of patchset > which creates a copy of gi

Re: [oe] [meta-systemd][PATCH V2 1/7] systemd: Upgrade to 187

2012-08-03 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 03-08-12 20:39, Khem Raj schreef: > > On Aug 3, 2012, at 8:36 AM, Koen Kooi > wrote: >>> . However, my original motivation is to make this layer independent >>> enough and remove the layer dependencies it has It will

Re: [oe] [meta-systemd][PATCH V2 1/7] systemd: Upgrade to 187

2012-08-03 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 03-08-12 16:41, Khem Raj schreef: > On Fri, Aug 3, 2012 at 5:38 AM, Koen Kooi > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Op 03-08-12 12:32, Khem Raj schreef: >>> >>> On Aug 2,

Re: [oe] [meta-systemd][PATCH V2 1/7] systemd: Upgrade to 187

2012-08-03 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 03-08-12 12:32, Khem Raj schreef: > > On Aug 2, 2012, at 1:11 AM, Paul Eggleton > wrote: > >> On Wednesday 01 August 2012 15:56:34 Khem Raj wrote: >>> On Aug 1, 2012, at 8:11 AM, Koen Kooi >>> wrote: >

Re: [oe] [meta-systemd][PATCH V2 1/7] systemd: Upgrade to 187

2012-08-01 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 31-07-12 20:56, Khem Raj schreef: > Dont inherit vala and gitpkgv not needed anymore > > Along with upgrade use the release tarballs instead of git For an update we need to pull in some patches from master, so a git recipe is still the preferred w

Re: [oe] [meta-oe][PATCH V2 6/7] blacklist.bbclass: Move to meta-angstrom

2012-07-31 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 31-07-12 20:56, Khem Raj schreef: > This class is angstrom specific so lets move it to more appropriate > layer Ehm, it was put in meta-oe on request so other distros could use it. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin) Comme

Re: [oe] [meta-oe] [PATCH] fuse: Fix-build-with-automake-1.12.1

2012-07-31 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 31-07-12 14:09, Martin Jansa schreef: > On Tue, Jul 31, 2012 at 02:03:05PM +0200, Andreas Müller wrote: >> On Mon, Jul 23, 2012 at 2:53 PM, Andreas Müller >> wrote: >>> error message was: | make[2]: ../mkinstalldirs: Command not found | >>> make[2

[oe] [for-denzil][meta-oe][PATCH] v4l-utils 0.8.8: disable qv4l2 build

2012-07-28 Thread Koen Kooi
It picks up host qmake and breaks the build. Signed-off-by: Koen Kooi --- .../v4l-utils/0001-disable-qv4l2-build.patch | 39 .../recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb |6 ++- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 meta-oe

Re: [oe] [PATCH v2] cpufrequtils: Use CC, LD etc. that comes frmo OE.

2012-07-25 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 25-07-12 10:27, Martin Ertsaas schreef: > Problem with just setting CROSS, is that it will unset all the flags > that OE sets in CC, like float-abi=hard. > You're patch is missing the [meta-oe] tag, please read the README in the meta-oe layer > S

Re: [oe] [meta-oe] cramfs_cvs.bb: fix compile step so it can be rerun without failing

2012-07-23 Thread Koen Kooi
Op 23 jul. 2012, om 16:48 heeft McClintock Matthew-B29882 het volgende geschreven: > Koen, > > To get the applied against the denzil branch do I need to submit again > with a for-denzil or should I just request a cherry-pick? Cherry-pick it into the denzil branch, then git-send-email that with

Re: [oe] [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv

2012-07-22 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 22-07-12 18:35, Khem Raj schreef: > On Sun, Jul 22, 2012 at 12:12 AM, Koen Kooi > wrote: >> >> The vala one isn't needed anymore, the GUI bits are a seperate project >> now, but the gitpkgv needs to stay. We can syml

Re: [oe] [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv

2012-07-22 Thread Koen Kooi
Op 22 jul. 2012, om 18:38 heeft Paul Eggleton het volgende geschreven: > On Sunday 22 July 2012 09:12:41 Koen Kooi wrote: >> Op 21-07-12 21:41, Khem Raj schreef: >>> In an effort to use meta-systemd without meta-oe layer (purely on >>> OE-Core) I ran into these classes

Re: [oe] [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv

2012-07-22 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 21-07-12 21:41, Khem Raj schreef: > In an effort to use meta-systemd without meta-oe layer (purely on > OE-Core) I ran into these classes not being there in OE-Core The vala one isn't needed anymore, the GUI bits are a seperate project now, but the

Re: [oe] GStreamer plugins are built with Orc support disabled, why?

2012-07-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 19-07-12 19:47, dv schreef: > Hello, > > I noticed that the GStreamer plugins from the base, good, bad, and ugly > packages are all built with Orc support disabled (the configure lines use > --disable-orc). I wonder why. No Orc means that the plug

Re: [oe] [meta-oe][meta-systemd][PATCH 1/2] systemd: add usbutils to DEPENDS

2012-07-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 20-07-12 11:35, Martin Jansa schreef: > * fixes: | No package 'usbutils' found | configure:16015: error: Package > requirements (usbutils >= 0.82) were not met: > > Signed-off-by: Martin Jansa koen@dominion:/OE/tentacle/sources/meta-openembedded$

Re: [oe] [meta-oe][RFC 2/2] e/efl/gpe.bbclass: convert tabs to 4 spaces also in bash tasks

2012-07-19 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shell tasks use tabs according to the styleguide Op 19-07-12 13:11, Martin Jansa schreef: > Signed-off-by: Martin Jansa --- > meta-efl/classes/e.bbclass |4 ++-- meta-efl/classes/efl.bbclass | > 8 meta-oe/classes/gpe.bbclass |4 ++

[oe] [meta-oe][meta-systemd][PATCH] systemd bbclass: replace all tabs with 4 spaces

2012-07-19 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-systemd/classes/systemd.bbclass | 330 +- 1 files changed, 165 insertions(+), 165 deletions(-) diff --git a/meta-systemd/classes/systemd.bbclass b/meta-systemd/classes/systemd.bbclass index 38b9ed5..dd9f326 100644 --- a/meta

Re: [oe] [meta-efl][RFC 00/14] Newer EFL if someone is interested - just RFC now

2012-07-19 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 18-07-12 23:19, Martin Jansa schreef: > It's RFC because I've tested it only with efl-from-svn-recipes.inc in use > (1.2.1 EFL isn't probably compatible with this new e-wm and stuff..) > and without rebuilding from scratch (will probably force me t

Re: [oe] [meta-java][PATCH 3/3] classpath: Fix build with automake 1.12

2012-07-18 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 18-07-12 03:56, Khem Raj schreef: > Signed-off-by: Khem Raj --- > .../classpath/classpath-0.98/automake.patch| 100 > recipes-core/classpath/classpath_0.98.bb | > 1 + 2 files changed, 101 insertions(+) create

Re: [oe] [meta-java][PATCH 1/3] llvm: Use default PACKAGES var

2012-07-18 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 18-07-12 03:56, Khem Raj schreef: > avoids packaging errors with oe-core master > > Signed-off-by: Khem Raj --- > recipes-core/llvm/llvm.inc |2 -- 1 file changed, 2 deletions(-) > > diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm

Re: [oe] [oe-commits] Andreas Müller : systemd.bbclass: add *-systemd packages to RRECOMMENDS

2012-07-17 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 17-07-12 11:18, Martin Jansa schreef: > On Tue, Jul 17, 2012 at 10:54:41AM +0200, Andreas Müller wrote: >> On Mon, Jul 16, 2012 at 8:25 PM, Martin Jansa >> wrote: >>> On Mon, Jul 16, 2012 at 07:42:56AM +, g...@git.openembedded.org >>> wrote: >>

[oe] [RFC][meta-oe][meta-systemd][PATCH v3 2/2] pulseaudio: add patch to fix build with new udev API provided by systemd recipe

2012-07-17 Thread Koen Kooi
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- .../pulseaudio/pulseaudio-2.0-udev-symbols.patch | 80 .../pulseaudio/pulseaudio_1.1.bbappend |5 ++ 2 files changed, 85 insertions(+) create mode 100644 meta-systemd/oe-core

[oe] [RFC][meta-oe][meta-systemd][PATCH v3 1/2] systemd: update to 186+git

2012-07-17 Thread Koen Kooi
ested with build from scratch and opkg upgrade with angstrom Signed-off-by: Koen Kooi --- .../recipes-core/systemd/systemd/gtk-doc.make | 230 .../recipes-core/systemd/systemd/modprobe.rules| 17 ++ .../recipes-core/systemd/systemd/touchscreen.rules | 18 ++ me

[oe] [RFC][meta-oe][meta-systemd][PATCH v2 2/2] pulseaudio: add patch to fix build with new udev API provided by systemd recipe

2012-07-17 Thread Koen Kooi
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- .../pulseaudio/pulseaudio-2.0-udev-symbols.patch | 80 .../pulseaudio/pulseaudio_1.1.bbappend |5 ++ 2 files changed, 85 insertions(+) create mode 100644 meta-systemd/oe-core

[oe] [RFC][meta-oe][meta-systemd][PATCH v2 1/2] systemd: update to 186+git

2012-07-17 Thread Koen Kooi
ested with build from scratch and opkg upgrade with angstrom Signed-off-by: Koen Kooi --- meta-systemd/recipes-core/systemd/systemd_git.bb | 93 ++ 1 file changed, 79 insertions(+), 14 deletions(-) diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/re

Re: [oe] [meta-browser][PATCH] chromium: restrict COMPATIBLE_MACHINE to any armv6 or armv7a MACHINE

2012-07-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 16-07-12 21:24, Martin Jansa schreef: > Signed-off-by: Martin Jansa --- > recipes-browser/chromium/chromium_19.0.1049.3.bb |5 + > recipes-browser/chromium/chromium_20.0.1086.0.bb |5 + 2 files > changed, 10 insertions(+), 0 deletio

Re: [oe] [RFC][meta-oe][meta-systemd][PATCH] systemd: update to 186+git

2012-07-16 Thread Koen Kooi
Op 16 jul. 2012, om 14:08 heeft Martin Jansa het volgende geschreven: > On Mon, Jul 16, 2012 at 11:24:12AM +0200, Koen Kooi wrote: >> This is a combined udev+systemd recipe: it will build both udev and systemd >> in one go, but keep the old (sub)package layout: >> >

Re: [oe] [meta-oe][PATCH] v4l-utils 0.8.8: disable qv4l2 build

2012-07-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 16-07-12 13:37, Gary Thomas schreef: > On 2012-07-16 05:20, Koen Kooi wrote: >> It picks up host qmake and breaks the build. > > Does it still break if you have QT in your image? Yes, but image contents are irrelevant. > If

[oe] [meta-oe][PATCH] v4l-utils 0.8.8: disable qv4l2 build

2012-07-16 Thread Koen Kooi
It picks up host qmake and breaks the build. Signed-off-by: Koen Kooi --- .../v4l-utils/0001-disable-qv4l2-build.patch | 39 .../recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb |6 ++- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 meta-oe

[oe] [RFC][meta-oe][meta-systemd][PATCH] systemd: update to 186+git

2012-07-16 Thread Koen Kooi
ime tested with build from scratch and opkg upgrade with angstrom Signed-off-by: Koen Kooi --- This is an RFC, it builds & works, but it can use cleanup. A regression from the previous udev recipe are the 2 missing OE rule files: touchscreen.rules and modprobe.rules. These should certainl

Re: [oe] [meta-oe,V2 00/32] transit to meta-systemd

2012-07-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 16-07-12 09:21, Martin Jansa schreef: > On Fri, Jul 13, 2012 at 10:30:08AM +0200, Andreas Müller wrote: >> v1->v2: * rebase to latest head * 4 meta-oe/layer.conf: >> systemd-serialgetty moved to meta-systemd * 5 append systemd package to >> RRECOMME

Re: [oe] [meta-oe][meta-efl][PATCH] various: update ; proto= to ; protocol= in SRC_URI

2012-07-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 16-07-12 10:47, Martin Jansa schreef: > On Fri, Jul 13, 2012 at 05:26:45PM +0200, Koen Kooi wrote: >> Signed-off-by: Koen Kooi > > I'm also tracking bitbake master and 100 lines of warnings on every build > is quite anno

[oe] [meta-oe][meta-systemd][PATCH] libpam 1.1.5 bbappend: register PAM session with logind

2012-07-16 Thread Koen Kooi
This makes screen/tmux/etc work as intended Signed-off-by: Koen Kooi --- meta-systemd/recipes-extended/pam/libpam_1.1.5.bbappend |6 ++ 1 file changed, 6 insertions(+) create mode 100644 meta-systemd/recipes-extended/pam/libpam_1.1.5.bbappend diff --git a/meta-systemd/recipes-extended

Re: [oe] [meta-oe][meta-efl][PATCH] various: update ; proto= to ; protocol= in SRC_URI

2012-07-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 13-07-12 17:40, Paul Eggleton schreef: > On Friday 13 July 2012 17:37:47 Koen Kooi wrote: >> Op 13 jul. 2012, om 17:35 heeft Paul Eggleton het volgende geschreven: >>> On Friday 13 July 2012 17:26:45 Koen Kooi wrote: >>>

[oe] [for-denzil][meta-oe 1/2] libnl: bump PE

2012-07-14 Thread Koen Kooi
From: Martin Jansa * libnl-2 in oe-core has PE 1, so in order to have upgrade patch from libnl-2 to libnl-3 we need PE 1 here too Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/recipes-support/libnl/libnl_3.2.3.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a

[oe] [for-denzil][meta-oe 2/2] libnl: upgrade to 3.2.9 and fix upgrade path

2012-07-14 Thread Koen Kooi
From: Martin Jansa * COPYING change is only formal from http://git.infradead.org/users/tgr/libnl.git/commitdiff/c857625be074a7b9ef6adbcdde986a0b23aae901 Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/recipes-support/libnl/libnl_3.2.3.bb | 48

Re: [oe] Proposal: Creating meta-networking

2012-07-13 Thread Koen Kooi
Op 13 jul. 2012, om 17:58 heeft Paul Eggleton het volgende geschreven: > On Thursday 12 July 2012 15:57:52 Joe MacDonald wrote: >> Just to make sure we're got it in context, though, the open points were: >> >> - tcpdump listed in meta-oe's recipes-core/tasks/task-cli-tools, >> under RDEPEN

Re: [oe] [meta-oe][meta-efl][PATCH] various: update ; proto= to ; protocol= in SRC_URI

2012-07-13 Thread Koen Kooi
Op 13 jul. 2012, om 17:35 heeft Paul Eggleton het volgende geschreven: > On Friday 13 July 2012 17:26:45 Koen Kooi wrote: >> Signed-off-by: Koen Kooi > > Just checking, you're aware that for the svn fetcher this will break with > older versions of bitbake that don&

[oe] [meta-oe][meta-efl][PATCH] various: update ; proto= to ; protocol= in SRC_URI

2012-07-13 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-efl/recipes-devtools/python/python-efl.inc|2 +- meta-efl/recipes-efl/e17/e-module.inc |2 +- .../e17/e-wm-theme-illume-efenniht_svn.bb |2 +- meta-efl/recipes-efl/e17/e-wm_svn.bb |2 +- meta-efl/recipes

Re: [oe] [meta-oe, V2 14/32] udisks: move systemd support to meta-systemd

2012-07-13 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 13-07-12 11:40, Andreas Müller schreef: > On Fri, Jul 13, 2012 at 10:56 AM, Koen Kooi > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Op 13-07-12 10:30, Andreas Müller schreef: >>> Signed-off-by:

[oe] [for-denzil][meta-oe 19/24] yavta: add patch to enable streaming to stdout

2012-07-13 Thread Koen Kooi
Signed-off-by: Koen Kooi --- ...mode-to-allow-streaming-over-the-network-.patch | 854 meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb |5 +- 2 files changed, 857 insertions(+), 2 deletions(-) create mode 100644 meta-oe/recipes-multimedia/v4l2apps/yavta/0001-Add

[oe] [for-denzil][meta-oe 18/24] libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8d

2012-07-13 Thread Koen Kooi
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index 16fb2c7

[oe] [for-denzil][meta-oe 21/24] python-docutils: update to 0.9.1

2012-07-13 Thread Koen Kooi
This fixes the 'no module named Roman' errors. License checksum changed due to date changes Signed-off-by: Koen Kooi --- .../recipes-devtools/python/python-docutils_0.5.bb | 20 .../python/python-docutils_0.9.1.bb| 18 ++ 2 fil

<    3   4   5   6   7   8   9   10   11   12   >