[OE-core] [PATCH] at: atd remove useless --make-pidfile option.

2012-09-26 Thread Xin Ouyang
For start-stop-daemon, --make-pidfile is used when starting a program that does not create its own pid file. atd would create its own /var/run/atd.pid, so remove this option. Signed-off-by: Xin Ouyang xin.ouy...@windriver.com --- meta/recipes-extended/at/at_3.1.13.bb |2 +-

Re: [OE-core] [RFC 0/7] Postinstall improvements

2012-09-26 Thread Laurentiu Palcu
On 09/20/2012 07:12 PM, Andreas Müller wrote: On Thu, Sep 20, 2012 at 5:38 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Wed, Sep 19, 2012 at 5:33 PM, Laurentiu Palcu laurentiu.pa...@intel.com wrote: On 09/19/2012 04:41 PM, Andreas Müller wrote: On Wed, Sep 19, 2012 at 1:49

[OE-core] [oe-core] ysvinit-inittab: fix hang issue of series consoles check

2012-09-26 Thread b19537
From: Zhenhua Luo b19...@freescale.com the kernel boot process hangs when /proc/consoles doesn't exists, check the existence of /proc/consoles before executing pkg_postinst script. Following is the log when /proc/consoles doesn't exist: Running postinst

Re: [OE-core] [RFC 0/7] Postinstall improvements

2012-09-26 Thread Andreas Müller
On Wed, Sep 26, 2012 at 9:09 AM, Laurentiu Palcu laurentiu.pa...@intel.com wrote: On 09/20/2012 07:12 PM, Andreas Müller wrote: On Thu, Sep 20, 2012 at 5:38 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Wed, Sep 19, 2012 at 5:33 PM, Laurentiu Palcu laurentiu.pa...@intel.com

[OE-core] [PATCH] *** bblayers.conf should be updated automatically

2012-09-26 Thread Constantin Musca
To keep things simple for this release, Paul proposed to put the bblayers.conf merging code in sanity.bbclass. After upgrading bblayers.conf we tell the user to re-run. It would be better if we could re-read the configuration but that is something we can address in 1.4. Every layer should make

[OE-core] [PATCH] sanity.bbclass: bblayers.conf should be updated automatically

2012-09-26 Thread Constantin Musca
From: Constantin Musca constantin.mu...@gmail.com - add check_bblayers_conf bitbake function which does the bblayers.conf v4 - v5 update if necessary (every layer should make its specific bblayers.conf upgrades appending to the check_bblayers_conf function) - we ask the user to re-run bitbake

Re: [OE-core] [PATCH] cmake.bbclass: modify construction of compiler flags

2012-09-26 Thread Richard Purdie
On Tue, 2012-09-25 at 14:37 -0700, Joe Slater wrote: Use CFLAGS instead of CPPFLAGS for C_FLAGS variants. Also remove duplicate flags from _RELEASE variants. Signed-off-by: Joe Slater jsla...@windriver.com *** Note - this can break things that have never really ***been compiled

Re: [OE-core] [PATCH] util-linux: Remove static libraries from -dev packages

2012-09-26 Thread Richard Purdie
On Tue, 2012-09-25 at 18:11 -0400, Colin Walters wrote: On Tue, 2012-09-25 at 23:00 +0100, Phil Blundell wrote: That'd be inconsistent with other packages, since we do generally build and ship the static libraries. Having a big switch to turn off static libraries globally seems like a

[OE-core] [PATCH 0/1] rootfs_rpm.bbclass: maybe no rpm postinst script

