Re: [OE-core] [PATCH v2] util-linux: Add package for libmount

2013-02-27 Thread Mike Looijmans
Is there any feedback on this patch yet? Mike. On 02/19/2013 06:23 PM, MiLo wrote: The libmount shared library was part of util-linux. This caused util-linux-mount to RDEPEND on util-linux, so including that would also drag in all of util-linux and all its recommendations. To break this

Re: [OE-core] [PATCH] syslinux.bbclass: Add a default serial console option and real boot menu support

2013-02-27 Thread Trevor Woerner
On Tue, Feb 26, 2013 at 9:04 PM, Jason Wessel jason.wes...@windriver.com wrote: You can see the screen shots attached to the bugzilla. https://bugzilla.yoctoproject.org/show_bug.cgi?id=3944 [ YOCTO #3944 ] Is the Windriver logo on the VGA example optional?

Re: [OE-core] [PATCH] syslinux.bbclass: Add a default serial console option and real boot menu support

2013-02-27 Thread Jason Wessel
On 02/27/2013 05:51 AM, Trevor Woerner wrote: On Tue, Feb 26, 2013 at 9:04 PM, Jason Wessel jason.wes...@windriver.com wrote: You can see the screen shots attached to the bugzilla. https://bugzilla.yoctoproject.org/show_bug.cgi?id=3944 [ YOCTO #3944 ] Is the Windriver logo on the VGA

Re: [OE-core] [PATCH v2] util-linux: Add package for libmount

2013-02-27 Thread Burton, Ross
On 27 February 2013 11:37, Mike Looijmans mike.looijm...@topic.nl wrote: Is there any feedback on this patch yet? Acked-By: Ross Burton ross.bur...@intel.com I've been using it to reduce dependencies pulled in by systemd. Ross ___ Openembedded-core

Re: [OE-core] [OE-Core][PATCH V2] binutils: Fix build with newer texinfo 5.0+

