Re: [OE-core] postinst does not finish

2013-04-17 Thread Koen Kooi
Op 17 apr. 2013, om 20:55 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 17 April 2013 19:27, Koen Kooi k...@dominion.thruhere.net wrote: I get a similar result here, but I have to rerun all postinsts with gconftool to make the packages actually work. I'll update OE

[OE-core] Libpng 1.6.x is broken, switch back to 1.5.x before release?

2013-04-16 Thread Koen Kooi
Hi, I've been looking into the libpng problems people have been reporting (e.g. #4060) and tried to upgrade 1.16.1 to fix those. Long story short, 1.16.1 doesn't fix them. I'm currently using weston as a testbed and was able to narrow the problems with weston down to: cairo_surface_t

[OE-core] [PATCH] pango: add libpng to DEPENDS

2013-04-16 Thread Koen Kooi
Pango links indirectly to libpng through the cairo-png dependency, but does encode the libpng version in its .la files. Changing libpng versions will make a rebuild fail, so let's cheat a bit to let sstate rebuild pango as well to get around this. Signed-off-by: Koen Kooi k

Re: [OE-core] [PATCH] pango: add libpng to DEPENDS

2013-04-16 Thread Koen Kooi
Op 16 apr. 2013, om 11:54 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Tue, 2013-04-16 at 11:10 +0200, Koen Kooi wrote: Pango links indirectly to libpng through the cairo-png dependency, but does encode the libpng version in its .la files. Changing

Re: [OE-core] [PATCH] pango: add libpng to DEPENDS

2013-04-16 Thread Koen Kooi
Op 16 apr. 2013, om 12:08 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Tue, 2013-04-16 at 11:59 +0200, Koen Kooi wrote: Op 16 apr. 2013, om 11:54 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Tue, 2013-04-16

[OE-core] [PATCH] seperatebuilddir.inc: disable seperate build dir for consolekit

2013-04-16 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/conf/distro/include/seperatebuilddir.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index a9ca240..f60dc5c 100644

Re: [OE-core] [PATCH] cairo: fix builds with libpng 1.6

2013-04-16 Thread Koen Kooi
Burton ross.bur...@intel.com This fixes the weston/cairo issue for me :) Tested-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-graphics/cairo/cairo/png.patch | 123 ++ meta/recipes-graphics/cairo/cairo_1.12.14.bb |3 +- 2 files changed, 125 insertions

Re: [OE-core] [PATCH] seperatebuilddir.inc: disable seperate build dir for consolekit

2013-04-16 Thread Koen Kooi
Op 16 apr. 2013, om 17:53 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Tue, 2013-04-16 at 13:49 +0200, Koen Kooi wrote: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/conf/distro/include/seperatebuilddir.inc | 4 +++- 1 file changed, 3

[OE-core] [RFT][PATCH] libpng: update to 1.6.1

2013-04-15 Thread Koen Kooi
. It is my belief that Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...0001-configure-lower-automake-requirement.patch | 30 ++ meta/recipes-multimedia/libpng/libpng_1.6.0.bb | 20 --- meta/recipes-multimedia/libpng/libpng_1.6.1.bb | 22

Re: [OE-core] [for-dylan][PATCH] systemd: fix bootup with 'ro' by re-adding util-linux-mount to RDEPENDS

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 11:59 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 14 April 2013 14:48, Koen Kooi k...@dominion.thruhere.net wrote: When using busybox mount the filesystem won't get remounted as 'rw' and bootup will fail. This fixes the regression seen after

[OE-core] [PATCH] udev: remove udev-extraconf from RRECOMMENDS

2013-04-15 Thread Koen Kooi
for upgrades. Change it back to opt-in for images/packagegroups. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/udev/udev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index

Re: [OE-core] [RFC][PATCH] systemd: remove udev-extraconf from RRECOMMENDS

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 12:03 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 14 April 2013 14:55, Koen Kooi k...@dominion.thruhere.net wrote: In the original udev and systemd updates these extra conf rules and scripts where removed and moved to a different recipe to avoid

Re: [OE-core] [PATCH] gdk-pixbuf: Fix libpng determinism issues

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 12:08 heeft Colin Walters walt...@verbum.org het volgende geschreven: On Sun, 2013-04-14 at 16:33 +0100, Richard Purdie wrote: On Sun, 2013-04-14 at 09:02 -0400, Colin Walters wrote: The more interesting change is:

Re: [OE-core] [for-dylan][PATCH] systemd: fix bootup with 'ro' by re-adding util-linux-mount to RDEPENDS

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 12:16 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 15 April 2013 11:09, Koen Kooi k...@dominion.thruhere.net wrote: Does busybox produce any useful errors as to why it's not working? No, it pretends everything is OK and the remount succeeded