2012-09-26 Thread Robert Yang
The following changes since commit b1f37e51e40774418a1b4c6e3df78df6ac6ee938: package_rpm.bbclass: no initial_solution in the second build (2012-09-26 10:15:20 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/rpm_head

[OE-core] [PATCH 1/1] rootfs_rpm.bbclass: maybe no rpm postinst script

2012-09-26 Thread Robert Yang
There maybe no rpm postinst script (e.g., core-image-minimal), then the * is not expanded, and there would be error: head: cannot open `rpm-postinsts/*' for reading: No such file or directory Check whether it exists or not will fix the problem. [YOCTO #3172] Signed-off-by: Robert Yang

Re: [OE-core] [PATCH] util-linux: Remove static libraries from -dev packages

2012-09-26 Thread Phil Blundell
On Wed, 2012-09-26 at 09:49 +0100, Richard Purdie wrote: On Tue, 2012-09-25 at 18:11 -0400, Colin Walters wrote: On Tue, 2012-09-25 at 23:00 +0100, Phil Blundell wrote: That'd be inconsistent with other packages, since we do generally build and ship the static libraries. Having a big

Re: [OE-core] [PATCH 2/2] libx11: fix nativesdk build on older distros

2012-09-26 Thread Burton, Ross
On 26 September 2012 00:11, Daniel Stone dan...@fooishbar.org wrote: The best fix is to just #define _GNU_SOURCE at the top of makekeys then, and push that upstream (mail patch to xorg-de...@lists.x.org). Actually, it isn't, as that breaks non-glibc badly. glibc takes _GNU_SOURCE to mean

[OE-core] [PATCH] gcc-configure-cross: factor out --enable-threads argument into ${GCCTHREADS}

2012-09-26 Thread Phil Blundell
This allows BSPs for architectures with no thread support to set (for example) GCCTHREADS=no without having to override all the other configure parameters. Signed-off-by: Phil Blundell p...@pbcl.net --- meta/recipes-devtools/gcc/gcc-configure-common.inc |3 ++- 1 file changed, 2

Re: [OE-core] [PATCH] gcc-configure-cross: factor out --enable-threads argument into ${GCCTHREADS}

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 10:45:18AM +0100, Phil Blundell wrote: This allows BSPs for architectures with no thread support to set (for example) GCCTHREADS=no without having to override all the other configure parameters. Signed-off-by: Phil Blundell p...@pbcl.net ---

Re: [OE-core] [PATCH] gcc-configure-cross: factor out --enable-threads argument into ${GCCTHREADS}

2012-09-26 Thread Phil Blundell
On Wed, 2012-09-26 at 11:54 +0200, Martin Jansa wrote: On Wed, Sep 26, 2012 at 10:45:18AM +0100, Phil Blundell wrote: diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index 908ad3e..504bfaa 100644 ---

Re: [OE-core] [PATCH] gcc-configure-cross: factor out --enable-threads argument into ${GCCTHREADS}

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 10:57:41AM +0100, Phil Blundell wrote: On Wed, 2012-09-26 at 11:54 +0200, Martin Jansa wrote: On Wed, Sep 26, 2012 at 10:45:18AM +0100, Phil Blundell wrote: diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc

[OE-core] [PATCH] strace: Don't package strace-graph

2012-09-26 Thread Phil Blundell
Commit 9c9ea24b115a9bb87df1323b5f185ce426262aec made strace depend on perl because the strace-graph script needs it. However, this cost of the dependency is large (building all of perl) and the value of the script is marginal. Let's just delete the script instead and remove the dependency

Re: [OE-core] [PATCH] gcc-configure-cross: factor out --enable-threads argument into ${GCCTHREADS}

2012-09-26 Thread Phil Blundell
On Wed, 2012-09-26 at 12:01 +0200, Martin Jansa wrote: Sorry I haven't noticed that it's the same value as before. But if it causes different sstate checksum than PR bump would be nice to get new builddir (well maybe not needed after f15f61af77cc4e52a037f509f8e49e1ea530cf35). OK. In

[OE-core] [RFC PATCH] gettext: Remove spurious-looking dependencies on libxml2-native

2012-09-26 Thread Phil Blundell
These were added in aae5021101224344a2b1a3af5becf74291fbbfe5, ostensibly to resolve some sort of host contamination issue. However, that commit contains no information about what contamination was being observed or how the dependencies help. gettext-native is being configured

Re: [OE-core] [PATCH] gcc-configure-cross: factor out --enable-threads argument into ${GCCTHREADS}

2012-09-26 Thread Henning Heinold
On Wed, Sep 26, 2012 at 10:45:18AM +0100, Phil Blundell wrote: This allows BSPs for architectures with no thread support to set (for example) GCCTHREADS=no without having to override all the other configure parameters. Signed-off-by: Phil Blundell p...@pbcl.net ---

Re: [OE-core] [PATCH] gcc-configure-cross: factor out --enable-threads argument into ${GCCTHREADS}

2012-09-26 Thread Phil Blundell
On Wed, 2012-09-26 at 12:46 +0200, Henning Heinold wrote: should that not be GCCTHREADS ?= otherwise I do not see how it could be overwritten from outside. Well, a .bbappend can do it (since EXTRA_OECONF isn't assigned :=) or you can use an override GCCTHREADS_pn-gcc-cross = no for example.

[OE-core] [PATCH] gstreamer: make pulseaudio support dependent on DISTRO_FEATURES

2012-09-26 Thread Paul Eggleton
This should be no change to the previous situation unless you explicitly have pulseaudio in DISTRO_FEATURES_BACKFILL_CONSIDERED (currently). Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../gstreamer/gst-plugins-good_0.10.31.bb |9 ++--- 1 file changed, 6

Re: [OE-core] [PATCH] gstreamer: make pulseaudio support dependent on DISTRO_FEATURES

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 12:34:05PM +0100, Paul Eggleton wrote: This should be no change to the previous situation unless you explicitly have pulseaudio in DISTRO_FEATURES_BACKFILL_CONSIDERED (currently). Why not use PACKAGECONFIG for this? Cheers, Signed-off-by: Paul Eggleton

[OE-core] sstate: Fix SSTATE_DUPWHITELIST variable usage

2012-09-26 Thread Richard Purdie
We need to split this variable before using it. Otherwise a single / character in the list whitelists every overlapping sysroot file which was not the intention making the whole thing useless. We'll start seeing warnings about overlapping files now this is working correctly after this patch.

[OE-core] packagedata/multilib: Fix search patch for multilib builds

2012-09-26 Thread Richard Purdie
The current multilib search path code for packagedata is flawed since it doesn't correctly handle changes in the TARGET_VENDOR/TARGET_OS that multilib may make. This patch enhances the code to correctly build the search paths so multilib packagedata is found correctly. Signed-off-by: Richard

[OE-core] [PATCH] package_ipk: Remove spurious '-i' in grep command for log_check

2012-09-26 Thread Phil Blundell
ipk_log_check uses a case-sensitive grep (which is correct) when deciding whether there were any errors or not. But if it decides that there were, it then uses a case-insensitive grep to display them. This results in a large amount of irrelevant and confusing output which makes it hard to see

[OE-core] [PATCH] kernel.bbclass, module.bbclass: Make update-modules optional

2012-09-26 Thread Phil Blundell
The update-modules mechanism is something of a historical relic and it isn't entirely clear that it has a great deal of value nowadays. Also, it causes a problem when building a read-only rootfs since update-modules itself refuses to configure offline. Allow DISTROs to circumvent this whole

Re: [OE-core] [PATCH] kernel.bbclass, module.bbclass: Make update-modules optional

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 01:02:26PM +0100, Phil Blundell wrote: The update-modules mechanism is something of a historical relic and it isn't entirely clear that it has a great deal of value nowadays. Also, it causes a What's replacement of this nowadays? IIRC without g_ether autoload I don't

[OE-core] [PATCH] gdk-pixbuf: Use qemu to run postinsts in offline root mode

2012-09-26 Thread Phil Blundell
This makes it possible to use gdk-pixbuf on a read-only rootfs. Signed-off-by: Phil Blundell p...@pbcl.net --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git

[OE-core] [PATCH] glib-2.0: Update to 2.34.0

2012-09-26 Thread Phil Blundell
Signed-off-by: Phil Blundell p...@pbcl.net --- .../60_wait-longer-for-threads-to-die.patch| 11 - meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34 meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb | 43

Re: [OE-core] [PATCH] glib-2.0: Update to 2.34.0

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 01:17:21PM +0100, Phil Blundell wrote: Signed-off-by: Phil Blundell p...@pbcl.net --- .../60_wait-longer-for-threads-to-die.patch| 11 - meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34

Re: [OE-core] [PATCH] glib-2.0: Update to 2.34.0

2012-09-26 Thread Phil Blundell
On Wed, 2012-09-26 at 14:20 +0200, Martin Jansa wrote: On Wed, Sep 26, 2012 at 01:17:21PM +0100, Phil Blundell wrote: Signed-off-by: Phil Blundell p...@pbcl.net --- .../60_wait-longer-for-threads-to-die.patch| 11 - meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34

Re: [OE-core] [PATCH] gdk-pixbuf: Use qemu to run postinsts in offline root mode

2012-09-26 Thread Phil Blundell
On Wed, 2012-09-26 at 14:23 +0200, Martin Jansa wrote: On Wed, Sep 26, 2012 at 01:11:44PM +0100, Phil Blundell wrote: This makes it possible to use gdk-pixbuf on a read-only rootfs. Isn't this issue resolved in [RFC 0/7] Postinstall improvements too? Ah, possibly. I haven't really been

Re: [OE-core] [PATCH] gstreamer: make pulseaudio support dependent on DISTRO_FEATURES

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 01:31:10PM +0100, Paul Eggleton wrote: On Wednesday 26 September 2012 13:38:19 Martin Jansa wrote: On Wed, Sep 26, 2012 at 12:34:05PM +0100, Paul Eggleton wrote: This should be no change to the previous situation unless you explicitly have pulseaudio in

Re: [OE-core] [PATCH] gdk-pixbuf: Use qemu to run postinsts in offline root mode

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 01:11:44PM +0100, Phil Blundell wrote: This makes it possible to use gdk-pixbuf on a read-only rootfs. Isn't this issue resolved in [RFC 0/7] Postinstall improvements too? Cheers, Signed-off-by: Phil Blundell p...@pbcl.net ---

Re: [OE-core] [PATCH] glib-2.0: Update to 2.34.0

2012-09-26 Thread Phil Blundell
On Wed, 2012-09-26 at 13:28 +0100, Phil Blundell wrote: SRC_URI[md5sum] = bf84fefd9c1a5b5a7a38736f4ddd674a SRC_URI[sha256sum] = a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2 Hm, it does look slightly suspicious that this didn't change. I guess something must have gone

[OE-core] [PATCH v2] glib-2.0: Update to 2.34.0

2012-09-26 Thread Phil Blundell
Signed-off-by: Phil Blundell p...@pbcl.net --- v2: now with correct SRC_URI checksums .../60_wait-longer-for-threads-to-die.patch| 11 --- meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34 +++- .../{glib-2.0_2.32.4.bb = glib-2.0_2.34.0.bb} |6 ++--

Re: [OE-core] [PATCH] gstreamer: make pulseaudio support dependent on DISTRO_FEATURES

2012-09-26 Thread Paul Eggleton
On Wednesday 26 September 2012 14:32:57 Martin Jansa wrote: On Wed, Sep 26, 2012 at 01:31:10PM +0100, Paul Eggleton wrote: On Wednesday 26 September 2012 13:38:19 Martin Jansa wrote: On Wed, Sep 26, 2012 at 12:34:05PM +0100, Paul Eggleton wrote: This should be no change to the previous

Re: [OE-core] [PATCH] gstreamer: make pulseaudio support dependent on DISTRO_FEATURES

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 02:24:07PM +0100, Paul Eggleton wrote: On Wednesday 26 September 2012 14:32:57 Martin Jansa wrote: On Wed, Sep 26, 2012 at 01:31:10PM +0100, Paul Eggleton wrote: On Wednesday 26 September 2012 13:38:19 Martin Jansa wrote: On Wed, Sep 26, 2012 at 12:34:05PM +0100,

[OE-core] [PATCH] sstate: Remove master manifest usage

2012-09-26 Thread Richard Purdie
This was added to allow detection of duplicate files being installed by sstate. There is a much simpler way, just check if the file already exists. This effectively uses the kernel VFS as the cache which is much more efficient. This resolves a significant performance bottleneck (lock contention

Re: [OE-core] [PATCH] gdk-pixbuf: Use qemu to run postinsts in offline root mode

2012-09-26 Thread Andreas Müller
On Wed, Sep 26, 2012 at 2:28 PM, Phil Blundell ph...@gnu.org wrote: On Wed, 2012-09-26 at 14:23 +0200, Martin Jansa wrote: On Wed, Sep 26, 2012 at 01:11:44PM +0100, Phil Blundell wrote: This makes it possible to use gdk-pixbuf on a read-only rootfs. Isn't this issue resolved in [RFC 0/7]

Re: [OE-core] [PATCH] gstreamer: make pulseaudio support dependent on DISTRO_FEATURES

2012-09-26 Thread Paul Eggleton
On Wednesday 26 September 2012 15:30:13 Martin Jansa wrote: On Wed, Sep 26, 2012 at 02:24:07PM +0100, Paul Eggleton wrote: On Wednesday 26 September 2012 14:32:57 Martin Jansa wrote: On Wed, Sep 26, 2012 at 01:31:10PM +0100, Paul Eggleton wrote: On Wednesday 26 September 2012 13:38:19

Re: [OE-core] [PATCH] gcc-configure-cross: factor out --enable-threads argument into ${GCCTHREADS}

2012-09-26 Thread Richard Purdie
On Wed, 2012-09-26 at 11:28 +0100, Phil Blundell wrote: On Wed, 2012-09-26 at 12:01 +0200, Martin Jansa wrote: Sorry I haven't noticed that it's the same value as before. But if it causes different sstate checksum than PR bump would be nice to get new builddir (well maybe not needed

Re: [OE-core] [RFC][PATCH] linux-yocto: drop machine from SRCREV_FORMAT

2012-09-26 Thread Martin Jansa
On Tue, Sep 25, 2012 at 01:46:28PM +0100, Richard Purdie wrote: On Tue, 2012-09-25 at 14:36 +0200, Martin Jansa wrote: On Tue, Sep 25, 2012 at 01:25:33PM +0100, Richard Purdie wrote: On Tue, 2012-09-25 at 12:51 +0200, Martin Jansa wrote: * otherwise LOCALCOUNT is incremented after each

[OE-core] Added explicit network error status in SanityCheckFailed event

2012-09-26 Thread Bogdan Marinescu
If we fail a network test, a special flag is set in the SanityChekFailed event. This helps Hob identify the network error properly and display a special message to the user. [YOCTO #3025] Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- meta/classes/sanity.bbclass | 20

Re: [OE-core] [PATCH] jpeg-native: Do not use libtool-cross for native recipe

2012-09-26 Thread Richard Purdie
On Tue, 2012-09-25 at 06:27 -0700, Khem Raj wrote: On Tue, Sep 25, 2012 at 1:14 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: This wallpapers over cracks. Why is libtool-native/libtool-cross broken? Shouldn't we fix whatever is breaking libtool? it is not broken. But we

[OE-core] [PATCH v2] gst-plugins-good: make pulseaudio support dependent on DISTRO_FEATURES

2012-09-26 Thread Paul Eggleton
This should be no change to the previous situation unless you explicitly have pulseaudio in DISTRO_FEATURES_BACKFILL_CONSIDERED (currently). Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../gstreamer/gst-plugins-good_0.10.31.bb |8 ++-- 1 file changed, 6

Re: [OE-core] [PATCH] util-linux: Remove static libraries from -dev packages

2012-09-26 Thread Richard Purdie
On Wed, 2012-09-26 at 10:28 +0100, Phil Blundell wrote: On Wed, 2012-09-26 at 09:49 +0100, Richard Purdie wrote: On Tue, 2012-09-25 at 18:11 -0400, Colin Walters wrote: On Tue, 2012-09-25 at 23:00 +0100, Phil Blundell wrote: That'd be inconsistent with other packages, since we do

Re: [OE-core] [RFC][PATCH] linux-yocto: drop machine from SRCREV_FORMAT

2012-09-26 Thread Richard Purdie
On Wed, 2012-09-26 at 15:55 +0200, Martin Jansa wrote: On Tue, Sep 25, 2012 at 01:46:28PM +0100, Richard Purdie wrote: On Tue, 2012-09-25 at 14:36 +0200, Martin Jansa wrote: On Tue, Sep 25, 2012 at 01:25:33PM +0100, Richard Purdie wrote: On Tue, 2012-09-25 at 12:51 +0200, Martin Jansa

Re: [OE-core] [PATCH v2] glib-2.0: Update to 2.34.0

2012-09-26 Thread Burton, Ross
It's a bit late for this oe-core cycle I suspect, if we'd been tracking the 2.33. releases that would be a different story, so maybe we'll do that next time... Also from glancing at the NEWS, we should be able to drop some of the cross-compile patches. Did you investigate this or just refresh

Re: [OE-core] [PATCH] glib-2.0: Update to 2.34.0

2012-09-26 Thread Colin Walters
On Wed, 2012-09-26 at 13:17 +0100, Phil Blundell wrote: meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34 This should not be necessary anymore; see: ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] glib-2.0: Update to 2.34.0

2012-09-26 Thread Colin Walters
On Wed, 2012-09-26 at 10:13 -0400, Colin Walters wrote: On Wed, 2012-09-26 at 13:17 +0100, Phil Blundell wrote: meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34 This should not be necessary anymore; see:

Re: [OE-core] [RFC][PATCH] linux-yocto: drop machine from SRCREV_FORMAT

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 03:10:28PM +0100, Richard Purdie wrote: On Wed, 2012-09-26 at 15:55 +0200, Martin Jansa wrote: On Tue, Sep 25, 2012 at 01:46:28PM +0100, Richard Purdie wrote: On Tue, 2012-09-25 at 14:36 +0200, Martin Jansa wrote: On Tue, Sep 25, 2012 at 01:25:33PM +0100, Richard

Re: [OE-core] [PATCH] glib-2.0: Update to 2.34.0

2012-09-26 Thread Phil Blundell
On Wed, 2012-09-26 at 10:14 -0400, Colin Walters wrote: On Wed, 2012-09-26 at 10:13 -0400, Colin Walters wrote: On Wed, 2012-09-26 at 13:17 +0100, Phil Blundell wrote: meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch | 34 This should not be necessary

Re: [OE-core] [PATCH v2] glib-2.0: Update to 2.34.0

2012-09-26 Thread Phil Blundell
On Wed, 2012-09-26 at 15:12 +0100, Burton, Ross wrote: It's a bit late for this oe-core cycle I suspect, if we'd been tracking the 2.33. releases that would be a different story, so maybe we'll do that next time... Also from glancing at the NEWS, we should be able to drop some of the

Re: [OE-core] [PATCH] glib-2.0: Update to 2.34.0

2012-09-26 Thread Burton, Ross
On 26 September 2012 15:28, Phil Blundell ph...@gnu.org wrote: That disables all the tests, right? I wasn't entirely clear whether we wanted to do that or not. If we do then yes, I agree, that would be a way to avoid the nodbus.patch. Well, we can't run them, so not much point in building

Re: [OE-core] [PATCH v2] glib-2.0: Update to 2.34.0

2012-09-26 Thread Burton, Ross
On 26 September 2012 15:28, Phil Blundell ph...@gnu.org wrote: Which patches were you thinking of specifically? I don't think there are many that we apply which are actually related to cross-compiling. no-libelf and no-dbus. Looking at the patches we are carrying, it's quite comic. Two

Re: [OE-core] [PATCH v2] glib-2.0: Update to 2.34.0

2012-09-26 Thread Phil Blundell
On Wed, 2012-09-26 at 15:39 +0100, Burton, Ross wrote: On 26 September 2012 15:28, Phil Blundell ph...@gnu.org wrote: Which patches were you thinking of specifically? I don't think there are many that we apply which are actually related to cross-compiling. no-libelf and no-dbus.

Re: [OE-core] [PATCH] util-linux: Remove static libraries from -dev packages

2012-09-26 Thread Mark Hatle
On 9/25/12 5:11 PM, Colin Walters wrote: On Tue, 2012-09-25 at 23:00 +0100, Phil Blundell wrote: That'd be inconsistent with other packages, since we do generally build and ship the static libraries. Having a big switch to turn off static libraries globally seems like a fine plan, but I can't

Re: [OE-core] [PATCH v2] glib-2.0: Update to 2.34.0

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 03:44:28PM +0100, Phil Blundell wrote: On Wed, 2012-09-26 at 15:39 +0100, Burton, Ross wrote: On 26 September 2012 15:28, Phil Blundell ph...@gnu.org wrote: Which patches were you thinking of specifically? I don't think there are many that we apply which are

Re: [OE-core] [PATCH] xserver-xorg: use EXTENDPKGV instead of PV in RCONFLICTS_${PN}-module-exa

2012-09-26 Thread Martin Jansa
On Mon, Sep 24, 2012 at 12:43 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2012-09-24 at 12:26 +0200, Martin Jansa wrote: On Mon, Sep 24, 2012 at 12:20 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sat, 2012-09-22 at 19:13 +0200, Martin Jansa wrote:

Re: [OE-core] [PATCH] cmake.bbclass: modify construction of compiler flags

2012-09-26 Thread Slater, Joseph
-Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Wednesday, September 26, 2012 1:48 AM To: Slater, Joseph Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] cmake.bbclass: modify construction of compiler flags

Re: [OE-core] [PATCH] xserver-xorg: fix -exa conflicts

2012-09-26 Thread Martin Jansa
On Wed, Sep 26, 2012 at 05:08:27PM +0100, Ross Burton wrote: Hopefully for good this time! The previous conflict of ${PV} declares a conflict with all versions older than the version being built, which isn't right. This conflict was being declared in a .inc file which is being included by

Re: [OE-core] [PATCH 2/2] libx11: fix nativesdk build on older distros

2012-09-26 Thread McClintock Matthew-B29882
On Wed, Sep 26, 2012 at 4:30 AM, Burton, Ross ross.bur...@intel.com wrote: On 26 September 2012 00:11, Daniel Stone dan...@fooishbar.org wrote: The best fix is to just #define _GNU_SOURCE at the top of makekeys then, and push that upstream (mail patch to xorg-de...@lists.x.org). Actually, it

[OE-core] [PATCH 0/2] runqemu path fix

2012-09-26 Thread Scott Garman
Hello, This is a bugfix for YOCTO #3101. Since bitbake doesn't like empty PATH elements, prevent the runqemu-internal script from creating this situation when CROSSPATH is not set, and reveal bitbake errors to users to make it easier to troubleshoot future errors along these lines. Scott The

[OE-core] [PATCH 1/2] oe-find-native-sysroot: show bitbake errors to user

2012-09-26 Thread Scott Garman
Ran into another bug that was masked by hiding a bitbake error message. This catches this situation and displays the error to the user. Also includes whitespace fixes. Signed-off-by: Scott Garman scott.a.gar...@intel.com --- scripts/oe-find-native-sysroot | 29 +++-- 1

[OE-core] [PATCH 2/2] runqemu-internal: don't append an empty element to PATH

2012-09-26 Thread Scott Garman
Bitbake fails to run when an empty element exists in $PATH. Avoid creating this situation when $CROSSPATH is not set. This fixes bug [YOCTO #3101] Signed-off-by: Scott Garman scott.a.gar...@intel.com --- scripts/runqemu-internal |6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

[OE-core] [PATCH] dbus: disable all X11 when native

2012-09-26 Thread Ross Burton
Without --without-x the X11 detection would still go ahead and find the host X11 headers, which seems to cause problems at link time. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/dbus/dbus.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH] xserver-xorg: use EXTENDPKGV instead of PV in RCONFLICTS_${PN}-module-exa

2012-09-26 Thread Burton, Ross
On 24 September 2012 11:52, Martin Jansa martin.ja...@gmail.com wrote: Why not RCONFLICT with every older version then current? It's true that e.g. 1.11.2-r8 does not really conflict with 1.11.2-r7 (but r4 in most cases), but that should work. As much as I don't like this solution as it's

[OE-core] [PATCH 2/3] bitbake.conf: parse license config

2012-09-26 Thread Elizabeth Flanagan
license.conf hasn't been being parsed. It probably should be. Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- meta/conf/bitbake.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 3496d2b..e168ef1

[OE-core] [PATCH 1/3] license.bbclass: Variable standardization

2012-09-26 Thread Elizabeth Flanagan
The variable mentioned in license.conf is LICENSE_PATH. The variable used in license.bbclass is LICENSE_DIR. Conforming to what is in license.conf Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- meta/classes/license.bbclass |2 +- 1 files changed, 1 insertions(+), 1

[OE-core] [PATCH 3/3] license.conf/bbclass: Move globals to license.conf

2012-09-26 Thread Elizabeth Flanagan
This requires the changes to bitbake.conf that allow parsing of license.conf. As we should now be parsing license.conf, we can move some globals out of license.bblcass and into the conf file. Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- meta/classes/license.bbclass | 65

[OE-core] [PATCH 0/3] license.bbclass fixes

2012-09-26 Thread Elizabeth Flanagan
[YOCTO #3118] license.conf hasn't been being parsed. This commit series ensures that license.conf is parsed, that it contains useful variables that should be in a global conf file and that those variables are not kept within license.bbclass. This also fixes an discreprancy between the

[OE-core] [oe-core][PATCH 00/10] qt4: upgrade to 4.8.3 and cleanup

2012-09-26 Thread Martin Jansa
Please test on more architectures. I've tested complete qt4-native + qt4-free-x11 on armv4t. And only do_patch for nativesdk-qt4-tools, qt-mobility-*, qt4-embedded. The following changes since commit 938d07871bedd91f0d95ed6fe338ecbfafa5ebfe: busybox: Fix misplaced quote (2012-09-26 18:28:17

[OE-core] [oe-core][PATCH 01/10] qt4-tools-nativesdk.inc: rename to nativesdk-qt4-tools.inc

2012-09-26 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-qt/qt4/{qt4-tools-nativesdk.inc = nativesdk-qt4-tools.inc} | 0 meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.1.bb| 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [oe-core][PATCH 02/10] qt4: use releases.qt-project.org instead of get.qt.nokia.com

2012-09-26 Thread Martin Jansa
* releases.qt-project.org has 4.8.1 as well as 4.8.3 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 +- meta/recipes-qt/qt4/qt-4.8.1.inc| 2 +- meta/recipes-qt/qt4/qt4-native.inc | 2 +- 3 files changed, 3

[OE-core] [oe-core][PATCH 03/10] qt4: rename qt-4.8.1 to qt4-4.8.1 to match other .inc and .bb

2012-09-26 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 +- meta/recipes-qt/qt4/{qt-4.8.1.inc = qt4-4.8.1.inc} | 2 +- .../0001-Added-Openembedded-crossarch-option.patch | 0

[OE-core] [oe-core][PATCH 04/10] qt4.inc: move more options to separate variables

2012-09-26 Thread Martin Jansa
* make it easier to override them in bbappend * convert pulseaudio to more common -pulseaudio/-no-pulseaudio form Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-qt/qt4/qt4.inc | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git

[OE-core] [oe-core][PATCH 05/10] qt-mobility: move qt-mobility patches to separate dir

2012-09-26 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../0001-gstvideoconnector-fixed-buffers-allocation.patch| 0 .../0002-Remove-unnecessary-rpaths-from-qml_device-example.patch | 0 meta/recipes-qt/qt4/{files = qt-mobility-1.2.0}/gcc-scope.patch | 0

[OE-core] [oe-core][PATCH 06/10] qt4: move patches from files to qt4-4.8.1

2012-09-26 Thread Martin Jansa
* faster lookup in FILESPATH as small bonus Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-qt/qt4/{files = qt4-4.8.1}/0004-no-qmake.patch | 0 .../recipes-qt/qt4/{files = qt4-4.8.1}/0006-freetype-host-includes.patch | 0 meta/recipes-qt/qt4/{files =

[OE-core] [oe-core][PATCH 07/10] qt4: drop patches not used in any recipe

2012-09-26 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../qt4/qt4-4.8.1/0008-qt-lib-infix.patch | 41 -- .../qt4/qt4-4.8.1/blacklist-diginotar-certs.diff | 95 -- .../qt4/qt4-4.8.1/compile.test-lflags.patch| 17

[OE-core] [oe-core][PATCH 09/10] qt4: PR bumps

2012-09-26 Thread Martin Jansa
* sofar only formal changes, but to test that everything still builds the same Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 +- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 2 +- meta/recipes-qt/qt4/qt4-embedded.inc| 2 +-

[OE-core] [oe-core][PATCH 10/10] qt4: upgrade to 4.8.3

2012-09-26 Thread Martin Jansa
* rebased patches, 3 patches are resolved upstream: 0016-configure-eval-QMAKE_CXX.patch resolved in upstream commit 68c7f80a672e1d6d2710e49548a7c83b105d8d5f 0019-javascriptcore-Fix-compile-error-when-using-toolchai.patch resolved in upstream commit