Re: [OE-core] [CONSOLIDATED PULL 00/12] Updated and Fixes

2012-05-17 Thread Koen Kooi
Op 17 mei 2012, om 18:51 heeft Saul Wold het volgende geschreven: Richard, Pull in the backlog of changes from this week. Bigest change that need looking at are Chris's. Where's the kmod fix? Does udev 182 need to remain unbuildable for another week?

Re: [OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-17 Thread Koen Kooi
Op 17 mei 2012 om 22:29 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Tue, 2012-05-15 at 13:54 -0700, Khem Raj wrote: On Tue, May 15, 2012 at 2:32 AM, Koen Kooi k...@dominion.thruhere.net wrote: The commit breaks pkgconfig and after discussing

Re: [OE-core] [PATCH] avahi-systemd: drop postrm, use prerm instead

2012-05-16 Thread Koen Kooi
Op 16 mei 2012, om 18:55 heeft Andreas Oberritter het volgende geschreven: * Calling systemctl disable from postrm is too late and causes the following error: | Failed to issue method call: No such file or directory * Fix indentation of prerm for resulting shell snippet. * Messing with

Re: [OE-core] [PATCH] avahi-systemd: drop postrm, use prerm instead

2012-05-16 Thread Koen Kooi
Op 16 mei 2012, om 20:38 heeft Andreas Oberritter het volgende geschreven: On 16.05.2012 19:17, Koen Kooi wrote: Op 16 mei 2012, om 18:55 heeft Andreas Oberritter het volgende geschreven: * Calling systemctl disable from postrm is too late and causes the following error: | Failed

Re: [OE-core] [PATCH] evtest: Add evtest 1.30 support

2012-05-16 Thread Koen Kooi
Op 16 mei 2012 om 21:51 heeft Daiane Angolini daiane.angol...@freescale.com het volgende geschreven: Port recipe from Meta-OE at 4bf0e7e02544e9ffa54aa0ead966c411d7dbd0be and update to version 1.30 using FreeDesktop GIT as source. Why bloat oe-core? Nothing is using it oe-core

Re: [OE-core] [PATCH] evtest: Add evtest 1.30 support

2012-05-16 Thread Koen Kooi
Op 16 mei 2012, om 22:59 heeft Otavio Salvador het volgende geschreven: On Wed, May 16, 2012 at 5:55 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 16 mei 2012 om 21:51 heeft Daiane Angolini daiane.angol...@freescale.com het volgende geschreven: Port recipe from Meta-OE

[OE-core] When is the denzil branch going to get updated?

2012-05-15 Thread Koen Kooi
Hi, I'm still not clear on who is in charge of what, so let's ask a different question: When is the 'denzil' branch in the master openembedded-core repo getting updated? And related to that: Where is the review for backports from master to denzil taking place? regards, Koen

[OE-core] [PATCH] Revert kmod: Use base_libdir for installing libkmod

2012-05-15 Thread Koen Kooi
The commit breaks pkgconfig and after discussing it with the kmod and udev maintainers the conclusion was reached that putting the libraries in /lib instead of /usr/lib is not supported. This reverts commit 6b74f2461735272bd950a4f060dab6e778a36f92. --- meta/recipes-kernel/kmod/kmod_git.bb |

Re: [OE-core] [PATCH 1/1] kmod: fix installation path of pkgconfig files

2012-05-15 Thread Koen Kooi
Op 15 mei 2012, om 19:55 heeft Richard Purdie het volgende geschreven: On Mon, 2012-05-14 at 12:24 -0300, Otavio Salvador wrote: On Mon, May 14, 2012 at 11:06 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 14 mei 2012, om 15:47 heeft Otavio Salvador het volgende geschreven

Re: [OE-core] [PATCHv2] xserver-xorg-lite: disable xmlto like full xserver-xorg does

2012-05-12 Thread Koen Kooi
Op 12 mei 2012, om 13:55 heeft Martin Jansa het volgende geschreven: * xmlto-native is unusable (see YOCTO #2416) Can you please include a (short) description of that #2416 says? ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 3/3] kmod: Use base_libdir for installing libkmod

2012-05-11 Thread Koen Kooi
Op 9 mei 2012, om 00:53 heeft Khem Raj het volgende geschreven: This also helps avoid QA errors about binaries accessing contents from /usr/lib Also fixes emptry libkmod problem since now the files are installed in expected place Signed-off-by: Khem Raj raj.k...@gmail.com ---

Re: [OE-core] [CONSOLIDATED PULL 0/4] QEMU Transition to xserver_xorg

2012-05-11 Thread Koen Kooi
Op 11 mei 2012, om 19:21 heeft Saul Wold het volgende geschreven: Richard, This has been run thought the AB and I have ran QEMU locally with the new xserver change. There were a few issues noted and Khen and I have cleaned then up at this time. Not really an oe-core bug, but worth

Re: [OE-core] [RFC PATCH 0/3] Shared state for all !

2012-05-10 Thread Koen Kooi
Op 10 mei 2012, om 02:22 heeft Joshua Lock het volgende geschreven: This is an RFC series, and for ease of review sent as against the Poky tree It requires an extra step to apply and thus makes review harder for me since my motivation to test them drops below zero. Please send patches to

Re: [OE-core] [PATCH 2/2] rootfs_rpm.bbclass: don't remove rpmlib when INC_RPM_IMAGE_GEN=1

2012-05-09 Thread Koen Kooi
Op 9 mei 2012, om 10:20 heeft Robert Yang het volgende geschreven: Don't remove rpmlib when INC_RPM_IMAGE_GEN=1, otherwise the list_installed_packages would get nothing in the second build. What happens when I do a build, enable INC_RPM_IMAGE_GEN and do another build?

Re: [OE-core] [PATCH] .gitignore: add /bitbake to the ignore list for external distributions

2012-05-09 Thread Koen Kooi
Op 9 mei 2012, om 16:45 heeft Jason Wessel het volgende geschreven: On 05/09/2012 09:21 AM, Phil Blundell wrote: On Wed, 2012-05-09 at 08:46 -0500, Jason Wessel wrote: External distributions based on the oe-core will typically include bitbake in the top level directory. The idea is to make

Re: [OE-core] [PATCH 2/2] rootfs_rpm.bbclass: don't remove rpmlib when INC_RPM_IMAGE_GEN=1

2012-05-09 Thread Koen Kooi
Op 9 mei 2012, om 16:52 heeft Mark Hatle het volgende geschreven: On 5/9/12 3:50 AM, Koen Kooi wrote: Op 9 mei 2012, om 10:20 heeft Robert Yang het volgende geschreven: Don't remove rpmlib when INC_RPM_IMAGE_GEN=1, otherwise the list_installed_packages would get nothing in the second

Re: [OE-core] [PATCH 2/2] rootfs_rpm.bbclass: don't remove rpmlib when INC_RPM_IMAGE_GEN=1

2012-05-09 Thread Koen Kooi
Op 9 mei 2012, om 17:15 heeft Mark Hatle het volgende geschreven: On 5/9/12 10:01 AM, Koen Kooi wrote: Op 9 mei 2012, om 16:52 heeft Mark Hatle het volgende geschreven: On 5/9/12 3:50 AM, Koen Kooi wrote: Op 9 mei 2012, om 10:20 heeft Robert Yang het volgende geschreven: Don't

Re: [OE-core] [PATCH 2/2 v2] blacklist.bbclass: Refactor, use PNBLACKLIST[pn]

2012-05-09 Thread Koen Kooi
Op 9 mei 2012, om 22:00 heeft Mark Hatle het volgende geschreven: Revise the handling from ANGSTROM_BLACKLIST to PNBLACKLIST[pn]. Refactor the code to eliminate references to the distribution and recipe name in the message. Change the skipPackage message message from: ERROR: recipe

Re: [OE-core] [PATCH] libpcap: Move pcap-config to -dev package

2012-05-07 Thread Koen Kooi
Op 7 mei 2012, om 08:59 heeft Saul Wold het volgende geschreven: On 05/04/2012 11:57 PM, Koen Kooi wrote: Op 5 mei 2012, om 02:13 heeft Saul Wold het volgende geschreven: pcap-config is a tool used for getting the cflags and ln flags for development [YOCTO #2367] Signed-off

Re: [OE-core] [PATCH] connman: enable TI shared transport plugin when wifi or bluetooth are requested

2012-05-07 Thread Koen Kooi
Op 7 mei 2012, om 11:44 heeft Richard Purdie het volgende geschreven: On Sun, 2012-05-06 at 14:32 +0200, Koen Kooi wrote: Op 6 mei 2012, om 11:17 heeft Richard Purdie het volgende geschreven: On Fri, 2012-05-04 at 09:54 +0200, Koen Kooi wrote: This plugin manages the firmware loading

Re: [OE-core] [PATCH] connman: Disable tist plugin on powerpc

2012-05-07 Thread Koen Kooi
option. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org Acked-by: Koen Kooi k...@circuitco.com --- diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 8b27cfb..f2da8d9 100644 --- a/meta/recipes-connectivity

Re: [OE-core] [PATCH 1/1] buildhistory: fix multiple commit of images and packages at the same time

2012-05-07 Thread Koen Kooi
Op 7 mei 2012, om 17:47 heeft Scott Garman het volgende geschreven: On 05/04/2012 11:55 PM, Koen Kooi wrote: Op 4 mei 2012, om 23:25 heeft Scott Garman het volgende geschreven: On 05/04/2012 08:16 AM, Koen Kooi wrote: On Friday 04 May 2012 15:50:16 Koen Kooi wrote: Looks good to me

Re: [OE-core] [PATCH] connman: enable TI shared transport plugin when wifi or bluetooth are requested

2012-05-06 Thread Koen Kooi
Op 6 mei 2012, om 11:17 heeft Richard Purdie het volgende geschreven: On Fri, 2012-05-04 at 09:54 +0200, Koen Kooi wrote: This plugin manages the firmware loading for the TI wl12xx series of bluetooth/wifi/fm chips. The double --enable-tist when both bluetooth and wireless are enabled

Re: [OE-core] [PATCH 1/1] buildhistory: fix multiple commit of images and packages at the same time

2012-05-05 Thread Koen Kooi
Op 4 mei 2012, om 23:25 heeft Scott Garman het volgende geschreven: On 05/04/2012 08:16 AM, Koen Kooi wrote: On Friday 04 May 2012 15:50:16 Koen Kooi wrote: Looks good to me. If this goes in, can it go on the denzil shortlist as well? I hope so, hence I've CC'd Scott Garman who is pulling

Re: [OE-core] [PATCH] libpcap: Move pcap-config to -dev package

2012-05-05 Thread Koen Kooi
Op 5 mei 2012, om 02:13 heeft Saul Wold het volgende geschreven: pcap-config is a tool used for getting the cflags and ln flags for development [YOCTO #2367] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-connectivity/libpcap/libpcap.inc |7 ++- 1 files changed,

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-04 Thread Koen Kooi
Op 3 mei 2012, om 13:51 heeft Richard Purdie het volgende geschreven: On Thu, 2012-05-03 at 13:39 +0200, Koen Kooi wrote: Op 3 mei 2012, om 13:24 heeft Richard Purdie het volgende geschreven: The whole point with the qemu emulated machines is that you build them and they work for new users

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-04 Thread Koen Kooi
Op 4 mei 2012, om 08:32 heeft Martin Jansa het volgende geschreven: On Fri, May 04, 2012 at 08:13:06AM +0200, Koen Kooi wrote: Op 3 mei 2012, om 13:51 heeft Richard Purdie het volgende geschreven: On Thu, 2012-05-03 at 13:39 +0200, Koen Kooi wrote: Op 3 mei 2012, om 13:24 heeft Richard

[OE-core] [PATCH] connman: enable TI shared transport plugin when wifi or bluetooth are requested

2012-05-04 Thread Koen Kooi
This plugin manages the firmware loading for the TI wl12xx series of bluetooth/wifi/fm chips. The double --enable-tist when both bluetooth and wireless are enabled is ugly, but harmless The background on the plugin: https://bugs.meego.com/show_bug.cgi?id=8418 Signed-off-by: Koen Kooi k

Re: [OE-core] How to fix warning: set SYSTEMD_PACKAGES as existing-package-systemd

2012-05-04 Thread Koen Kooi
Op 4 mei 2012, om 11:19 heeft Elvis Dowson het volgende geschreven: Hi, I've submitted a patch to fix the warning for networkmanager_0.9.2.0.bb. However, I still get the warning for lighttpd_1.4.30.bb even after adding the following line: SYSTEMD_PACKAGES = ${PN}-systemd or

Re: [OE-core] [meta-openembedded] [PATCH] networkmanager: silence systemd bbclass WARNING.

2012-05-04 Thread Koen Kooi
Please follow the README for submitting patches to meta-oe. Op 4 mei 2012, om 11:15 heeft Elvis Dowson het volgende geschreven: This patch fixes WARNING: /tool/yocto/meta-openembedded/meta-oe/ recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb: it is recommended to set

Re: [OE-core] [PATCH 1/1] buildhistory: fix multiple commit of images and packages at the same time

2012-05-04 Thread Koen Kooi
Op 4 mei 2012, om 15:36 heeft Paul Eggleton het volgende geschreven: The echo line here was merging multiple lines into one, and the result was that if both image and package changes had to be comitted then only the image changes were being committed and the package changes could potentially

Re: [OE-core] sed: Explicitly disable acl for deterministic builds

2012-05-04 Thread Koen Kooi
Op 4 mei 2012, om 16:04 heeft Richard Purdie het volgende geschreven: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-extended/sed/sed_4.2.1.bb b/meta/recipes-extended/sed/sed_4.2.1.bb index 9fbb6e7..92f59e4 100644 ---

Re: [OE-core] [PATCH 1/1] buildhistory: fix multiple commit of images and packages at the same time

2012-05-04 Thread Koen Kooi
Op 4 mei 2012, om 16:30 heeft Paul Eggleton het volgende geschreven: On Friday 04 May 2012 15:50:16 Koen Kooi wrote: Looks good to me. If this goes in, can it go on the denzil shortlist as well? I hope so, hence I've CC'd Scott Garman who is pulling together a branch for 1.2.1. oe-core

Re: [OE-core] [PATCH 1/1] buildhistory: fix multiple commit of images and packages at the same time

2012-05-04 Thread Koen Kooi
Op 4 mei 2012, om 17:13 heeft Richard Purdie het volgende geschreven: On Fri, 2012-05-04 at 17:06 +0200, Koen Kooi wrote: Op 4 mei 2012, om 16:30 heeft Paul Eggleton het volgende geschreven: On Friday 04 May 2012 15:50:16 Koen Kooi wrote: Looks good to me. If this goes in, can it go

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Koen Kooi
Op 3 mei 2012, om 09:32 heeft Khem Raj het volgende geschreven: On Wed, May 2, 2012 at 7:23 AM, Jason Wessel jason.wes...@windriver.com wrote: The user mode NFS server does not get built by default when you are using a purely command line driven development environment without SDK tools.

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Koen Kooi
Op 3 mei 2012, om 10:47 heeft Richard Purdie het volgende geschreven: On Thu, 2012-05-03 at 09:43 +0200, Koen Kooi wrote: Op 3 mei 2012, om 09:32 heeft Khem Raj het volgende geschreven: On Wed, May 2, 2012 at 7:23 AM, Jason Wessel jason.wes...@windriver.com wrote: The user mode NFS

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-03 Thread Koen Kooi
Op 3 mei 2012, om 13:24 heeft Richard Purdie het volgende geschreven: On Thu, 2012-05-03 at 12:39 +0200, Koen Kooi wrote: Op 3 mei 2012, om 10:47 heeft Richard Purdie het volgende geschreven: On Thu, 2012-05-03 at 09:43 +0200, Koen Kooi wrote: Op 3 mei 2012, om 09:32 heeft Khem Raj het

Re: [OE-core] [PATCH] Add KERNEL_EXTRA_ARGS parameter

2012-05-03 Thread Koen Kooi
Op 3 mei 2012, om 15:48 heeft Wolfgang Denk het volgende geschreven: With recent kernel versions, some ARM configurations need may fail to build with errors like this: multiple load addresses: 0x80008000 0x80008000 This is incompatible with uImages Specify LOADADDR on

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-02 Thread Koen Kooi
Op 2 mei 2012, om 16:23 heeft Jason Wessel het volgende geschreven: The user mode NFS server does not get built by default when you are using a purely command line driven development environment without SDK tools. In order to accommodate simple test configurations and have all the tools

Re: [OE-core] [PATCH] qemu-native: depend on unfs-server-native

2012-05-02 Thread Koen Kooi
Op 2 mei 2012, om 16:33 heeft Jason Wessel het volgende geschreven: On 05/02/2012 09:29 AM, Koen Kooi wrote: Op 2 mei 2012, om 16:23 heeft Jason Wessel het volgende geschreven: The user mode NFS server does not get built by default when you are using a purely command line driven

Re: [OE-core] [PATCH 2/2] sanity.bbclass: Implement initial toolchain sanity checks

2012-05-01 Thread Koen Kooi
Op 1 mei 2012, om 12:21 heeft Richard Purdie het volgende geschreven: On Mon, 2012-04-30 at 15:48 -0500, Peter Seebach wrote: On Mon, 30 Apr 2012 15:42:44 -0500 Mark Hatle mark.ha...@windriver.com wrote: Is the above debugging? (I suspect it is) I suggest the following... Actually,

Re: [OE-core] [PATCH 6/8] ofono: upgrade to version 1.6

2012-04-30 Thread Koen Kooi
Op 30 apr. 2012, om 17:21 heeft Saul Wold het volgende geschreven: On 04/29/2012 01:45 AM, Martin Jansa wrote: On Sat, Apr 28, 2012 at 04:12:30PM +0800, Dongxiao Xu wrote: Signed-off-by: Dongxiao Xudongxiao...@intel.com --- .../ofono/{ofono_1.5.bb = ofono_1.6.bb} |2 +- 1

[OE-core] [oe] [meta-oe][PATCH] kernel bbclass: recreate uImage unless KEEPUIMAGE is set

2012-04-28 Thread Koen Kooi
it to 'make uImage'. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-oe/classes/kernel.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass index b7e9f54..98320fe 100644 --- a/meta-oe/classes

Re: [OE-core] [oe] [meta-oe][PATCH] kernel bbclass: recreate uImage unless KEEPUIMAGE is set

2012-04-28 Thread Koen Kooi
Op 28 apr. 2012, om 16:32 heeft Bruce Ashfield het volgende geschreven: On 12-04-27 4:06 AM, Koen Kooi wrote: The intent of the uImage code in this class includes the following 1) be able to specify custom load addresses without needing to patch the kernel 2) add better information

Re: [OE-core] [PATCH 5/7] alsa-utils: use base_libdir for udev rules.

2012-04-27 Thread Koen Kooi
Op 27 apr. 2012, om 12:47 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-27 at 13:04 +0800, Lianhao Lu wrote: Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb |6

Re: [OE-core] gcc default version change (and qt4)

2012-04-27 Thread Koen Kooi
Op 27 apr. 2012, om 13:39 heeft Richard Purdie het volgende geschreven: I'd like to warn people that I'm pretty close to throwing the version switch to default to gcc 4.7 at the same time as merging in Khem's patches. I don't think this will surprise anyone, we've talked about doing it post

Re: [OE-core] [PATCH 2/2] opkg-utils: bump SRCREV for Packages cache fix and other fixes

2012-04-26 Thread Koen Kooi
Op 26 apr. 2012 om 15:19 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../opkg-utils/opkg-utils/add-license-field.patch | 39 --- .../opkg-utils/arfile_header_split.patch | 27 ---

Re: [OE-core] [PATCH 2/2] opkg-utils: bump SRCREV for Packages cache fix and other fixes

2012-04-26 Thread Koen Kooi
Op 26 apr. 2012 om 15:55 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Thu, Apr 26, 2012 at 03:51:38PM +0200, Koen Kooi wrote: Op 26 apr. 2012 om 15:19 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: Signed-off-by: Martin Jansa martin.ja

Re: [OE-core] [PATCH] opkg-collateral: import fixes from OE-Classic

2012-04-26 Thread Koen Kooi
Op 27 apr. 2012, om 00:19 heeft Andreas Oberritter het volgende geschreven: * Set lists_dir to /var/lib/opkg commit 16808bc4817492beba512f4e73bce8c232d1eafa Author: Marcin Juszkiewicz h...@openembedded.org Date: Mon Mar 17 23:40:48 2008 + * Update new options sample and move

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-24 Thread Koen Kooi
Op 24 apr. 2012, om 08:12 heeft Xiaofeng Yan het volgende geschreven: On 2012年04月24日 13:53, Koen Kooi wrote: Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven: From: Xiaofeng Yan xiaofeng@windriver.com LSB Test Suite complain no library libgdk_pixbuf_xlib-2.0

Re: [OE-core] [Angstrom-devel] Python library hashlib is missig hash-code.

2012-04-23 Thread Koen Kooi
Op 15 apr. 2012, om 16:35 heeft Koen Kooi het volgende geschreven: My theory is that this is caused by the openssl /usr changes, can anyone confirm or deny that? I dug into this. The breakage was recorded by buildhistory

Re: [OE-core] [Angstrom-devel] Python library hashlib is missig hash-code.

2012-04-23 Thread Koen Kooi
Op 23 apr. 2012, om 10:15 heeft Koen Kooi het volgende geschreven: Op 15 apr. 2012, om 16:35 heeft Koen Kooi het volgende geschreven: My theory is that this is caused by the openssl /usr changes, can anyone confirm or deny that? I dug into this. The breakage was recorded by buildhistory

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-23 Thread Koen Kooi
Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven: From: Xiaofeng Yan xiaofeng@windriver.com LSB Test Suite complain no library libgdk_pixbuf_xlib-2.0.so.0 \ because of having --without-x11 for gdk-pixbuf_2.24.1.bb. For passing lsb test I add PACKAGECONFIG support to

[OE-core] Suspicous tune args for armv5te machines

2012-04-22 Thread Koen Kooi
Hi, Is the following still valid for the current oe-core (and toolchain-layer) toolchains: koen@dominion:/OE/tentacle/sources/openembedded-core$ git grep CCARGS_pn meta/conf/machine/include/tune-xscale.inc:TUNE_CCARGS_pn-webkit-gtk = -march=armv4t

Re: [OE-core] [PATCH 1/3] lsb: Add DISTRO Info to the lsb-release

2012-04-18 Thread Koen Kooi
Op 17 apr. 2012, om 23:46 heeft Saul Wold het volgende geschreven: This is needed for distro checking code in the self-hosted-image Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/lsb/lsb_1.4.bb |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff

Re: [OE-core] [PATCH 2/3] task-self-hosted: Add LSB for distro info

2012-04-18 Thread Koen Kooi
Op 17 apr. 2012, om 23:46 heeft Saul Wold het volgende geschreven: Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/tasks/task-self-hosted.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb

Re: [OE-core] [PATCH 0/3] v2 Self-Hosted Image patches

2012-04-18 Thread Koen Kooi
Op 18 apr. 2012, om 00:02 heeft Saul Wold het volgende geschreven: Richard, This set of changes adds the lsb_release command and sets the i/etc/lsb-release file up correctly for the release. I also am removing the BB_NO_NETWORK from the self-hosted image to allow it to have network,

Re: [OE-core] [oe] waning it is recommended to set SYSTEMD_PACKAGES as existing-package-systemd

2012-04-18 Thread Koen Kooi
Op 18 apr. 2012, om 11:02 heeft Andreas Müller het volgende geschreven: On Tue, Apr 17, 2012 at 5:45 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 17 apr. 2012, om 17:39 heeft Martin Jansa het volgende geschreven: On Tue, Apr 17, 2012 at 05:22:31PM +0200, Andreas Oberritter wrote

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-18 Thread Koen Kooi
Op 12 apr. 2012, om 11:02 heeft Richard Purdie het volgende geschreven: On Wed, 2012-04-11 at 01:51 +0100, Julian Pidancet wrote: On 04/09/12 19:01, Liu, Song wrote: Hi all, This is to restate and clarify the schedule for Yocto Project 1.2 M4 (milestone 4). If you are concerned or have

Re: [OE-core] MIPS vs MIPS32 tunings -- summary and questions

2012-04-18 Thread Koen Kooi
Op 18 apr. 2012, om 14:00 heeft Richard Purdie het volgende geschreven: On Wed, 2012-04-18 at 13:54 +0200, Martin Jansa wrote: On Wed, Apr 18, 2012 at 01:45:54PM +0200, Andreas Oberritter wrote: On 18.04.2012 13:40, Richard Purdie wrote: On Wed, 2012-04-18 at 13:30 +0200, Andreas Oberritter

Re: [OE-core] [PATCH 1/1] packageinfo.bbclass: A workaround for RPM architecture renaming

2012-04-18 Thread Koen Kooi
Op 18 apr. 2012, om 14:48 heeft Dongxiao Xu het volgende geschreven: For beagleboard platform, the PACKAGE_ARCH for certain recipes is armv7a-vfp-neon, however, the architecture label in RPM file name is arm due to a potential bug in RPM backend. 'arm' or 'armv7a'? Your commit message

Re: [OE-core] Yocto Project 1.2 Release Status

2012-04-18 Thread Koen Kooi
Op 18 apr. 2012, om 16:47 heeft Richard Purdie het volgende geschreven: I thought I'd update everyone with the current 1.2 status. I'm going to branch master for release at this point. We've fixed a lot of issues, I'm hoping the -rc4 build will be a good one. There are signs there are some

Re: [OE-core] MIPS vs MIPS32 tunings -- summary and questions

2012-04-18 Thread Koen Kooi
Op 18 apr. 2012, om 17:46 heeft Martin Jansa het volgende geschreven: On Wed, Apr 18, 2012 at 10:21:38AM -0500, Mark Hatle wrote: On 4/18/12 9:37 AM, Andreas Oberritter wrote: On 18.04.2012 14:45, Richard Purdie wrote: On Wed, 2012-04-18 at 14:08 +0200, Andreas Oberritter wrote: On

Re: [OE-core] [PATCH] Update intltool to version 0.50.0

2012-04-18 Thread Koen Kooi
Op 18 apr. 2012, om 19:48 heeft Saul Wold het volgende geschreven: On 04/12/2012 04:10 AM, Florin Sarbu wrote: Uprev to version 0.50.0 and move SRC_URI from .inc into the .bb specifying the version Signed-off-by: Florin Sarbuflorin.sa...@windriver.com ---

Re: [OE-core] MIPS vs MIPS32 tunings -- summary and questions

2012-04-18 Thread Koen Kooi
Op 18 apr. 2012, om 20:10 heeft Andreas Oberritter het volgende geschreven: On 18.04.2012 19:01, Koen Kooi wrote: Op 18 apr. 2012, om 17:46 heeft Martin Jansa het volgende geschreven: On Wed, Apr 18, 2012 at 10:21:38AM -0500, Mark Hatle wrote: On 4/18/12 9:37 AM, Andreas Oberritter wrote

Re: [OE-core] [PATCH 00/17] Fix update-alternatives and RPM package dependencies

2012-04-17 Thread Koen Kooi
Op 17 apr. 2012, om 00:45 heeft Mark Hatle het volgende geschreven: It was recently noticed that many packages that use update-alternatives were not setting package level provides. So a package that required /usr/bin/env would not be satisfied by coreutils, even though it had a /usr/bin/env

Re: [OE-core] [PATCH 03/17] coreutils_*.bb: Sync up file path with busybox and minor cleanup

2012-04-17 Thread Koen Kooi
Op 17 apr. 2012, om 00:45 heeft Mark Hatle het volgende geschreven: We need to ensure that the filepaths used by coreutils and busybox are the same. Do this for base64, mktemp and df. Also remove references to hostname/uptime in 8.14 version as these were only relevant for the older 6.9

Re: [OE-core] [PATCH] busybox: move watch to /usr/bin for compatibility with procps

2012-04-17 Thread Koen Kooi
Ping Op 24 mrt. 2012, om 20:46 heeft Andreas Oberritter het volgende geschreven: Commit 68dc2a3fa30c03a196d650de34d0c657a7b85454 broke opkg upgrade: | update-alternatives: Error: cannot register alternative watch to | /usr/bin/watch since it is already registered to /bin/watch

Re: [OE-core] [PATCH] busybox: move watch to /usr/bin for compatibility with procps

2012-04-17 Thread Koen Kooi
Op 17 apr. 2012, om 12:44 heeft Richard Purdie het volgende geschreven: On Tue, 2012-04-17 at 11:40 +0200, Koen Kooi wrote: Ping It merged three weeks ago: http://git.openembedded.org/openembedded-core/commit/?id=fa8b2d2bed63fa4fc2af45f094998b0f9e69d272 Weird, I still get the opkg

Re: [OE-core] [oe] waning it is recommended to set SYSTEMD_PACKAGES as existing-package-systemd

2012-04-17 Thread Koen Kooi
Op 17 apr. 2012, om 17:39 heeft Martin Jansa het volgende geschreven: On Tue, Apr 17, 2012 at 05:22:31PM +0200, Andreas Oberritter wrote: Hi, the following warnings keep appearing on every fresh invocation of bitbake since a few months, I think: WARNING:

Re: [OE-core] [PATCH] python: Fix re-execution problem due to patching configure and configure.in

2012-04-16 Thread Koen Kooi
Op 16 apr. 2012, om 11:47 heeft Richard Purdie het volgende geschreven: There was a patch patching both configure and configure.in. Since the recipes all autoreconf, this is pointless and means subsequent patch tasks fail. The fix is to only patch configure.in. [YOCTO #2194]

Re: [OE-core] [PATCH] wget: Fix re-execution issue

2012-04-16 Thread Koen Kooi
Op 16 apr. 2012, om 11:48 heeft Richard Purdie het volgende geschreven: The patch in this recipe patches both configure and configure.in which leads to build failures once configure has executed and regenerated configure. The fix to make patch re-executable is not to patch configure and

Re: [OE-core] [PATCH] python: Fix re-execution problem due to patching configure and configure.in

2012-04-16 Thread Koen Kooi
Op 16 apr. 2012, om 13:10 heeft Richard Purdie het volgende geschreven: On Mon, 2012-04-16 at 12:50 +0200, Koen Kooi wrote: Op 16 apr. 2012, om 11:47 heeft Richard Purdie het volgende geschreven: There was a patch patching both configure and configure.in. Since the recipes all autoreconf

Re: [OE-core] [PATCH 1/3] glib-2.0: fix builds on fedora 17

2012-04-16 Thread Koen Kooi
Op 16 apr. 2012, om 15:38 heeft Robert Yang het volgende geschreven: Generally distros keep perl at /sur/bin/perl /usr ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] Fwd: [Angstrom-devel] Python library hashlib is missig hash-code.

2012-04-15 Thread Koen Kooi
My theory is that this is caused by the openssl /usr changes, can anyone confirm or deny that? Begin doorgestuurd bericht: Van: Mattias Millbro mmill...@kth.se Onderwerp: [Angstrom-devel] Python library hashlib is missig hash-code. Datum: 15 april 2012 14:38:56 GMT+02:00 Aan:

Re: [OE-core] [PATCH 1/1] gst-plugins-bad: add curl as build dependency

2012-04-14 Thread Koen Kooi
Op 14 apr. 2012, om 12:44 heeft Dongxiao Xu het volgende geschreven: gst-plugins-bad needs curl.h to finish its build, so add curl as its dependency. I can't be sure without the exact failure log, but: missing PR bump regards, Koen ___

Re: [OE-core] [PATCH] New recipe - jansson, C library for encoding, decoding and manipulating JSON data

2012-04-12 Thread Koen Kooi
Op 12 apr. 2012, om 15:42 heeft m...@communistcode.co.uk het volgende geschreven: From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk --- meta-oe/recipes-support/jansson/jansson.inc|8

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-12 Thread Koen Kooi
Op 12 apr. 2012, om 16:24 heeft Otavio Salvador het volgende geschreven: On Thu, Apr 12, 2012 at 06:29, Koen Kooi k...@dominion.thruhere.net wrote: I'm still a big fan of using 'yoctoproject-1.2' as substring for tags and branches. The objections I heard to that didn't make sense to me

Re: [OE-core] [PATCH] New recipe - jansson, C library for encoding, decoding and manipulating JSON data

2012-04-12 Thread Koen Kooi
Op 12 apr. 2012, om 16:38 heeft Andreas Oberritter het volgende geschreven: On 12.04.2012 16:17, Jack Mitchell wrote: On 12/04/12 15:08, Koen Kooi wrote: Op 12 apr. 2012, om 15:42 heeft m...@communistcode.co.uk het volgende geschreven: From: Jack Mitchelljack.mitch...@dbbroadcast.co.uk

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-12 Thread Koen Kooi
Op 12 apr. 2012, om 18:55 heeft Khem Raj het volgende geschreven: On Thu, Apr 12, 2012 at 2:29 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 12 apr. 2012, om 11:02 heeft Richard Purdie het volgende geschreven: On Wed, 2012-04-11 at 01:51 +0100, Julian Pidancet wrote: On 04/09/12 19

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-12 Thread Koen Kooi
Op 12 apr. 2012, om 21:46 heeft Philip Balister het volgende geschreven: On 04/12/2012 11:40 AM, Richard Purdie wrote: On Thu, 2012-04-12 at 14:32 -0300, Otavio Salvador wrote: On Thu, Apr 12, 2012 at 14:22, Koen Kooi k...@dominion.thruhere.net wrote: You just volunteered to handle all

Re: [OE-core] [PATCH] vala: Add vala package as a devtool (version 0.12.1)

2012-04-12 Thread Koen Kooi
Op 11 apr. 2012 om 18:07 heeft Florin Sarbu florin.sa...@windriver.com het volgende geschreven: Added the vala package from meta-oe to support future systemd integration. But systemd doesn't need vala.. Signed-off-by: Florin Sarbu florin.sa...@windriver.com ---

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-12 Thread Koen Kooi
Op 12 apr. 2012, om 11:02 heeft Richard Purdie het volgende geschreven: On Wed, 2012-04-11 at 01:51 +0100, Julian Pidancet wrote: On 04/09/12 19:01, Liu, Song wrote: Hi all, This is to restate and clarify the schedule for Yocto Project 1.2 M4 (milestone 4). If you are concerned or have

Re: [OE-core] [PATCH] udev: generalize the check in touchscreen rule

2012-04-11 Thread Koen Kooi
Op 11 apr. 2012, om 12:16 heeft Richard Purdie het volgende geschreven: On Wed, 2012-04-11 at 10:59 +0200, Andrea Adami wrote: On Mon, Apr 2, 2012 at 11:35 PM, Andrea Adami andrea.ad...@gmail.com wrote: * The actual rule only works for devices reporting ts pressure * and ignores the other

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-11 Thread Koen Kooi
Op 11 apr. 2012, om 13:36 heeft Richard Purdie het volgende geschreven: On Tue, 2012-04-10 at 15:56 +0200, Koen Kooi wrote: Op 10 apr. 2012, om 15:41 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-06 at 06:29 -0700, Koen Kooi wrote: Op 5 apr. 2012 om 20:18 heeft Saul Wold

Re: [OE-core] [V3 1/1] gdbm: Package compat libs in gdbm-compat

2012-04-11 Thread Koen Kooi
Op 11 apr. 2012, om 16:57 heeft Andrei Gherzan het volgende geschreven: In order to avoid breaking packages which depend on old package name libgdbm4 (= 1.10), compat libs are packaged into a separate package named gdbm-compat. You need to send a patch to bump PR on everything with gdbm in

Re: [OE-core] [PATCH V2 1/1] connman: optionally build ofono plugin.

2012-04-10 Thread Koen Kooi
This changes the default behaviour, so it should not go in for 1.2 Op 10 apr. 2012, om 05:16 heeft Lianhao Lu het volgende geschreven: Only build ofono plugin when 3g feature is enabled. Also add dependency to ofono when ofono plugin is being built. This is part of the buf fixing [YOCTO

Re: [OE-core] [oe-commits] Andrei Gherzan : gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/ gdbm

2012-04-10 Thread Koen Kooi
Op 10 apr. 2012, om 11:06 heeft Richard Purdie het volgende geschreven: On Tue, 2012-04-10 at 10:38 +0200, Martin Jansa wrote: On Fri, Apr 06, 2012 at 12:17:38AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit:

Re: [OE-core] [PATCH V2 1/1] connman: optionally build ofono plugin.

2012-04-10 Thread Koen Kooi
Op 10 apr. 2012, om 13:18 heeft Otavio Salvador het volgende geschreven: Hello Koen, On Tue, Apr 10, 2012 at 03:48, Koen Kooi k...@dominion.thruhere.net wrote: This changes the default behaviour, so it should not go in for 1.2 I don't see why this shouldn't be included. It does improve

Re: [OE-core] [PATCH V2 1/1] connman: optionally build ofono plugin.

2012-04-10 Thread Koen Kooi
Op 10 apr. 2012, om 14:08 heeft Richard Purdie het volgende geschreven: On Tue, 2012-04-10 at 08:27 -0300, Otavio Salvador wrote: On Tue, Apr 10, 2012 at 08:24, Koen Kooi k...@dominion.thruhere.net wrote: Can you clarify what is your concerns? It changes the default behaviour

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-10 Thread Koen Kooi
Op 10 apr. 2012, om 15:41 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-06 at 06:29 -0700, Koen Kooi wrote: Op 5 apr. 2012 om 20:18 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 04/05/2012 04:48 AM, Stefan Herbrechtsmeier wrote: Signed-off-by: Stefan

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-10 Thread Koen Kooi
Op 10 apr. 2012, om 16:19 heeft Stefan Herbrechtsmeier het volgende geschreven: Am 10.04.2012 15:56, schrieb Koen Kooi: Op 10 apr. 2012, om 15:41 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-06 at 06:29 -0700, Koen Kooi wrote: Op 5 apr. 2012 om 20:18 heeft Saul Wolds

Re: [OE-core] [CONSOLIDATED PULL (for RC3) 5/5] tclibc-eglibc.inc: make locale packages dependency conditional

2012-04-10 Thread Koen Kooi
Op 11 apr. 2012, om 03:33 heeft Saul Wold het volgende geschreven: From: Nitin A Kamble nitin.a.kam...@intel.com Only add locale package dependencies if the eglibc is configured with locale support. This avoids dependencies issues for distros such as poky-tiny That's a packaging change

Re: [OE-core] [PATCH 3/7] conf/machine/include: Cleanup MIPS tunings to match README

2012-04-09 Thread Koen Kooi
Op 9 apr. 2012, om 17:17 heeft Mark Hatle het volgende geschreven: On 4/8/12 4:34 PM, Andreas Oberritter wrote: On 07.04.2012 02:10, Mark Hatle wrote: Just ran a local build with the qemumips machine, this is a standard mips32 target. From the configure line for eglibc:

Re: [OE-core] [oe-commits] Andreas Oberritter : gdb: build with expat, add missing RRECOMMENDS_gdbserver

2012-04-08 Thread Koen Kooi
Op 7 apr. 2012, om 08:02 heeft Khem Raj het volgende geschreven: On 04/04/2012 11:06 AM, Martin Jansa wrote: -EXPAT = --with-expat +EXPAT = --with-expat --with-libexpat-prefix=${STAGING_DIR_HOST} helps.. OK. Can you please submit an incremental patch? I wonder why it didn't

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-06 Thread Koen Kooi
Op 5 apr. 2012 om 20:18 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 04/05/2012 04:48 AM, Stefan Herbrechtsmeier wrote: Signed-off-by: Stefan Herbrechtsmeierste...@herbrechtsmeier.net --- meta/recipes-bsp/u-boot/u-boot.inc|2 +-

Re: [OE-core] [PATCH 0/5] dexuan: more build appliance patches: [Apr 1, 2012]

2012-04-06 Thread Koen Kooi
Op 5 apr. 2012 om 10:21 heeft Cui, Dexuan dexuan@intel.com het volgende geschreven: Koen Kooi wrote on 2012-04-04: are available in the git repository at: git://git.yoctoproject.org/poky-contrib dcui/master http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dcui/master Dexuan

Re: [OE-core] [PATCH 0/5] dexuan: more build appliance patches: [Apr 1, 2012]

2012-04-03 Thread Koen Kooi
Op 1 apr. 2012, om 20:28 heeft Richard Purdie het volgende geschreven: On Mon, 2012-04-02 at 00:10 +0800, Dexuan Cui wrote: BTW: I added a Upstream-Status: inappropriat into every patches to genext2fs. With the patches, I only spent about 10~15 minutes to create a 4.5GB .rootfs.ext3 file

[OE-core] [PATCH 1/3] buildhistory: remove duplicate entries from dot graph

2012-03-31 Thread Koen Kooi
to less spurious diffs in buildhistory commits. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/buildhistory.bbclass | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index

[OE-core] [PATCH 2/3] buildhistory: record all builds

2012-03-31 Thread Koen Kooi
When nothing has changed an empty commit prefixed with No changes will get generated so that the commit log of the buildhistory repo provides a complete log of all builds performed, not just those that resulted in changes. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes

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