Re: [OE-core] Multiple *.bbappend files support

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 12:26 heeft Yevhen Kyriukha kirg...@gmail.com het volgende geschreven: Is there a way to use multiple *.bbappend files in different layers? I'm using meta-raspberrypi and my own layer. Both extend base-files with *.bbappend and both have PRINC = 1. But only first of

Re: [OE-core] [for-dylan][PATCH] systemd: fix bootup with 'ro' by re-adding util-linux-mount to RDEPENDS

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 12:47 heeft Enrico Scholz enrico.sch...@sigma-chemnitz.de het volgende geschreven: Burton, Ross ross.burton-ral2jqcrhueavxtiumw...@public.gmane.org writes: When using busybox mount the filesystem won't get remounted as 'rw' and bootup will fail. This fixes the

Re: [OE-core] [for-dylan][PATCH] systemd: fix bootup with 'ro' by re-adding util-linux-mount to RDEPENDS

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 12:42 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: Hi Koen, On 15 April 2013 11:16, Burton, Ross ross.bur...@intel.com wrote: On 15 April 2013 11:09, Koen Kooi k...@dominion.thruhere.net wrote: Does busybox produce any useful errors as to why it's

Re: [OE-core] [PATCH 0/2] Move systemd binaries to /sbin/systemd

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 13:00 heeft Enrico Scholz enrico.sch...@sigma-chemnitz.de het volgende geschreven: Ross Burton ross.burton-ral2jqcrhueavxtiumw...@public.gmane.org writes: Following the example set by udev, move the binaries to /sbin/systemd and hardcode less paths in general. Tested

Re: [OE-core] [for-dylan][PATCH] systemd: fix bootup with 'ro' by re-adding util-linux-mount to RDEPENDS

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 13:05 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 15 April 2013 12:00, Koen Kooi k...@dominion.thruhere.net wrote: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=ross/mountid=1fc11cc25938b6a0c1e9b69a30326de8608cb98f Do you have

Re: [OE-core] [for-dylan][PATCH] systemd: fix bootup with 'ro' by re-adding util-linux-mount to RDEPENDS

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 12:42 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: Hi Koen, On 15 April 2013 11:16, Burton, Ross ross.bur...@intel.com wrote: On 15 April 2013 11:09, Koen Kooi k...@dominion.thruhere.net wrote: Does busybox produce any useful errors as to why it's

Re: [OE-core] [oe] State of bitbake world

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 16:52 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 15 April 2013 15:45, Koen Kooi k...@dominion.thruhere.net wrote: Speaking of GNOME, I noticed that I have to manually (re)run postinst for gconf schemas after first boot to get the apps to work

Re: [OE-core] [PATCH] udev: remove udev-extraconf from RRECOMMENDS

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 17:16 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: Hi Koen, On 15 April 2013 11:12, Koen Kooi k...@dominion.thruhere.net wrote: In the original udev and systemd updates these extra conf rules and scripts where removed and moved to a different

Re: [OE-core] [PATCH] udev: remove udev-extraconf from RRECOMMENDS

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 17:27 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 15 April 2013 16:21, Koen Kooi k...@dominion.thruhere.net wrote: What udev updates are you referring to here? The udev in oe-core has RRECOMMENDED on udev-extraconf since 2008

Re: [OE-core] [PATCH] udev: remove udev-extraconf from RRECOMMENDS

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 17:31 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 15 apr. 2013, om 17:27 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 15 April 2013 16:21, Koen Kooi k...@dominion.thruhere.net wrote: What udev updates are you

Re: [OE-core] psplash and systemd

2013-04-15 Thread Koen Kooi
Op 15 apr. 2013, om 18:24 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 15 April 2013 17:16, Yevhen Kyriukha kirg...@gmail.com wrote: Is there a way to display image with progress bar during boot (using psplash) with systemd? Theoretically yes, but this is one place

[OE-core] [for-dylan][PATCH] systemd: fix bootup with 'ro' by re-adding util-linux-mount to RDEPENDS

2013-04-14 Thread Koen Kooi
When using busybox mount the filesystem won't get remounted as 'rw' and bootup will fail. This fixes the regression seen after switching from 'danny' to 'dylan'. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/systemd/systemd_199.bb | 2 +- 1 file changed, 1 insertion

Re: [OE-core] [PATCH] qemu: define fdt_t types in libfdt_env.h from qemu

