Re: [OE-core] [PATCHv2] rootfs_ipk: don't echo opkg-cl output to log.do_rootfs

2012-03-30 Thread Koen Kooi
better and it does not change the regex string, like the patch sent to bitbake-devel... Acked-by: Denys Dmytriyenko de...@ti.com Acked-by: Koen Kooi k...@circuitco.com ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] [PATCH 0/1] genext2fs: support large files and filesystems without using large amounts of memor

2012-03-30 Thread Koen Kooi
Op 29 mrt. 2012, om 15:07 heeft Richard Purdie het volgende geschreven: On Thu, 2012-03-29 at 00:51 +0800, Dexuan Cui wrote: Hi RP, Saul, Paul, Darren, Mark, Josh and joaohf and all, please comment. Let's figure out if this big patch is accepatable or not... With this patch, I can

Re: [OE-core] [PATCH 0/1] genext2fs: support large files and filesystems without using large amounts of memor

2012-03-30 Thread Koen Kooi
Op 30 mrt. 2012, om 14:49 heeft Richard Purdie het volgende geschreven: On Fri, 2012-03-30 at 13:43 -0700, Koen Kooi wrote: Op 29 mrt. 2012, om 15:07 heeft Richard Purdie het volgende geschreven: On Thu, 2012-03-29 at 00:51 +0800, Dexuan Cui wrote: Hi RP, Saul, Paul, Darren, Mark, Josh

Re: [OE-core] [RFC] One shared state reuse solution

2012-03-30 Thread Koen Kooi
Op 30 mrt. 2012, om 14:54 heeft Chris Larson het volgende geschreven: Greetings, Over the past day, I've implemented a solution for the shared state reuse issues Mentor has seen with our poky-based product. This solution is similar in concept to what we had in our Mentor Embedded Linux 4

Re: [OE-core] [RFC] One shared state reuse solution

2012-03-30 Thread Koen Kooi
Op 30 mrt. 2012, om 16:23 heeft Chris Larson het volgende geschreven: On Fri, Mar 30, 2012 at 3:02 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 30 mrt. 2012, om 14:54 heeft Chris Larson het volgende geschreven: Greetings, Over the past day, I've implemented a solution

Re: [OE-core] [PATCH] gstreamer: Provide easy way to enable runtime debugging

