[OE-core] [PATCH] linux-dummy.bb: Resolve missing task issues

2013-09-30 Thread Nathan Rossi
Commit 609d5a9ab9e58bb1c2bcc2145399fbc8b701b85a added additional initramfs functionality and created an additional task on kernel.bbclass Adding this task was missed on the linux-dummy recipe, which causes task dependency issues due to image.bbclass depending on "virtual/kernel:do_bundle_initramfs"

[OE-core] [PATCH] dpkg: Add xz to RDEPENDS

2013-09-30 Thread Saul Wold
dpkg uses xz as a compressor and the binary image is needed on the system for dpkg to work correctly. [YOCTO #1881] Signed-off-by: Saul Wold --- meta/recipes-devtools/dpkg/dpkg.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/met

[OE-core] [PATCH] pseudo: Fix race problems

2013-09-30 Thread Richard Purdie
There is a potential issue with the fastop code in pseudo since a process may exit and allow some other function to run before the server has processed the commands run by the process. Issues have been see with unpredictable file permissions. To avoid this, we ping the server before exiting which

[OE-core] [PATCH] qemu: Add fix for floating point issues on x86-64

2013-09-30 Thread Richard Purdie
There was a bug in handling of the mxcsr register since cpu flags were not getting updated after fxrstor operations. This small tweak fixes that. [YOCTO #5248] Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/files/fxrstorssefix.patch b/meta/recipes-devtools/qemu/files/

Re: [OE-core] [PATCH] kmod: ptest fixes

2013-09-30 Thread Saul Wold
On 09/29/2013 02:31 PM, Tudor Florea wrote: Make kmod-ptest able to compile with separated source and build dir. Add exception to insane.bbclass allowing any type of binaries in ptest packages. Since kmod test files contain kernel modules for many different architectures, strip gets con

Re: [OE-core] [PATCH 1/1] buildhistory.bbclass: always record PKG, PKGE, PKGV and PKGR

2013-09-30 Thread Paul Eggleton
On Thursday 26 September 2013 13:23:32 qi.c...@windriver.com wrote: > From: Chen Qi > > The buildhistory.bbclass always records PV instead of PKGV. However, > the buildhistory-diff script treats PKGV as a monitored variable > instead of PV. > > If a recipe's PV changes, for example, hello_1.0.bb

Re: [OE-core] [PATCH 1/3] wic: Initial code for wic (OpenEmbedded Image Creator)

2013-09-30 Thread Tom Zanussi
On Mon, 2013-09-30 at 14:58 +0200, David Nyström wrote: > On 09/30/2013 03:11 AM, Tom Zanussi wrote: > > On Sat, 2013-09-28 at 14:17 +0200, David Nyström wrote: > >> On 09/27/2013 04:21 PM, Tom Zanussi wrote: > >>> Hi Otavio, > >>> > >>> On Fri, 2013-09-27 at 11:01 -0300, Otavio Salvador wrote: > >

[OE-core] OE Changelog since 2013-09-22 until 2013-09-29

2013-09-30 Thread cliff . brake
Changelog since 2013-09-22 until 2013-09-29. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

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

2013-09-30 Thread Mark Hatle
On 9/30/13 4:48 AM, Kai Kang wrote: From: Kang Kai When run rpm2cpio, it fails with segmentation fault. The root cause is no macros "_db_path" and "_dbi_config*" defined, when query these macros get nothing then cause segment fault. Add patch to parse macro files first to fix this problem. I

Re: [OE-core] [PATCH 1/3] wic: Initial code for wic (OpenEmbedded Image Creator)

2013-09-30 Thread David Nyström
On 09/30/2013 03:11 AM, Tom Zanussi wrote: On Sat, 2013-09-28 at 14:17 +0200, David Nyström wrote: On 09/27/2013 04:21 PM, Tom Zanussi wrote: Hi Otavio, On Fri, 2013-09-27 at 11:01 -0300, Otavio Salvador wrote: Hello Tom, On Thu, Sep 26, 2013 at 11:17 PM, Tom Zanussi wrote: Initial impleme

[OE-core] [PATCH] slang: fix sprintf bug concerning 8-bit characters

2013-09-30 Thread Marius Avram
Buffer used for copying a "%c" character was getting out of scope when it was required by the sprintf operation. [YOCTO #5272] Signed-off-by: Marius Avram Signed-off-by: Irina Patru --- .../sprintf-bug-concerning-8-bit-characters.patch | 42 meta/recipes-extended/slang/

Re: [OE-core] Using pigz-native from sstate-cache while zlib-native is not there yet

2013-09-30 Thread Riku Voipio
Hi Richard, On 21 September 2013 12:54, Richard Purdie > do_unpack[depends] += "gzip-native:do_populate_sysroot" > > which I think should address the problem? > > If anyone is interested, the reproducer is: > > bitbake pigz-native > bitbake zlib-native -c clean > bitbake core-image-minimal -c popu

[OE-core] [PATCH 0/1] Fix YOCTO #3656

2013-09-30 Thread Kai Kang
The following changes since commit b049d532f6e0ab9e458e486f81b00be47ee69acf: testimage: Exclude BB_ORIGENV variable (2013-09-26 17:27:02 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/rpm2cpio http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?

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

2013-09-30 Thread Kai Kang
From: Kang Kai When run rpm2cpio, it fails with segmentation fault. The root cause is no macros "_db_path" and "_dbi_config*" defined, when query these macros get nothing then cause segment fault. Add patch to parse macro files first to fix this problem. [YOCTO #3656] Signed-off-by: Kang Kai

Re: [OE-core] Questions about Orc and GStreamer

2013-09-30 Thread Paul Eggleton
Hi Carlos, On Monday 30 September 2013 10:07:37 Carlos Rafael Giani wrote: > Yes, thats Orc. It is part of meta-oe , but really should be in OE-core. > I think there was a discussion about this in OE-core months ago, and I > didn't see an opinion against it. > Can the GStreamer upgrade be included

Re: [OE-core] Questions about Orc and GStreamer

2013-09-30 Thread Carlos Rafael Giani
Yes, thats Orc. It is part of meta-oe , but really should be in OE-core. I think there was a discussion about this in OE-core months ago, and I didn't see an opinion against it. Can the GStreamer upgrade be included in the dora branch after release? I remember seeing package upgrades in the dyla

Re: [OE-core] Questions about Orc and GStreamer

2013-09-30 Thread Iorga, Cristian
Hello Carlos, Is this Orc? http://code.entropywave.com/orc/ In this phase of the release cycle, is no longer possible to include orc into dora YP release. Also, package upgrades are no longer integrated in this phase of the release cycle. However, for both packages, patches will be welcome aft