2013-04-14 Thread Koen Kooi
Op 14 apr. 2013, om 13:57 heeft Paul Eggleton paul.eggle...@linux.intel.com het volgende geschreven: On Saturday 13 April 2013 20:35:11 Henning Heinold wrote: From: Henning Heinold hein...@inf.fu-berlin.de * fixes In file included from

[OE-core] [RFC][PATCH] systemd: remove udev-extraconf from RRECOMMENDS

2013-04-14 Thread Koen Kooi
for upgrades. Change it back to opt-in for images/packagegroups. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- Since udev-extraconf is persona non grata in angstrom I have no idea what depends on it, so please tell me what needs to get fixed after removing this. meta/recipes-core

Re: [OE-core] [RFC][PATCH] systemd: remove udev-extraconf from RRECOMMENDS

2013-04-14 Thread Koen Kooi
Op 14 apr. 2013, om 16:05 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Sun, Apr 14, 2013 at 03:55:22PM +0200, Koen Kooi wrote: In the original udev and systemd updates these extra conf rules and scripts where removed and moved to a different recipe to avoid pulling

Re: [OE-core] [RFC][PATCHv2] bitbake.conf: include machine name in DEPLOY_DIR_IMAGE

2013-04-14 Thread Koen Kooi
Op 14 apr. 2013, om 19:05 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Wed, Apr 10, 2013 at 10:05:01AM +0200, Koen Kooi wrote: This allows a clean seperation between all image outputs and making it possible to have convinience symlinks to make it ready to deploy

Re: [OE-core] [oe-commits] Marcin Juszkiewicz : nss-myhostname: add 0.3 version

2013-04-14 Thread Koen Kooi
MACHINE name to /etc/hosts to get it resolvable. Koen Kooi pointed to nss-myhostname as better solution. Tested, works fine so I add it for other users. Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org Signed-off-by: Saul Wold s...@linux.intel.com Does this conflict with systemd

Re: [OE-core] [PATCH] qemu: define fdt_t types in libfdt_env.h from qemu

2013-04-13 Thread Koen Kooi
...@inf.fu-berlin.de Tested-by: Koen Kooi k...@dominion.thruhere.net ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] [RFC][PATCH] bitbake.conf: include machine name in DEPLOY_DIR_IMAGE

2013-04-10 Thread Koen Kooi
. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index cd5d61e..0540766 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -379,7

[OE-core] [RFC][PATCHv2] bitbake.conf: include machine name in DEPLOY_DIR_IMAGE

2013-04-10 Thread Koen Kooi
, except runqemu. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/conf/bitbake.conf | 2 +- scripts/runqemu| 37 ++--- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index cd5d61e

Re: [OE-core] [RFC][PATCH] bitbake.conf: include machine name in DEPLOY_DIR_IMAGE

2013-04-10 Thread Koen Kooi
Op 10 apr. 2013, om 09:44 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Wed, 2013-04-10 at 09:26 +0200, Koen Kooi wrote: This allows a clean seperation between all image outputs and making it possible to have convinience symlinks to make it ready

Re: [OE-core] [PATCH v2] udev: Move udevd back to /sbin

2013-04-09 Thread Koen Kooi
Op 9 apr. 2013, om 16:36 heeft Otavio Salvador ota...@ossystems.com.br het volgende geschreven: On Tue, Apr 9, 2013 at 9:35 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-04-08 at 19:29 +0300, Radu Moisan wrote: Along with v182 upgrade udevd was moved to

Re: [OE-core] [PATCH v2] udev: Move udevd back to /sbin

2013-04-09 Thread Koen Kooi
Op 9 apr. 2013, om 16:41 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 9 apr. 2013, om 16:36 heeft Otavio Salvador ota...@ossystems.com.br het volgende geschreven: On Tue, Apr 9, 2013 at 9:35 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon

Re: [OE-core] [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm

2013-04-09 Thread Koen Kooi
Op 9 apr. 2013, om 19:46 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Tue, Apr 09, 2013 at 03:26:58PM +0100, Burton, Ross wrote: On 9 April 2013 15:21, Marco Cavallini koansoftw...@gmail.com wrote: * Recipe taken from oe-classic * Required by xinput-calibrator

Re: [OE-core] [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm

2013-04-09 Thread Koen Kooi
Op 9 apr. 2013, om 21:06 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Tue, Apr 09, 2013 at 08:01:21PM +0200, Koen Kooi wrote: Op 9 apr. 2013, om 19:46 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Tue, Apr 09, 2013 at 03:26:58PM +0100

Re: [OE-core] [PATCH] systemd.bbclass: restart service in postinst, not start

2013-04-09 Thread Koen Kooi
Op 9 apr. 2013, om 17:48 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: When upgrading packages it's possible that the service is already running because opkg doesn't actually execute the prerm hooks on upgrades, which is where the service should be stopped. Handle this

Re: [OE-core] [PATCH] systemd: Set the default firmware path to enable firmware loading in udev

2013-04-08 Thread Koen Kooi
Op 7 apr. 2013, om 11:20 heeft Holger Hans Peter Freyther hol...@moiji-mobile.com het volgende geschreven: From: Holger Hans Peter Freyther ze...@selfish.org After some breakage in udev the kernel gained direct firmware loading. For older kernels (e.g. 3.2 in my case) udev still needs to

Re: [OE-core] [PATCH] udev: Move udevd back to /sbin

2013-04-08 Thread Koen Kooi
Op 8 apr. 2013, om 16:39 heeft Radu Moisan radu.moi...@intel.com het volgende geschreven: Fixes [Yocto #4046] Can you eloborate a bit in the commit message? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH v2] udev: Move udevd back to /sbin

2013-04-08 Thread Koen Kooi
Op 8 apr. 2013, om 18:29 heeft Radu Moisan radu.moi...@intel.com het volgende geschreven: Along with v182 upgrade udevd was moved to ${base_libdir} By upstream, yes making scripts like init-live.sh to fail in finding udevd So you should fix those scripts, not mess around with udev. Fixes

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-07 Thread Koen Kooi
Op 7 apr. 2013, om 00:00 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Sat, 2013-04-06 at 12:32 +0200, Koen Kooi wrote: Op 5 apr. 2013, om 16:34 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Fri, 2013-04-05 at 16

Re: [OE-core] [PATCH v2] systemd: added python-systemd package generation.

2013-04-06 Thread Koen Kooi
Op 6 apr. 2013, om 00:38 heeft Yevhen Kyriukha kirg...@gmail.com het volgende geschreven: --- meta/recipes-core/systemd/systemd_199.bb | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_199.bb

Re: [OE-core] [PATCH] linux-firmware: make the main package depend on all sub-packages

2013-04-06 Thread Koen Kooi
Op 5 apr. 2013, om 19:06 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: Whilst splitting out specific large firmware blobs is a good move for space saving, it makes installing all the firmware tricky. Make linux-firmware depend on all of the separated packages so that

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-06 Thread Koen Kooi
Op 5 apr. 2013, om 16:34 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Fri, 2013-04-05 at 16:29 +0300, Alex Damian wrote: On udev-184 they changed the default location from /sbin/ to /lib/udev/ and I kept same as the upstream is. Firstly, I know some

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-04 Thread Koen Kooi
Op 4 apr. 2013, om 14:45 heeft Radu Moisan radu.moi...@intel.com het volgende geschreven: On 04/03/2013 08:58 PM, Koen Kooi wrote: Op 3 apr. 2013, om 18:25 heeft Radu Moisan radu.moi...@intel.com het volgende geschreven: Use base_libdir in place of hardcoded /lib Fixes [YOCTO #4096

Re: [OE-core] [PATCH v4] systemd: set default.target to multi-user.target

2013-04-04 Thread Koen Kooi
Op 4 apr. 2013, om 16:30 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 4 April 2013 08:37, Koen Kooi k...@dominion.thruhere.net wrote: 1) console-image already using systemd, used as-is 2) gdm-image already using systemd, used as-is 3) console-image already using

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-03 Thread Koen Kooi
Op 3 apr. 2013, om 18:25 heeft Radu Moisan radu.moi...@intel.com het volgende geschreven: Use base_libdir in place of hardcoded /lib Fixes [YOCTO #4096] Signed-off-by: Radu Moisan radu.moi...@intel.com --- meta/recipes-core/udev/udev.inc |1 + 1 file changed, 1 insertion(+) diff

Re: [OE-core] [PATCH 1/1] systemd: Upgrade to 199

2013-03-29 Thread Koen Kooi
Op 29 mrt. 2013, om 06:28 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: On Mar 28, 2013, at 5:21 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Mar 28, 2013 at 12:48:29AM -0700, Khem Raj wrote: udevadm is now moved from /usr/bin to /bin so account for that bash

Re: [OE-core] [RFT] GCC 4.8 recipes

2013-03-28 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 28-03-13 08:36, Yi Qingliang schreef: GREAT! qt5 is another one I expected! https://github.com/meta-qt5/meta-qt5 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org

Re: [OE-core] [PATCH 1/1] systemd: Upgrade to 199

2013-03-28 Thread Koen Kooi
Op 28 mrt. 2013, om 14:24 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Thu, 2013-03-28 at 00:48 -0700, Khem Raj wrote: udevadm is now moved from /usr/bin to /bin This is setting off alarm bells. Are there any scripts that are going to break? Only

Re: [OE-core] [PATCH] systemd: Upgrade to 198

2013-03-27 Thread Koen Kooi
Op 27 mrt. 2013, om 13:08 heeft Ross Burton ross.bur...@intel.com het volgende geschreven: From: Khem Raj raj.k...@gmail.com Tested on ppc and x86_64 compile tested for uclibc Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by: Ross Burton ross.bur...@intel.com Since 199 has

Re: [OE-core] [PATCH] powertop: add 2.3

2013-03-25 Thread Koen Kooi
Op 25 mrt. 2013, om 10:50 heeft Marcin Juszkiewicz marcin.juszkiew...@linaro.org het volgende geschreven: W dniu 25.03.2013 10:43, Paul Eggleton pisze: Ah, your version misses out quite a few things from the older recipe (alternatives, uclibc compatibility, etc.) What are alternatives

Re: [OE-core] [PATCH 6/6] mkefidisk: Use msdos partition tables

2013-03-20 Thread Koen Kooi
Op 19 mrt. 2013, om 23:15 heeft Darren Hart dvh...@linux.intel.com het volgende geschreven: While GPT works fine when writing to actual media, it cannot be reliably used for distributing disk images as it requires the backup table to be on the last block on the device, which of course varies

[OE-core] [PATCH] python: fix on-target use of distutils/setuptools by removing references to buildpaths

2013-03-19 Thread Koen Kooi
://hipstercircuits.com/?p=499 http://www.gigamegablog.com/2012/09/09/beaglebone-coding-101-spi-output/ Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-devtools/python/python_2.7.3.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b

Re: [OE-core] [PATCH] python: fix on-target use of distutils/setuptools by removing references to buildpaths

2013-03-19 Thread Koen Kooi
Op 19 mrt. 2013, om 09:24 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Running 'python setup.py build' would fail due to the python Makefile having CC= i586-angstrom-linux-gcc -m32-march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home

[OE-core] [PATCH v2] python: fix on-target use of distutils/setuptools by removing references to buildpaths

2013-03-19 Thread Koen Kooi
://hipstercircuits.com/?p=499 http://www.gigamegablog.com/2012/09/09/beaglebone-coding-101-spi-output/ Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-devtools/python/python_2.7.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b

[OE-core] [PATCH] mkefidisk.sh: create a proper ESP

2013-03-18 Thread Koen Kooi
The script was creating a FAT fs with EFI files in it, but wasn't setting the GPT GUID. Using 'gummiboot install' natively failed because of the missing GPT GUID, so fix that. While we're there also set the name to EFI System Partition. Signed-off-by: Koen Kooi k...@dominion.thruhere.net Acked

Re: [OE-core] [RFC PATCH 0/9] hybrid systemd/sysvinit

2013-03-13 Thread Koen Kooi
Op 12 mrt. 2013, om 19:50 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Tue, 2013-03-12 at 08:42 +0100, Koen Kooi wrote: Op 11 mrt. 2013, om 23:49 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: On Mar 11, 2013, at 2:47 PM, Otavio

Re: [OE-core] [PATCH 2/2] bluez5: new package for v5.3

2013-03-13 Thread Koen Kooi
Op 12 mrt. 2013, om 16:13 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 12 March 2013 03:07, Martin Jansa martin.ja...@gmail.com wrote: You can't just upgrade from bluez4 to bluez5 like you'd upgrade from glib 2.10 to glib 2.12 - the API was totally rewritten and the

Re: [OE-core] [RFC PATCH 0/9] hybrid systemd/sysvinit

2013-03-12 Thread Koen Kooi
Op 12 mrt. 2013, om 00:21 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 11 March 2013 15:49, Khem Raj raj.k...@gmail.com wrote: using different init manager is a separate problem than what Ross tried to address here isn't it ? This series lets you do

Re: [OE-core] [PATCH v3] neard:Update reference commit sha1 and install script

2013-03-12 Thread Koen Kooi
Op 8 mrt. 2013, om 12:45 heeft Olivier Guiter olivier.gui...@linux.intel.com het volgende geschreven: This patch installs neard daemon in /usr/lib/neard. --- meta/recipes-connectivity/neard/neard/neard| 42 meta/recipes-connectivity/neard/neard/neard.in | 42

Re: [OE-core] [PATCH] boost: Split out bjam build tool and add real native support

2013-03-12 Thread Koen Kooi
Op 12 mrt. 2013, om 11:19 heeft Stefan Herbrechtsmeier ste...@herbrechtsmeier.net het volgende geschreven: Am 12.03.2013 00:44, schrieb Saul Wold: On 03/07/2013 08:37 AM, Stefan Herbrechtsmeier wrote: The current boost recipe only creates the bjam build tool during a native run and thereby

Re: [OE-core] [PATCH 3/3] systemd: Package hwdb data

2013-03-11 Thread Koen Kooi
Op 10 mrt. 2013, om 00:54 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: Create a new package to hold the hwdb.d Fixes the packaging warning as well. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/systemd/systemd_198.bb |4 +++- 1 file changed, 3

Re: [OE-core] [PATCH 2/3] systemd: spin libnss_myhostname to package of its own

2013-03-11 Thread Koen Kooi
Op 10 mrt. 2013, om 00:54 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: Fix packaging warning Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/systemd/systemd_198.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH] mkefidisk.sh: Cope with translations and modelnames with 'Disk' in it.

2013-03-08 Thread Koen Kooi
) Disk /dev/sdc: 3905MB Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- scripts/contrib/mkefidisk.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh index 38e2217..44ac130 100755 --- a/scripts/contrib