2013-02-27 Thread Jack Mitchell
On 26/02/13 21:39, Khem Raj wrote: [Yocto #3943] Signed-off-by: Khem Raj raj.k...@gmail.com Tested-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk --- meta/recipes-devtools/binutils/binutils-2.23.1.inc |4 + ...ls.texi-elfedit-Fix-use-of-itemx-in-table.patch | 68 +++

[OE-core] [PATCH 2/2] shadow: remove grpconv argc check

2013-02-27 Thread Martin Donnelly
The patched version of grpconv takes arguments but the check on argc was not removed. This patch removes this check which otherwise results in a spurious warning during rootfs creation. Signed-off-by: Martin Donnelly martin.donne...@ge.com --- .../shadow/files/add_root_cmd_options.patch|

Re: [OE-core] [PATCH] base-files: fix 'dash' expanding '\n'

2013-02-27 Thread Burton, Ross
On 26 February 2013 17:24, Javier Viguera javier.vigu...@digi.com wrote: Any chance that this patch gets cherry-picked to 'danny' on openembedded-core and poky repos? Integrated into the danny-next branch but unless the current 1.3.1 RC goes terribly wrong this will have to wait until 1.3.2.

Re: [OE-core] [PATCH 0/1][denzil] alsa-tools: remove warning message

2013-02-27 Thread Burton, Ross
On 26 February 2013 06:26, wenzong@windriver.com wrote: Remove those warning message for alsa-tools 1.0.24.1 on denzil release: * Note: the latest alsa-tools on master is 1.0.26.1 and doesn't have such issue any more. And what about the current stable release, Danny? Does this need to

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Jack Mitchell
On 27/02/13 13:46, Jack Mitchell wrote: As with the recent binutils texinfo5 compatibility I believe GCC now also has the same failings, please see attached log. I've had a quick look for patches but I am not at all familiar with the GCC development process and I came up empty handed.

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Jack Mitchell
On 27/02/13 13:52, Jack Mitchell wrote: On 27/02/13 13:46, Jack Mitchell wrote: As with the recent binutils texinfo5 compatibility I believe GCC now also has the same failings, please see attached log. I've had a quick look for patches but I am not at all familiar with the GCC development

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Jack Mitchell
On 27/02/13 13:56, Jack Mitchell wrote: On 27/02/13 13:52, Jack Mitchell wrote: On 27/02/13 13:46, Jack Mitchell wrote: As with the recent binutils texinfo5 compatibility I believe GCC now also has the same failings, please see attached log. I've had a quick look for patches but I am not at

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

2013-02-27 Thread Burton, Ross
On 26 February 2013 20:00, Koen Kooi k...@dominion.thruhere.net wrote: Like V1 this hardcodes ${base_bindir} to /bin, this breaks when your DISTRO sets $base_prefix to /usr. So please change that to: ac_cv_path+KILL=${base_bindir}/kill Yeah, not sure why I did that. :/ V2 coming

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Jack Mitchell
On 27/02/13 14:00, Jack Mitchell wrote: On 27/02/13 13:56, Jack Mitchell wrote: On 27/02/13 13:52, Jack Mitchell wrote: On 27/02/13 13:46, Jack Mitchell wrote: As with the recent binutils texinfo5 compatibility I believe GCC now also has the same failings, please see attached log. I've had

[OE-core] [PATCH 1/7] systemd: systemd uses libkmod instead of modprobe, remove dependencies

2013-02-27 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 0c3ebc4..880fbcd 100644 ---

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

2013-02-27 Thread Ross Burton
systemd doesn't need ipv6 support directly, so don't pull it. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb

[OE-core] [PATCH 7/7] systemd: set the location of the kill binary

2013-02-27 Thread Ross Burton
Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot, which won't work on the target. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_197.bb

[OE-core] [PATCH 0/7] systemd tweaks

2013-02-27 Thread Ross Burton
Hi, Whilst whittling down the install footprint of systemd I made several fixes. Here are the simple ones, including a fixed /bin/kill patch. Ross The following changes since commit 2cc4fe4a0874c42421b1bf3fa100160a9e60a9da: upstream_tracking.inc: Coonectivity and multimedia packages updates

[OE-core] [PATCH 3/7] systemd: make gcrypt support (for signing the journal) optional

2013-02-27 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index c871bb5..2232b60 100644 ---

[OE-core] [PATCH 4/7] systemd: remove unused cached configure variables

2013-02-27 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |4 1 file changed, 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 2232b60..7a11c8c 100644 ---

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

2013-02-27 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 7a11c8c..0e13d78 100644 ---

[OE-core] [PATCH 6/7] systemd: remove --with-distro option, it's not used

2013-02-27 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/systemd/systemd_197.bb |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 0e13d78..1773aed 100644 ---

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

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

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

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

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Khem Raj
On Wed, Feb 27, 2013 at 6:10 AM, Jack Mitchell m...@communistcode.co.uk wrote: On 27/02/13 14:00, Jack Mitchell wrote: On 27/02/13 13:56, Jack Mitchell wrote: On 27/02/13 13:52, Jack Mitchell wrote: On 27/02/13 13:46, Jack Mitchell wrote: As with the recent binutils texinfo5 compatibility

Re: [OE-core] [PATCH] xkeyboard-config: this is architecture-indepedent, so set PACKAGE_ARCH

2013-02-27 Thread Burton, Ross
On 26 February 2013 20:52, Otavio Salvador ota...@ossystems.com.br wrote: I'd say to drop the AC_CANONICAL_HOST call and make it fake Linux as a fixed value. Did that in xorg-macros as that's where the definition is, but intltool's configure fragment links a program to set DATADIRNAME (although

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Jack Mitchell
On 27/02/13 14:42, Khem Raj wrote: On Wed, Feb 27, 2013 at 6:10 AM, Jack Mitchell m...@communistcode.co.uk wrote: On 27/02/13 14:00, Jack Mitchell wrote: On 27/02/13 13:56, Jack Mitchell wrote: On 27/02/13 13:52, Jack Mitchell wrote: On 27/02/13 13:46, Jack Mitchell wrote: As with the

Re: [OE-core] [PATCH 0/1] lttng-ust: cannot find -llttng-ust-tracepoint

2013-02-27 Thread Burton, Ross
On 26 February 2013 09:24, Robert Yang liezhi.y...@windriver.com wrote: Robert Yang (1): lttng-ust: cannot find -llttng-ust-tracepoint Is this also for danny to fix the lttng failure on sugarbay, or something unrelated? Ross ___ Openembedded-core

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

2013-02-27 Thread Burton, Ross
On 27 February 2013 14:40, Koen Kooi k...@dominion.thruhere.net wrote: On Wed, 2013-02-27 at 14:17 +, Ross Burton wrote: systemd doesn't need ipv6 support directly, so don't pull it. It will trigger an error on startup, which seems to scare most of my users :( Well that's silly of

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

2013-02-27 Thread Burton, Ross
On 27 February 2013 14:41, Koen Kooi k...@dominion.thruhere.net wrote: Your commit fails to mention that you are changing the default to off, it is on now. That's true. I'm actually dithering on this now, and will probably flip it back to enabled by default but still an option for people who

[OE-core] [PATCH 3/3] perf: enable perf-trace feature

2013-02-27 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@linux.intel.com Add an entry enabling the new perf-trace perf subcommand. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- meta/recipes-kernel/perf/perf.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH] buildhistory.bbclass: add support for SRCREV logging

2013-02-27 Thread Constantin Musca
- create latest_srcrev for each recipe with the following format: ${BB_FILENAME},${SRC_URI},${SRCREV},${FROM_AUTOREV} [YOCTO #3041] Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/classes/buildhistory.bbclass | 23 ++- 1 file changed, 22 insertions(+), 1

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

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

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

2013-02-27 Thread Burton, Ross
On 26 February 2013 08:57, Samuel Stirtzel s.stirt...@googlemail.com wrote: This is caused by sdl-config from my buildhost, though gst-plugins-bad has EXTRA_OECONF += ... --disable-sdl ... --disable-orc I tried replicating by bitbaking libsdl and then gst-plugins-bad, but it still disabled the

[OE-core] [PATCH 1/2] shadow: add build dependency on shadow-native

2013-02-27 Thread Martin Donnelly
The postinst requires patched pwconv and grpconv from shadow-native, without these the rootfs creation uses the host binaries and fails. Signed-off-by: Martin Donnelly martin.donne...@ge.com --- meta/recipes-extended/shadow/shadow_4.1.4.3.bb |3 ++- 1 files changed, 2 insertions(+), 1

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

2013-02-27 Thread Otavio Salvador
On Wed, Feb 27, 2013 at 11:17 AM, Ross Burton ross.bur...@intel.com wrote: Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot, which won't work on the target. Signed-off-by: Ross Burton ross.bur...@intel.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador

[OE-core] [PATCH][oe-core] systemd.bbclass: fix bb.error

2013-02-27 Thread Martin Jansa
NOTE: recipe avahi-ui-0.6.31-r7.0: task do_package: Started ERROR: %s does not appear in package list, please add it avahi-ui-daemon ERROR: %s does not appear in package list, please add it avahi-ui-dnsconfd Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/systemd.bbclass | 2

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
NATIVELSBSTRING = SUSE-LINUX-12.2 TARGET_SYS= i586-poky-linux MACHINE = qemux86 DISTRO= poky DISTRO_VERSION= 1.3+snapshot-20130227 TUNE_FEATURES = m32 i586 TARGET_FPU= meta meta-yocto meta-yocto-bsp= tzanussi/perf-trace-v1

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
On Wed, Feb 27, 2013 at 10:00 AM, tom.zanu...@linux.intel.com wrote: 'perf-trace' is a new perf subcommand available in the 3.8 kernel - this patchset enables it. Out of curiosity, from where can I find the recipe(s) for a 3.8 kernel? My meta/recipes-kernel/linux/ only includes:

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
On Wed, Feb 27, 2013 at 1:12 PM, Tom Zanussi tom.zanu...@linux.intel.com wrote: Which image are you building? I'm guessing core-image-minimal? Yes. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] Merge linux-gnu entries in machine dictionary and add sh4 machine.

2013-02-27 Thread Kyle Farnsworth
Signed-off-by: Kyle Farnsworth k...@farnsworthtech.com --- meta/classes/insane.bbclass |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index f52fcea..e1827be 100644 --- a/meta/classes/insane.bbclass +++

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

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

Re: [OE-core] [linux-yocto] [PATCH 5/8] kern-tools: import configuration, controls and audit updates

2013-02-27 Thread Kamble, Nitin A
Acked-by: Nitin A Kamble nitin.a.kam...@intel.com This patch is getting the linux-yocto-dev kernel building for the emgd based meta-intel BSPs. Without it the do_patch of the dev kernel fails as noted in the bug #3948. Nitin -Original Message- From:

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Tom Zanussi
Configuration: BB_VERSION= 1.17.1 BUILD_SYS = x86_64-linux NATIVELSBSTRING = SUSE-LINUX-12.2 TARGET_SYS= i586-poky-linux MACHINE = qemux86 DISTRO= poky DISTRO_VERSION= 1.3+snapshot-20130227 TUNE_FEATURES = m32 i586 TARGET_FPU= meta meta

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Tom Zanussi
On Wed, 2013-02-27 at 13:10 -0500, Trevor Woerner wrote: On Wed, Feb 27, 2013 at 10:00 AM, tom.zanu...@linux.intel.com wrote: 'perf-trace' is a new perf subcommand available in the 3.8 kernel - this patchset enables it. Out of curiosity, from where can I find the recipe(s) for a 3.8

[OE-core] [PATCH 1/1] Update pseudo to 1.5.1

2013-02-27 Thread Peter Seebach
pseudo 1.5's enable-force-async works great, unless you use a host where, inexplicably, stat(2) reports inconsistent and changing values for a file's size or times for some time unless a file has been fsynced, in which case you might want a way to cause an fsync to work. Also noticed that some

[OE-core] [PATCH 0/1] pseudo 1.5.1

2013-02-27 Thread Peter Seebach
It turns out that I forgot the part where it would be useful to be able to temporarily suppress the suppression of fsync()-type calls. Also the documentation had bitrotted (no references to FASTOP or to the fsync stuff, or to some other changes), so I fixed a few obvious gaps. This should have no

[OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-02-27 Thread Saul Wold
Richard, Here is a batch of Updates and patches that I have reviewed and build tested locally and Autobuilder. The last build on the autobuilder included the Kernel Update which is not included here. Please take a look at Hongxu's -native CFLAGS fix, they have been discussed on the list. They

Re: [OE-core] [OE-Core][PATCH] qemu: Upgrade to 1.4.0 release

2013-02-27 Thread Saul Wold
On 02/26/2013 11:30 PM, Khem Raj wrote: Tested qemu on x86-64 target and qemu-native no obvious problems seen in testing Signed-off-by: Khem Raj raj.k...@gmail.com --- .../qemu/files/fix-configure-checks.patch | 10 +- meta/recipes-devtools/qemu/qemu.inc|

Re: [OE-core] [PATCH 1/3] libaudit: new package

2013-02-27 Thread Saul Wold
On 02/27/2013 07:00 AM, tom.zanu...@linux.intel.com wrote: From: Tom Zanussi tom.zanu...@linux.intel.com Add libaudit, used by system call auditing applications. From the sources: The audit package contains the user space utilities for storing and searching the audit records generate by

Re: [OE-core] [PATCH 2/2] shadow: remove grpconv argc check

2013-02-27 Thread Saul Wold
On 02/27/2013 04:58 AM, Martin Donnelly wrote: The patched version of grpconv takes arguments but the check on argc was not removed. This patch removes this check which otherwise results in a spurious warning during rootfs creation. Signed-off-by: Martin Donnelly martin.donne...@ge.com ---

Re: [OE-core] [PATCH 1/3] libaudit: new package

2013-02-27 Thread Tom Zanussi
On Wed, 2013-02-27 at 20:32 -0800, Saul Wold wrote: On 02/27/2013 07:00 AM, tom.zanu...@linux.intel.com wrote: From: Tom Zanussi tom.zanu...@linux.intel.com Add libaudit, used by system call auditing applications. From the sources: The audit package contains the user space

[OE-core] [PATCH 0/2] Fix packages for new kernel Headers

2013-02-27 Thread Saul Wold
These patches actually remove the use of the kernel headers and target the userspace headers Saul Saul Wold (2): connman: add header to define in6_addr iproute2: don't use the kernel header tree .../connman/connman/add-in.h-for-ipv6.patch | 19 +++

[OE-core] [PATCH 2/2] iproute2: don't use the kernel header tree

2013-02-27 Thread Saul Wold
This should compile against the userspace safe kernel headers Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-connectivity/iproute2/iproute2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc

[OE-core] [PATCH 1/2] connman: add header to define in6_addr

2013-02-27 Thread Saul Wold
Needed because the 3.8 if_bridge.h uses in6_addr before it's defined Signed-off-by: Saul Wold s...@linux.intel.com --- .../connman/connman/add-in.h-for-ipv6.patch | 19 +++ meta/recipes-connectivity/connman/connman_1.10.bb | 3 ++- 2 files changed, 21

Re: [OE-core] [PATCH 0/1] pseudo 1.5.1

2013-02-27 Thread Saul Wold
No Tarball yet? Did you give it to Michael H.? Sau! On 02/27/2013 01:19 PM, Peter Seebach wrote: It turns out that I forgot the part where it would be useful to be able to temporarily suppress the suppression of fsync()-type calls. Also the documentation had bitrotted (no references to

[OE-core] OE TSC minutes 12 February 2013

2013-02-27 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 12 February 2013 Attendees: Richard (RP) Koen (koen) Khem (khem) Fray (fray) Paul (bluelightning) Notes: Jefro Agenda Results 1. pick a chair fray

[OE-core] [OE-Core][PATCH] gcc-4.7: Fix build with texinfo 5.0+

2013-02-27 Thread Khem Raj
[YOCTO #3947] Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/gcc/gcc-4.7.inc |3 +- .../gcc-4.7/texinfo-5.0-PR-bootstrap-56258.patch | 86 2 files changed, 88 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Khem Raj
On Wed, Feb 27, 2013 at 6:48 AM, Jack Mitchell m...@communistcode.co.uk wrote: On 27/02/13 14:42, Khem Raj wrote: On Wed, Feb 27, 2013 at 6:10 AM, Jack Mitchell m...@communistcode.co.uk wrote: On 27/02/13 14:00, Jack Mitchell wrote: On 27/02/13 13:56, Jack Mitchell wrote: On 27/02/13

[OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-02-27 Thread Hongxu Jia
Change from V2: as Khem Raj suggested, use `-march=native' to cause the compiler to auto-detect the architecture of the build computer, if the auto-detect is unsuccessful the option has no effect. When compile glib-2.0-native and qemu-native with with gcc 4.3.4 on x86 host ,it needs to add

[OE-core] [PATCH 2/2] qemu-native:fix do_compile failed with gcc 4.3.4 on x86 host

2013-02-27 Thread Hongxu Jia
When compile qemu-native with GCC 4.3.4 on x86 host, the GCC needs `-march' to let the atomic operations (lock free) be available. Pass `-march=native' to cause the compiler to auto-detect the architecture of the build computer, If the auto-detect is unsuccessful the option has no effect. [YOCTO

[OE-core] [PATCH 1/2] glib-2.0-native:fix do_configure failed with gcc 4.3.4 on x86 host

2013-02-27 Thread Hongxu Jia
When compile glib-2.0-native with GCC 4.3.4 on x86 host, the GCC needs `-march' to let the atomic operations (lock free) be available. Pass `-march=native' to cause the compiler to auto-detect the architecture of the build computer, If the auto-detect is unsuccessful the option has no effect.

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

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

[OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-02-27 Thread Kang Kai
When run rpm2cpio, it fails with segmentation fault. The root cause is no macro _db_path defined, when query its value get nothing then cause segment fault. Add patch to parse macro files first to fix this problem. [YOCTO #3656] Signed-off-by: Kang Kai kai.k...@windriver.com ---

[OE-core] [PATCH 0/1] Fix rpm2cpio segment fault

2013-02-27 Thread Kang Kai
The following changes since commit d7b248e715d99766bf8602ff9f038f8b0afa5e78: augeas: change SRC_URI (2013-02-26 08:02:29 -0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/fix-rpm2cpio