2012-03-29 Thread Koen Kooi
Op 29 mrt. 2012, om 14:19 heeft Richard Purdie het volgende geschreven: On Thu, 2012-03-29 at 08:40 -0600, Gary Thomas wrote: The gstreamer framework has a very useful debugging setup which is essential for debugging pipelines and plugins. This patch makes it simple to enable this (disabled

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Koen Kooi
Op 27 mrt. 2012, om 05:20 heeft Robert P. J. Day het volgende geschreven: i'm currently poring over the OE docs (including the ones at the yocto site), and i'm trying to figure out how to simply add a package to an image through one's local.conf file. Why throught local.conf. Image

Re: [OE-core] [PATCH 1/2] gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/gdbm

2012-03-24 Thread Koen Kooi
Op 23 mrt. 2012, om 23:57 heeft Andrei Gherzan het volgende geschreven: ndbm.h is needed by python for dbm module. This is why -enable-libgdbm-compat was added to configure. The second change is because python is looking for the gdbm headers in include/gdbm. The easiest way to solve this

[OE-core] sstate reuse for -native, -cross across different host glibc version, how to make it work?

2012-03-23 Thread Koen Kooi
Hi, I turned on sstate mirroring for angstrom recently and I'm getting reports of build failures due to missing GLIBC_2.14 symbols: arm-angstrom-linux-gnueabi-gcc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by arm-angstrom-linux-gnueabi-gcc) The sstate tarballs

Re: [OE-core] [PATCH] kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries too

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 13:22 heeft Richard Purdie het volgende geschreven: On Fri, 2012-03-23 at 12:49 +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 11:39:53AM +, Richard Purdie wrote: On Fri, 2012-03-23 at 10:36 +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:16:33AM +,

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

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 15:33 heeft Paul Eggleton het volgende geschreven: On Thursday 22 March 2012 16:25:40 Koen Kooi wrote: When nothing has changed an empty commit prefixed with No changes will get generated So I guess what's missing from this commit message is an explanation of why you

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

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 16:24 heeft Paul Eggleton het volgende geschreven: On Friday 23 March 2012 15:46:23 Koen Kooi wrote: Op 23 mrt. 2012, om 15:33 heeft Paul Eggleton het volgende geschreven: On Thursday 22 March 2012 16:25:40 Koen Kooi wrote: When nothing has changed an empty commit

Re: [OE-core] Stabilisation Period Reminder

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 16:40 heeft Richard Purdie het volgende geschreven: If the schedules haven't been widely published I can safely say that they haven't been published to any OE lists. That's why I asked about it last week:

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

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 16:53 heeft Paul Eggleton het volgende geschreven: On Friday 23 March 2012 16:48:35 Koen Kooi wrote: I get that, but I'm having trouble coming up with something that isn't already covered but the record all builds statement :( I know what you mean, but I think that just

Re: [OE-core] [PATCH 2/4] module.bbclass: sync pkg_post{inst, rm} with kernel.bbclass

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 17:37 heeft Andreas Oberritter het volgende geschreven: * Run depmod when the rootfs gets generated. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/classes/module.bbclass |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git

Re: [OE-core] [PATCH 0/3] linux-libc-headers: 3.2 and linux-libc-headers-yocto movement

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 18:07 heeft Bruce Ashfield het volgende geschreven: Richard/Saul, As discussed on the mailing list here is a libc-headers series. I've kept it in three parts so you can pick what you want (except for the minor detail of needing to split patch 1/1 to keep 3.1 around

Re: [OE-core] [PATCH 2/4] module.bbclass: sync pkg_post{inst, rm} with kernel.bbclass

2012-03-23 Thread Koen Kooi
Op 23 mrt. 2012, om 18:58 heeft Andreas Oberritter het volgende geschreven: On 23.03.2012 18:20, Koen Kooi wrote: Op 23 mrt. 2012, om 17:37 heeft Andreas Oberritter het volgende geschreven: * Run depmod when the rootfs gets generated. Signed-off-by: Andreas Oberritter o

Re: [OE-core] [PATCH] giflib: Move to OE-Core

2012-03-22 Thread Koen Kooi
Op 22 mrt. 2012, om 09:48 heeft Samuel Stirtzel het volgende geschreven: 2012/3/21 Koen Kooi k...@dominion.thruhere.net: Op 21 mrt. 2012, om 20:42 heeft Saul Wold het volgende geschreven: On 03/21/2012 07:25 AM, Samuel Stirtzel wrote: * This move will allow the testing of meta-kde

Re: [OE-core] [RFC v2][PATCH 1/3] buildhistory: record all builds

2012-03-22 Thread Koen Kooi
Op 20 mrt. 2012, om 14:51 heeft Paul Eggleton het volgende geschreven: On Tuesday 20 March 2012 14:38:52 Koen Kooi wrote: Allow empty commits, this also give a nice speedup since 'git status --porcelain' doesn't need to get run. I guess my thinking before (without any verification

[OE-core] Syscall backporting and linux-libc-headers

2012-03-22 Thread Koen Kooi
Hi, In my never ending quest to get consolekit/polkit/etc working properly I've found that CONFIG_AUDITSYSCALL is really usefull (it's usefull in other contexts as well, but that's outside the oe-core set of recipes). It has the following problem: config AUDITSYSCALL bool Enable

Re: [OE-core] [RFC v2][PATCH 1/3] buildhistory: record all builds

2012-03-22 Thread Koen Kooi
Op 22 mrt. 2012, om 15:25 heeft Paul Eggleton het volgende geschreven: On Thursday 22 March 2012 11:35:30 Koen Kooi wrote: After a few more days of usage I'm going to create a follow-up patch that will do: 1) reinstate the global git status --porcelain and make a single, empty commit

Re: [OE-core] [PATCH] busybox: enable eject

2012-03-22 Thread Koen Kooi
Op 22 mrt. 2012, om 15:41 heeft Paul Eggleton het volgende geschreven: On Thursday 22 March 2012 12:10:27 Andreas Müller wrote: In xfce-environment ejecting USB-memory stick caused: Error starting job: Failed to execute child process eject (No such file or directory) Not to say we

Re: [OE-core] Syscall backporting and linux-libc-headers

2012-03-22 Thread Koen Kooi
Op 22 mrt. 2012, om 15:49 heeft Richard Purdie het volgende geschreven: On Thu, 2012-03-22 at 13:22 +0100, Koen Kooi wrote: In my never ending quest to get consolekit/polkit/etc working properly I've found that CONFIG_AUDITSYSCALL is really usefull (it's usefull in other contexts as well

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

2012-03-22 Thread Koen Kooi
When nothing has changed an empty commit prefixed with No changes will get generated Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/buildhistory.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/buildhistory.bbclass b/meta

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

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

[OE-core] [PATCHv3 3/3] buildhistory: make seperate commits for every changed top level entry in the buildhistory dir

2012-03-22 Thread Koen Kooi
This seperates out image changes from package changes making the image diffs a lot easier to read. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/buildhistory.bbclass |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/classes

Re: [OE-core] [PATCH] gtk-icon-cache.bbclass: Fix multiple rebuilds of the icon cache on first boot

2012-03-22 Thread Koen Kooi
Op 22 mrt. 2012, om 20:15 heeft Andreas Müller het volgende geschreven: * Before this patch every inheritance of this class rebuilt the full icon cache at the first boot. * With this patch the icon cache will only be build once at the first boot and on pkg installations that require it. *

Re: [OE-core] [PATCH] gtk-icon-cache.bbclass: Fix multiple rebuilds of the icon cache on first boot

2012-03-22 Thread Koen Kooi
Op 22 mrt. 2012, om 20:51 heeft Andreas Müller het volgende geschreven: On Thu, Mar 22, 2012 at 8:34 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 22 mrt. 2012, om 20:15 heeft Andreas Müller het volgende geschreven: * Before this patch every inheritance of this class rebuilt the full

Re: [OE-core] [PATCH] giflib: Move to OE-Core

2012-03-21 Thread Koen Kooi
Op 21 mrt. 2012, om 20:42 heeft Saul Wold het volgende geschreven: On 03/21/2012 07:25 AM, Samuel Stirtzel wrote: * This move will allow the testing of meta-kde for users without meta-openembedded. So what other layers are using giflib? Your suggesting that we need to have it in

Re: [OE-core] [PATCH 2/7] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 06:50 heeft Xiaofeng Yan het volgende geschreven: On 2012年03月20日 05:04, Saul Wold wrote: On 03/15/2012 11:23 PM, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com Why do you rebuild the tarball here are rename it instead of just copying the original

[OE-core] [PATCH 2/3] buildhistory: make seperate commits for every entry in the buildhistory dir

2012-03-20 Thread Koen Kooi
This seperates out image changes from package changes making the image diffs a lot easier to read. The downside of this is 3 commits for each and every build. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/buildhistory.bbclass |4 +++- 1 files changed, 3 insertions

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

2012-03-20 Thread Koen Kooi
There are various conditions that lead to duplicate entries in the dot graph which need to get fixed, but this patch is a catchall. Another benefit is that the sort order is now know, leading to less spurious diffs in buildhistory commits. Signed-off-by: Koen Kooi k...@dominion.thruhere.net

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

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 12:48 heeft Paul Eggleton het volgende geschreven: On Tuesday 20 March 2012 12:00:55 Koen Kooi wrote: There are various conditions that lead to duplicate entries in the dot graph which need to get fixed, but this patch is a catchall. Dependencies and recommends

Re: [OE-core] Why qemu-config RDPENDS on distcc ?

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 13:05 heeft Robert Yang het volgende geschreven: On 03/20/2012 05:43 PM, Paul Eggleton wrote: On Tuesday 20 March 2012 16:42:41 Robert Yang wrote: I'm just curious that qemu-config RDPENDS on distcc: meta/recipes-bsp/qemu-config/qemu-config.bb:RDEPENDS_${PN} = distcc

[OE-core] [RFC v2][PATCH 1/3] buildhistory: record all builds

2012-03-20 Thread Koen Kooi
Allow empty commits, this also give a nice speedup since 'git status --porcelain' doesn't need to get run. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/buildhistory.bbclass | 17 +++-- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/meta

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

2012-03-20 Thread Koen Kooi
to less spurious diffs in buildhistory commits. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- Changes since v1: remove sort | uniq in the for loop, that only works with RPM meta/classes/buildhistory.bbclass | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff

[OE-core] [RFC v2][PATCH 2/3] buildhistory: make seperate commits for every entry in the buildhistory dir

2012-03-20 Thread Koen Kooi
This seperates out image changes from package changes making the image diffs a lot easier to read. The downside of this is 3 commits for each and every build. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/buildhistory.bbclass |4 +++- 1 files changed, 3 insertions

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

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 14:14 heeft Paul Eggleton het volgende geschreven: On Tuesday 20 March 2012 13:11:38 Koen Kooi wrote: I think I know why [2] doesn't work: koen@dominion:/data/ssd/OE/buildhistory$ echo b c a | sort b c a koen@dominion:/data/ssd/OE/buildhistory$ echo -e b\\nc\\na | sort

Re: [OE-core] [RFC v2][PATCH 1/3] buildhistory: record all builds

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 14:51 heeft Paul Eggleton het volgende geschreven: On Tuesday 20 March 2012 14:38:52 Koen Kooi wrote: Allow empty commits, this also give a nice speedup since 'git status --porcelain' doesn't need to get run. I guess my thinking before (without any verification

Re: [OE-core] [PATCH] Add pigz as gzip-native alternative.

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 15:12 heeft Björn Stenberg het volgende geschreven: Koen Kooi wrote: My intention with the patch was to provide a native-only recipe for pigz, to improve distro build speed. But it went in as a regular recipe and hence needs to play well with others. I thought I made

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 16:01 heeft Darren Hart het volgende geschreven: On 03/19/2012 05:22 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Replace dependency on eglibc with virtual/libc Pass LDFLAGS to TARGET_CC_ARCH, instead of CFLAGS as Makefile overrides it

Re: [OE-core] [PATCH] ui/knotty: Add a footer to the build output for interactive terminals

2012-03-19 Thread Koen Kooi
Op 15 mrt. 2012, om 23:56 heeft Richard Purdie het volgende geschreven: I've sent this before, this is an updated version with several bugfixes and improvements. Its a major change but one I think people will like overall as I hear a lot of complaints about the verbose console messages. v0

Re: [OE-core] [PATCH] libc-common: Apply Debian-naming to libc debug symbols too

2012-03-19 Thread Koen Kooi
@@ -27,4 +27,5 @@ python populate_packages_prepend () { bpn = d.getVar('BPN', True) d.setVar('PKG_'+bpn, 'libc6') d.setVar('PKG_'+bpn+'-dev', 'libc6-dev') + d.setVar('PKG_'+bpn+'-dbg', 'libc6-dbg') } On Fri, Mar 16, 2012 at 08:39:00PM +0100, Koen

Re: [OE-core] Patch Merging Status

2012-03-19 Thread Koen Kooi
Op 19 mrt. 2012, om 14:49 heeft Richard Purdie het volgende geschreven: I'm faced with a bit of a dilemma with the number of queued changes. I'm not very happy with as many updates right on the release freeze deadline and I know this is causing problems for downstream trees like meta-oe too.

Re: [OE-core] [PATCH] Add pigz as gzip-native alternative.

2012-03-19 Thread Koen Kooi
Op 15 mrt. 2012, om 09:25 heeft Björn Stenberg het volgende geschreven: +++ b/meta/recipes-extended/pigz/pigz.inc @@ -0,0 +1,21 @@ +SUMMARY = A parallel implementation of gzip +DESCRIPTION = pigz, which stands for parallel implementation of gzip, is a \ +fully functional replacement for

Re: [OE-core] [PATCH] Add pigz as gzip-native alternative.

2012-03-19 Thread Koen Kooi
Op 19 mrt. 2012, om 16:58 heeft Björn Stenberg het volgende geschreven: Koen Kooi wrote: Op 15 mrt. 2012, om 09:25 heeft Björn Stenberg het volgende geschreven: +PROVIDES_virtclass-native += gzip-native This is either missing update-alternatives entries or it is missing RREPLACES

Re: [OE-core] [PATCH 1/1] self-hosted-image: pre-populate the builder user with poky source

2012-03-18 Thread Koen Kooi
Op 18 mrt. 2012, om 06:41 heeft Dexuan Cui het volgende geschreven: [YOCTO #2065] What does that mean? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 1/1] self-hosted-image: pre-populate the builder user with poky source

2012-03-18 Thread Koen Kooi
Op 18 mrt. 2012, om 10:52 heeft Cui, Dexuan het volgende geschreven: Koen Kooi wrote on 2012-03-18: Op 18 mrt. 2012, om 06:41 heeft Dexuan Cui het volgende geschreven: [YOCTO #2065] What does that mean? Sorry, I should have made it more clear. :-) It means bug 2065 is addressed

Re: [OE-core] [PATCH 00/60] Package Upgrade

2012-03-16 Thread Koen Kooi
Op 16 mrt. 2012, om 01:52 heeft Shane Wang het volgende geschreven: Upgrade recipes for M4. Please review. Judging from experience these mass upgrades always have one or two recipes that break horribly, so: 1) does the buildhistory output show any unexpected changes? 2) did you test upgrade

Re: [OE-core] [PATCH 00/60] Package Upgrade

2012-03-16 Thread Koen Kooi
Koen Kooi wrote on 2012-03-16: Op 16 mrt. 2012, om 01:52 heeft Shane Wang het volgende geschreven: Upgrade recipes for M4. Please review. Judging from experience these mass upgrades always have one or two recipes that break horribly, so: 1) does the buildhistory output show any unexpected

Re: [OE-core] [PATCH 00/60] Package Upgrade

2012-03-16 Thread Koen Kooi
Op 16 mrt. 2012, om 14:47 heeft Otavio Salvador het volgende geschreven: On Fri, Mar 16, 2012 at 10:45, Wang, Shane shane.w...@intel.com wrote: I built those recipes separately, built core-image-sato on qemux86 and qemuarm, and launched the image in the emulator and ran some applications.

Re: [OE-core] [PATCH] foomatic-filters: Ensure cups and ppr files are packaged

2012-03-16 Thread Koen Kooi
Missing PR bump? Op 16 mrt. 2012 om 16:21 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb

Re: [OE-core] [PATCH] libc-common: Apply Debian-naming to libc debug symbols too

2012-03-16 Thread Koen Kooi
Op 16 mrt. 2012, om 17:32 heeft Mike Crowe het volgende geschreven: The magic in rootfs_ipk.bbclass expects to generate debug package names by just appending '-dbg'. This breaks for eglibc because whilst the binary package has been renamed to libc6 the debug package is still called libc-dbg.

Re: [OE-core] [PATCH 6/6] qt4: add RPROVIDES/RREPLACES for qmake2 recipe

2012-03-16 Thread Koen Kooi
and RPROVIDES to make it easy to install. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com Acked-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-qt/qt4/qt4-embedded.inc |2 +- meta/recipes-qt/qt4/qt4-x11-free.inc |2 +- meta/recipes-qt/qt4/qt4.inc |3

Re: [OE-core] [PATCH 1/1] ncurses: fix packaging of moved libraries

2012-03-14 Thread Koen Kooi
Op 14 mrt. 2012, om 17:36 heeft Scott Garman het volgende geschreven: The recent move of some of the ncurses libraries to base_libdir does not work with our automatic library packaging, so this explicity creates packages for libncurses, libncursesw, and libtinfo. Signed-off-by: Scott

Re: [OE-core] [PATCH 0/3] ncurses library location fix

2012-03-13 Thread Koen Kooi
Op 13 mrt. 2012, om 03:08 heeft Scott Garman het volgende geschreven: Hello, This pull request improves the way ncurses libraries are installed, moving only libncurses, libncursesw, and libtinfo soname libs into base_libdir, and leaving everything else in libdir. This is how ncurses is

Re: [OE-core] Consistency and use cases for IMAGE_FSTYPES

2012-03-09 Thread Koen Kooi
Op 9 mrt. 2012, om 22:39 heeft Tom Rini het volgende geschreven: Hey all, Over in meta-ti I kicked off a discussion (https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000779.html) about if we should be using '?=' or '+=' with IMAGE_FSTYPES in the machine conf files. This has

[OE-core] [PATCH] xz: split out liblzma as seperate packages

2012-03-06 Thread Koen Kooi
As usual, this creates problems for upgrade paths, but splitting out the lib is worth the short term hassle Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/xz/xz_5.0.3.bb |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/meta/recipes

[OE-core] [RFC] updating xz to 5.1.1alpha or git master

2012-03-06 Thread Koen Kooi
Hi, Latetely I've been trying to optimize the time it takes to rebuild the beaglebone factory image, which is delivered as a 4GiB SD card image people can dd to their SD cards. I tried and failed to replace genext2fs with mkfs.ext4 since uboot can only read from a ext2 - tune2fs - ext4

Re: [OE-core] [PATCH] xz: split out liblzma as seperate packages

2012-03-06 Thread Koen Kooi
Op 6 mrt. 2012, om 13:08 heeft Paul Menzel het volgende geschreven: Dear Koen, Am Dienstag, den 06.03.2012, 13:03 +0100 schrieb Koen Kooi: sep*a*rate in the commit summary. As usual, this creates problems for upgrade paths, but splitting out the lib is worth the short term hassle

Re: [OE-core] [PATCH] bluez4: add dependency on libcheck to enable test modules

2012-03-06 Thread Koen Kooi
Op 6 mrt. 2012 om 20:02 heeft Chase Maupin chase.mau...@ti.com het volgende geschreven: * The later versions of bluez such as 4.98 require libcheck in order to build the test packages as enabled by the --enable-test option passed in EXTRA_OECONF. * Failure to have the libcheck package

Re: [OE-core] [CONSOLIDATED PULL 17/20] xz: split out liblzma as seperate packages

2012-03-06 Thread Koen Kooi
Op 6 mrt. 2012, om 22:01 heeft Andreas Oberritter het volgende geschreven: On 06.03.2012 18:03, Saul Wold wrote: From: Koen Kooi k...@dominion.thruhere.net As usual, this creates problems for upgrade paths, but splitting out the lib is worth the short term hassle Sorry, if I'm missing

Re: [OE-core] [RFC] keymaps and kernel version

2012-03-05 Thread Koen Kooi
Op 5 mrt. 2012, om 14:12 heeft Andrea Adami het volgende geschreven: On Sun, Mar 4, 2012 at 12:40 AM, Andrea Adami andrea.ad...@gmail.com wrote: Hi, while testing some new kernels I found out a broken keymap. After short research I could identify the cause in

Re: [OE-core] [PATCH v2 1/4] polkit 0.104: convert pam code to PACKAGECONFIG and adhere to OE recipe styleguide

2012-03-05 Thread Koen Kooi
Op 5 mrt. 2012, om 22:14 heeft Richard Purdie het volgende geschreven: On Mon, 2012-03-05 at 08:38 +0100, Koen Kooi wrote: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/polkit/polkit_0.104.bb | 25 +++-- 1 files changed, 15 insertions

Re: [OE-core] [PATCH v2 1/4] polkit 0.104: convert pam code to PACKAGECONFIG and adhere to OE recipe styleguide

2012-03-05 Thread Koen Kooi
Op 5 mrt. 2012, om 22:16 heeft Koen Kooi het volgende geschreven: Op 5 mrt. 2012, om 22:14 heeft Richard Purdie het volgende geschreven: On Mon, 2012-03-05 at 08:38 +0100, Koen Kooi wrote: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/polkit/polkit_0.104

Re: [OE-core] [PATCH v2 1/4] polkit 0.104: convert pam code to PACKAGECONFIG and adhere to OE recipe styleguide

2012-03-05 Thread Koen Kooi
Op 5 mrt. 2012, om 22:14 heeft Richard Purdie het volgende geschreven: On Mon, 2012-03-05 at 08:38 +0100, Koen Kooi wrote: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/polkit/polkit_0.104.bb | 25 +++-- 1 files changed, 15 insertions

[OE-core] [PATCH 3/3] gtk+ 2.24.8: bump PR to force rebuild and feed update

2012-03-04 Thread Koen Kooi
This should errors similar to this one: /usr/libexec/gdm-simple-greeter: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: _XGetRequest Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-gnome/gtk+/gtk+_2.24.8.bb |2 +- 1 files changed, 1 insertions

[OE-core] [PATCH 1/3] polkit 0.104: convert pam code to PACKAGECONFIG and adhere to OE recipe styleguide

2012-03-04 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/polkit/polkit_0.104.bb | 25 +++-- 1 files changed, 15 insertions(+), 10 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb

[OE-core] [PATCH 2/3] polkit 0.104: add 2 backports from upstream to fix crashes during auth

2012-03-04 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/polkit/polkit_0.104.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb index 5dc82c5..dfbd300

[OE-core] [PATCH] libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge

2012-03-04 Thread Koen Kooi
This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3 Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-graphics/xorg-lib/libx11.inc |2 ++ meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH] libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge

2012-03-04 Thread Koen Kooi
Op 4 mrt. 2012, om 15:50 heeft Koen Kooi het volgende geschreven: This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3 Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-graphics/xorg-lib/libx11.inc |2 ++ meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb

[OE-core] [PATCH v2 1/4] polkit 0.104: convert pam code to PACKAGECONFIG and adhere to OE recipe styleguide

2012-03-04 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/polkit/polkit_0.104.bb | 25 +++-- 1 files changed, 15 insertions(+), 10 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb

[OE-core] [PATCH v2 2/4] polkit 0.104: add 2 backports from upstream to fix crashes during auth

2012-03-04 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...ession-Set-error-if-we-cannot-find-a-sess.patch | 70 ...ession-Actually-return-TRUE-if-a-session-.patch | 46 + meta/recipes-extended/polkit/polkit_0.104.bb |4 +- 3 files changed, 119

[OE-core] [PATCH v2 3/4] gtk+ 2.24.8: bump PR to force rebuild and feed update

2012-03-04 Thread Koen Kooi
This should errors similar to this one: /usr/libexec/gdm-simple-greeter: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: _XGetRequest Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-gnome/gtk+/gtk+_2.24.8.bb |2 +- 1 files changed, 1 insertions

[OE-core] [PATCH v2 4/4] libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge

2012-03-04 Thread Koen Kooi
This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3 Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-graphics/xorg-lib/libx11.inc |2 ++ meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH 1/1] Fix libpam's chmod

2012-03-02 Thread Koen Kooi
Op 2 mrt. 2012, om 08:02 heeft Robert Yang het volgende geschreven: The libpam's has an error when generating the rootfs: chmod: cannot access `/usr/sbin/unix_chkpwd': No such file or directory This is because the following code in libpam_1.1.5.bb: pkg_postinst_pam-plugin-unix () {

Re: [OE-core] [PATCH 1/1] Fix libpam's chmod

2012-03-02 Thread Koen Kooi
Op 2 mrt. 2012, om 11:15 heeft Robert Yang het volgende geschreven: On 03/02/2012 04:42 PM, Koen Kooi wrote: Op 2 mrt. 2012, om 08:02 heeft Robert Yang het volgende geschreven: The libpam's has an error when generating the rootfs: chmod: cannot access `/usr/sbin/unix_chkpwd

Re: [OE-core] [PATCH] base.bbclass: If unpacking again, wipe out ${S}/patches

2012-03-02 Thread Koen Kooi
Op 2 mrt. 2012, om 13:10 heeft Richard Purdie het volgende geschreven: If we unpack again, its assumed the data in any patches directory is invalid since do_patch will run again. This ensures old patch data doesn't get reused in a confused way. Ideally we should probably wipe out ${S} here

Re: [OE-core] [PATCH 1/1] V2 Fix libpam's chmod

2012-03-02 Thread Koen Kooi
Op 2 mrt. 2012, om 14:26 heeft Richard Purdie het volgende geschreven: On Fri, 2012-03-02 at 18:34 +0800, Robert Yang wrote: The libpam's has an error when generating the rootfs: chmod: cannot access `/usr/sbin/unix_chkpwd': No such file or directory This is because the following code in

Re: [OE-core] [PATCH 1/1] V2 Fix libpam's chmod

2012-03-02 Thread Koen Kooi
Op 2 mrt. 2012, om 14:39 heeft Richard Purdie het volgende geschreven: On Fri, 2012-03-02 at 14:31 +0100, Koen Kooi wrote: Op 2 mrt. 2012, om 14:26 heeft Richard Purdie het volgende geschreven: On Fri, 2012-03-02 at 18:34 +0800, Robert Yang wrote: The libpam's has an error when generating

Re: [OE-core] [PATCH 5/7] pixman: updat to 0.24.4

2012-03-01 Thread Koen Kooi
Op 1 mrt. 2012, om 08:26 heeft Saul Wold het volgende geschreven: Signed-off-by: Saul Wold s...@linux.intel.com --- .../{pixman_0.24.2.bb = pixman_0.24.4.bb} |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-graphics/xorg-lib/{pixman_0.24.2.bb =

Re: [OE-core] [PATCH 1/4] self-hosted: Fix multiple libx11 error

2012-03-01 Thread Koen Kooi
Op 1 mrt. 2012, om 08:46 heeft Saul Wold het volgende geschreven: From: Zhai Edwin edwin.z...@intel.com Self-hosted needs package libx11-dev, which is ambiguous as virtual/libx11 is provided by libx11 or libx11-trim. This patch explictly set the perferred one, libx11-trim-dev, to avoid

Re: [OE-core] [PATCH 4/4] self-hosted-image: Create a VMDK image with correct SYSLINUX_* settings

2012-03-01 Thread Koen Kooi
Op 1 mrt. 2012, om 08:46 heeft Saul Wold het volgende geschreven: Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/images/self-hosted-image.bb | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH] libx11-trim/diet: Add RPROVIDES for libx11-dev

2012-03-01 Thread Koen Kooi
Op 1 mrt. 2012, om 12:55 heeft Richard Purdie het volgende geschreven: We have things that depend on libx11-dev, this patch ensures the -trim and -diet versions provide it. This resolves some multiple providers warnings. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

Re: [OE-core] [PATCH] libx11-trim/diet: Add RPROVIDES for libx11-dev

2012-03-01 Thread Koen Kooi
Op 1 mrt. 2012, om 13:50 heeft Richard Purdie het volgende geschreven: On Thu, 2012-03-01 at 13:11 +0100, Koen Kooi wrote: Op 1 mrt. 2012, om 12:55 heeft Richard Purdie het volgende geschreven: We have things that depend on libx11-dev, this patch ensures the -trim and -diet versions

Re: [OE-core] multiple kernel builds

2012-03-01 Thread Koen Kooi
Op 1 mrt. 2012, om 13:50 heeft Sergey Lapin het volgende geschreven: Hi, all! How could I achieve multiple kernel packages builds in single build? I need multiple kernel configurations for single hardware (which will live in single build and booted on request). So I need to put 2

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-03-01 Thread Koen Kooi
Op 1 mrt. 2012, om 14:24 heeft Samuel Stirtzel het volgende geschreven: Just to let you know that I'm still working on this. The git repository (at [1]) shows what was currently done, since kdelibs builds now it could be possible to port other programs that depend on it. The good and

Re: [OE-core] [PATCH] tcl 8.5.11: fix packaging

2012-02-28 Thread Koen Kooi
Op 28 feb. 2012, om 14:22 heeft Richard Purdie het volgende geschreven: On Tue, 2012-02-28 at 08:58 +0100, Koen Kooi wrote: Include /usr/lib/tcl8 for the msgcat and test module, force dependency on tcl-lib since shlibs isn't picking it up. Signed-off-by: Koen Kooi k

[OE-core] [PATCH v2] tcl 8.5.11: fix packaging

2012-02-28 Thread Koen Kooi
Include /usr/lib/tcl8 for the msgcat and test module, force dependency on tcl-lib since shlibs isn't picking it up. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- Changes from v1: ${PN}-lib - tcl-lib meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 11 +++ 1 files changed, 7

[OE-core] [PATCH] bootimg bbclass: quoting fixes

2012-02-28 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/bootimg.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 1d1a3d0..c4a4c2a 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta

Re: [OE-core] Including the kernel in the image

2012-02-28 Thread Koen Kooi
Op 28 feb. 2012, om 16:48 heeft Paul Eggleton het volgende geschreven: Hi all, For some boot configurations (e.g. kexecboot) having the kernel binary in the image is required. In OE Classic, task-boot used to always include the kernel binary in the image (via RRECOMMENDS, so it could be

Re: [OE-core] [PATCH] bootimg bbclass: quoting fixes

2012-02-28 Thread Koen Kooi
Op 28 feb. 2012, om 17:48 heeft Saul Wold het volgende geschreven: On 02/28/2012 07:50 AM, Koen Kooi wrote: Signed-off-by: Koen Kooik...@dominion.thruhere.net --- meta/classes/bootimg.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-28 Thread Koen Kooi
Op 27 feb. 2012, om 13:43 heeft Richard Purdie het volgende geschreven: The current approach of adding each different compressed image type doesn't scale. This patch changes the code so compressed images for each form are automatically available using the form type.compression type in

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Koen Kooi
Op 27 feb. 2012, om 11:33 heeft Martin Jansa het volgende geschreven: On Wed, Feb 22, 2012 at 10:13:09PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: c3d5800d2850a186f91b5a0db642aa5d1c20156b URL:

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Koen Kooi
Op 27 feb. 2012, om 13:13 heeft Richard Purdie het volgende geschreven: On Mon, 2012-02-27 at 12:31 +0100, Koen Kooi wrote: Op 27 feb. 2012, om 11:33 heeft Martin Jansa het volgende geschreven: On Wed, Feb 22, 2012 at 10:13:09PM +, g...@git.openembedded.org wrote: Module: openembedded

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-27 Thread Koen Kooi
Op 27 feb. 2012, om 13:43 heeft Richard Purdie het volgende geschreven: The current approach of adding each different compressed image type doesn't scale. This patch changes the code so compressed images for each form are automatically available using the form type.compression type in

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Koen Kooi
Op 27 feb. 2012, om 14:31 heeft Otavio Salvador het volgende geschreven: On Mon, Feb 27, 2012 at 10:26, Koen Kooi k...@dominion.thruhere.net wrote: 1) a package with /etc/rpc, /etc/hosts, /etc/protocols and /etc/services 2) a package with /etc/network/interfaces 3) a package

[OE-core] [PATCH] tcl 8.5.11: fix packaging

2012-02-27 Thread Koen Kooi
Include /usr/lib/tcl8 for the msgcat and test module, force dependency on tcl-lib since shlibs isn't picking it up. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-devtools/tcltk/tcl_8.5.11.bb |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH] bzip2: split into binary and library packages

2012-02-26 Thread Koen Kooi
Op 26 feb. 2012, om 18:27 heeft Andreas Oberritter het volgende geschreven: On 25.02.2012 10:02, Koen Kooi wrote: Op 25 feb. 2012, om 02:19 heeft Andreas Oberritter het volgende geschreven: * Create libbz2 (and -dev, -staticdev), which can be installed without the bzip2 executables

Re: [OE-core] [PATCH 1/4] qt4: fix compile error in Qt 4.8.0 with gcc 4.6

2012-02-26 Thread Koen Kooi
Op 26 feb. 2012, om 23:59 heeft Paul Eggleton het volgende geschreven: On Sunday 26 February 2012 23:55:25 Koen Kooi wrote: +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com Can I bribe you to make those proper git patches

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