Re: [OE-core] [PATCH] mkefidisk.sh: Cope with translations and modelnames with 'Disk' in it.

2013-03-08 Thread Koen Kooi
Op 8 mrt. 2013 om 18:09 heeft Darren Hart dvh...@linux.intel.com het volgende geschreven: On 03/08/2013 05:01 AM, Koen Kooi wrote: The script greps for 'Disk', which doesn't work when your crazy Dutch distro has parted call it 'Schijf', so force LANG=C. Whoopsie :-) The second

Re: [OE-core] [PATCH 2/7] systemd: don't recommend IPv6 kernel module

2013-02-27 Thread Koen Kooi
On Wed, 2013-02-27 at 14:17 +, Ross Burton wrote: systemd doesn't need ipv6 support directly, so don't pull it. It will trigger an error on startup, which seems to scare most of my users :( ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 5/7] systemd: make xz support (compressed journal) optional

2013-02-27 Thread Koen Kooi
On Wed, 2013-02-27 at 14:17 +, Ross Burton wrote: Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb

Re: [OE-core] [PATCH 2/7] systemd: don't recommend IPv6 kernel module

2013-02-27 Thread Koen Kooi
On Wed, 2013-02-27 at 14:53 +, Burton, Ross wrote: On 27 February 2013 14:40, Koen Kooi k...@dominion.thruhere.net wrote: On Wed, 2013-02-27 at 14:17 +, Ross Burton wrote: systemd doesn't need ipv6 support directly, so don't pull it. It will trigger an error on startup, which

Re: [OE-core] gst-plugins-bad and EXTRA_OECONF

2013-02-27 Thread Koen Kooi
On Wed, 2013-02-27 at 16:09 +, Burton, Ross wrote: On 26 February 2013 08:57, Samuel Stirtzel s.stirt...@googlemail.com wrote: This is caused by sdl-config from my buildhost, though gst-plugins-bad has EXTRA_OECONF += ... --disable-sdl ... --disable-orc I tried replicating by bitbaking

Re: [OE-core] [PATCH V2] systemd: set the location of the kill binary

2013-02-26 Thread Koen Kooi
On Tue, 2013-02-26 at 17:53 +, Ross Burton wrote: Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot, which won't work on the target. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |1 + 1 file changed, 1 insertion(+)

Re: [OE-core] [PATCH V2] systemd: set the location of the kill binary

2013-02-26 Thread Koen Kooi
On Tue, 2013-02-26 at 17:53 +, Ross Burton wrote: Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot, which won't work on the target. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |1 + 1 file changed, 1 insertion(+)

[OE-core] [for-danny][PATCH] xf86-video-modesetting: new recipe for gma500

2013-02-08 Thread Koen Kooi
From: Nitin A Kamble nitin.a.kam...@intel.com I am trying to use gma500 driver for the noemgd BSPs. The current best xf86 driver for it is modesetting. This recipe provides that driver. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Richard Purdie

Re: [OE-core] [for-danny][PATCH] xf86-video-modesetting: new recipe for gma500

2013-02-08 Thread Koen Kooi
Op 8 feb. 2013, om 12:57 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 8 February 2013 10:15, Koen Kooi k...@dominion.thruhere.net wrote: From: Nitin A Kamble nitin.a.kam...@intel.com I am trying to use gma500 driver for the noemgd BSPs. The current best xf86 driver

[OE-core] [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16

2013-01-15 Thread Koen Kooi
From: Martin Jansa martin.ja...@gmail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/recipes-devtools/bison/bison_2.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [for-denzil][Fedora 18 fixes][PATCH 2/4] libtasn1: Update to 2.12

2013-01-15 Thread Koen Kooi
From: Saul Wold s...@linux.intel.com Use the GUN_MIRROR correctly Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-support/gnutls/libtasn1_2.11.bb | 20 meta/recipes-support/gnutls/libtasn1_2.12.bb | 20 2 files changed, 20 insertions(+),

Re: [OE-core] RFC: systemd integration

2012-12-20 Thread Koen Kooi
Op 19 dec. 2012, om 18:20 heeft Radu Moisan radu.moi...@intel.com het volgende geschreven: Hi guys, I have prepared a branch on poky-contrib (rmoisan/systemd) where I pulled systemd from meta-openembedded. The goal is to merge this into oe-core, so please take a look and give me your

Re: [OE-core] [PATCH] image classes: use PN for depends, not IMAGE_BASE_NAME

2012-11-30 Thread Koen Kooi
ping Op 21 nov. 2012, om 15:44 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Some images override IMAGE_BASE_NAME in the recipe causing targets using image-{live,vmdk} to fail. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/image-live.bbclass

[OE-core] [PATCH] image classes: use PN for depends, not IMAGE_BASE_NAME

2012-11-21 Thread Koen Kooi
Some images override IMAGE_BASE_NAME in the recipe causing targets using image-{live,vmdk} to fail. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/image-live.bbclass |2 +- meta/classes/image-vmdk.bbclass |2 +- 2 files changed, 2 insertions(+), 2 deletions

Re: [OE-core] [PATCH 1/4] pulseaudio: add GConf dependency

2012-10-30 Thread Koen Kooi
Op 30 okt. 2012, om 12:00 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 30 October 2012 10:31, Andrei Gherzan and...@gherzan.ro wrote: Oh joy, one of those instances where GPLv3 isn't actually a problem. gnome-common is some scripts and tools used at configure time,

Re: [OE-core] [for-denzil][PATCH] gconf: Disable gtk support

2012-10-05 Thread Koen Kooi
Op 4 okt. 2012, om 04:46 heeft Franklin S. Cooper Jr fcooperj...@gmail.com het volgende geschreven: From: Richard Purdie richard.pur...@linuxfoundation.org There are only a couple of helper utilities within gconf that need gtk+ as a dependency and those are unused and pretty useless. We

Re: [OE-core] [PATCH] Revert opkg svn: respect to the arch priority

2012-09-29 Thread Koen Kooi
Op 28 sep. 2012, om 23:27 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Fri, 2012-09-28 at 23:04 +0200, Koen Kooi wrote: This completely breaks installing packages from feeds: root@bone-mainline:~# opkg install libgtk-2.0 Installing libgtk-2.0 (2.24.8

[OE-core] [PATCH] Revert opkg svn: respect to the arch priority

2012-09-28 Thread Koen Kooi
This completely breaks installing packages from feeds: root@bone-mainline:~# opkg install libgtk-2.0 Installing libgtk-2.0 (2.24.8-r7.1) to root... Downloading http://eu.feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a-vfp-neon/base/libgtk-2.0_2.24.8-r7.1_armv7a-vfp-neon.ipk.

Re: [OE-core] [PATCH] Revert opkg svn: respect to the arch priority

2012-09-28 Thread Koen Kooi
Op 28 sep. 2012, om 23:27 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Fri, 2012-09-28 at 23:04 +0200, Koen Kooi wrote: This completely breaks installing packages from feeds: root@bone-mainline:~# opkg install libgtk-2.0 Installing libgtk-2.0 (2.24.8

Re: [OE-core] [PATCH 1/2] ncurses: Update gnu-config files to version used by OE-Core

2012-09-18 Thread Koen Kooi
Op 18 sep. 2012, om 11:00 heeft Marcin Juszkiewicz marcin.juszkiew...@linaro.org het volgende geschreven: Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta/recipes-core/ncurses/ncurses.inc |5 + 1 file changed, 5 insertions(+) diff --git

Re: [OE-core] [PATCH v3] netbase: split up in netbase and init-ifupdown

2012-09-18 Thread Koen Kooi
Op 18 sep. 2012, om 12:01 heeft Constantin Musca constantinx.mu...@intel.com het volgende geschreven: - netbase should only include etc-rpc, etc-protocols, etc-services and the hosts file - the init script/configuration files should be in another package (init-ifupdown) [YOCTO #2486]

Re: [OE-core] [for-denzil][bluez-updates 1/5] bluez4: make alsa support conditional upon DISTRO_FEATURES

2012-09-18 Thread Koen Kooi
the minor version bump having the alsa and FILES_${PN} fix would be very good. regards, Koen Op 17 sep. 2012, om 12:30 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: From: Jonas Danielsson jonas.daniels...@lundinova.se Do not enable alsa in bluez4 unless it's included

Re: [OE-core] [for-denzil][pulseaudio-updates 01/10] pulseaudio: disable tcpwrap by default

2012-09-18 Thread Koen Kooi
that pulseaudio 1.x to 2.x is a big step, so patch 7 through 10 are questionable and could be replaced with backporting the udev api fix from git. But I opted for cherry-picking from master to leverage the oe-core QA. regards, Koen Op 17 sep. 2012, om 14:07 heeft Koen Kooi k...@dominion.thruhere.net

[OE-core] [for-denzil][bluez-updates 5/5] bluez4: fix packaging issue after update

2012-09-17 Thread Koen Kooi
From: Saul Wold s...@linux.intel.com WARNING: QA Issue: bluez4: Files/directories were installed but not shipped /usr/share/dbus-1 /usr/share/dbus-1/system-services /usr/share/dbus-1/system-services/org.bluez.service Signed-off-by: Saul Wold s...@linux.intel.com ---

[OE-core] [for-denzil][bluez-updates 4/5] bluez4: update to ver. 4.101

2012-09-17 Thread Koen Kooi
From: Cristian Iorga cristian.io...@intel.com Signed-off-by: Cristian Iorga cristian.io...@intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../bluez/bluez4-4.101/bluetooth.conf | 16 + .../bluez/bluez4-4.101/sbc_mmx.patch | 24

[OE-core] [for-denzil][bluez-updates 3/5] gst-plugin-bluetooth: update to ver. 4.101

2012-09-17 Thread Koen Kooi
From: Cristian Iorga cristian.io...@intel.com Signed-off-by: Cristian Iorga cristian.io...@intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../bluez/gst-plugin-bluetooth_4.101.bb| 38 +++ .../bluez/gst-plugin-bluetooth_4.99.bb

[OE-core] [for-denzil][bluez-updates 1/5] bluez4: make alsa support conditional upon DISTRO_FEATURES

2012-09-17 Thread Koen Kooi
From: Jonas Danielsson jonas.daniels...@lundinova.se Do not enable alsa in bluez4 unless it's included in DISTRO_FEATURES. Signed-off-by: Jonas Danielsson jonas.daniels...@lundinova.se --- meta/recipes-connectivity/bluez/bluez4.inc |6 --

[OE-core] [for-denzil][bluez-updates 2/5] bluez-hcidump: upgrade to version 2.4

2012-09-17 Thread Koen Kooi
From: Dongxiao Xu dongxiao...@intel.com Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../bluez/bluez-hcidump_2.3.bb | 20 .../bluez/bluez-hcidump_2.4.bb | 20 2 files changed, 20 insertions(+), 20

Re: [OE-core] [for-denzil][meta-oe][PATCH 09/11] kernel: Add kernel headers to kernel-dev package

2012-09-17 Thread Koen Kooi
Op 6 sep. 2012, om 07:52 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 6 sep. 2012, om 02:49 heeft Darren Hart dvh...@linux.intel.com het volgende geschreven: On 09/05/2012 02:42 PM, McClintock Matthew-B29882 wrote: On Tue, Aug 28, 2012 at 1:41 AM, Koen

[OE-core] [for-denzil][pulseaudio-updates 04/10] pulseaudio: upgrade to 2.0

2012-09-17 Thread Koen Kooi
From: Cristian Iorga cristian.io...@intel.com Signed-off-by: Cristian Iorga cristian.io...@intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org Conflicts: meta/recipes-multimedia/pulseaudio/pulseaudio_2.0.bb --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |

[OE-core] [for-denzil][pulseaudio-updates 03/10] pulseaudio: fix typo in the patch name, pulseaudo - pulseaudio

2012-09-17 Thread Koen Kooi
From: Denys Dmytriyenko de...@ti.com No PR bump is needed. Signed-off-by: Denys Dmytriyenko de...@ti.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../pulseaudio/pulseaudio_fix_for_x32.patch| 238

[OE-core] [for-denzil][pulseaudio-updates 06/10] libatomics-ops: update to the latest version 7.2

2012-09-17 Thread Koen Kooi
From: Xin Ouyang xin.ouy...@windriver.com All old patches are droped because: Merged into 7.2 by upstream: * fedora/libatomic_ops-1.2-ppclwzfix.patch * gentoo/libatomic_ops-1.2-mips.patch * gentoo/sh4-atomic-ops.patch * libatomics-ops_fix_for_x32.patch Obsolete: * doublefix.patch

<    1   2   3   4   5   6   7   8   9   10   >