Re: [OE-core] [PATCH 2/2] oeqa/runtime: Added skipModule import for test modules that use it.

2014-07-27 Thread Stoicescu, CorneliuX
Yes, thank you! This slipped through our fingers. > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf > Of Paul Eggleton > Sent: Friday, July 25, 2014 7:16 PM > To: openembedded-core@lists.opene

[OE-core] [PATCH] nss: CVE-2013-5606

2014-07-27 Thread jackie.huang
From: Li Wang the patch comes from: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-5606 https://bugzilla.mozilla.org/show_bug.cgi?id=910438 http://hg.mozilla.org/projects/nss/rev/d29898e0981c The CERT_VerifyCert function in lib/certhigh/certvfy.c in Mozilla Network Security Services (N

Re: [OE-core] [PATCH] alsa-lib: remove non PN based -dev packages

2014-07-27 Thread Huang, Jie (Jackie)
> -Original Message- > From: Koen Kooi [mailto:k...@dominion.thruhere.net] > Sent: Monday, July 28, 2014 2:30 PM > To: Huang, Jie (Jackie) > Cc: OE-core; Richard Purdie > Subject: Re: [OE-core] [PATCH] alsa-lib: remove non PN based -dev packages > > > Op 25 jul. 2014, om 12:05 heeft jac

Re: [OE-core] [PATCH 1/1] systemd: upgrade to 215

2014-07-27 Thread ChenQi
On 07/28/2014 02:31 PM, Koen Kooi wrote: Op 28 jul. 2014, om 04:24 heeft ChenQi het volgende geschreven: On 07/25/2014 06:56 PM, Koen Kooi wrote: Op 25 jul. 2014, om 11:20 heeft Chen Qi het volgende geschreven: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it

Re: [OE-core] [PATCH 1/1] systemd: upgrade to 215

2014-07-27 Thread Koen Kooi
Op 28 jul. 2014, om 04:24 heeft ChenQi het volgende geschreven: > On 07/25/2014 06:56 PM, Koen Kooi wrote: >> Op 25 jul. 2014, om 11:20 heeft Chen Qi het volgende >> geschreven: >> >>> Upgrade systemd from 213 to 215. >>> >>> systemd-older-kernel.patch is removed as it's fixed in 215. >> NA

Re: [OE-core] [PATCH] alsa-lib: remove non PN based -dev packages

2014-07-27 Thread Koen Kooi
Op 25 jul. 2014, om 12:05 heeft jackie.hu...@windriver.com het volgende geschreven: > From: Jackie Huang > > All dev related items should be packaged in the core > PN-dev package not in seperate packages. What's the upgrade path here for image and users that have 'alsa-dev' installed? Looks

[OE-core] [PATCH 3/3] image.bbclass: tweak read_only_rootfs_hook to also support systemd based systems

2014-07-27 Thread Chen Qi
--- meta/classes/image.bbclass |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index da13bb8..82605f2 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -199,9 +199,10 @@ do_rootfs[umask] =

[OE-core] [PATCH 1/3] volatile-binds: add recipe

2014-07-27 Thread Chen Qi
--- meta/recipes-core/volatile-binds/files/COPYING.MIT | 17 + .../volatile-binds/files/mount-copybind| 34 + .../volatile-binds/files/volatile-binds.service.in | 19 + meta/recipes-core/volatile-binds/volatile-binds.bb | 74 4 files changed

[OE-core] [PATCH 2/3] systemd: add volatile-binds to RDEPENDS

2014-07-27 Thread Chen Qi
--- meta/recipes-core/systemd/systemd_213.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_213.bb b/meta/recipes-core/systemd/systemd_213.bb index 5de7cdc..4fb7ffc 100644 --- a/meta/recipes-core/systemd/systemd_213.bb +++ b/meta/recipes-core/systemd/syst

[OE-core] [PATCH 0/3] Support 'read-only-rootfs' IMAGE_FEATURES for systemd based systems

2014-07-27 Thread Chen Qi
This patchset mainly comes from https://github.com/MentorEmbedded/meta-ro-rootfs with only a little modification. //Chen Qi The following changes since commit 3f7fcbc167c13bdaa6c12a81c7851530d72f02e0: directfb-examples: Fix building with new autoconf (2014-07-27 08:30:13 +0100) are available

[OE-core] [PATCH] pulseaudio: fix CVE-2014-3970

2014-07-27 Thread jackie.huang
From: Shan Hai The pa_rtp_recv function in modules/rtp/rtp.c in the module-rtp-recv module in PulseAudio 5.0 and earlier allows remote attackers to cause a denial of service (assertion failure and abort) via an empty UDP packet. Fix it by picking a patch from pulseaudio upstream code. Signed-of

[OE-core] [PATCH 2/3] base-files: remove strange 2775 perms from dirs like /home

2014-07-27 Thread Paul Gortmaker
Mark Hatle did the historical research into why this was so, and found that it originally was via debian import, and then it morphed over time: +# chown -R root:root ${D} +# cd ${D} && chown root:src usr/src +# cd ${D} && chown root:staff var/local +# cd ${D} && chown root:staff

[OE-core] [PATCH 1/3] base-files: actually install 2775 dirs as 2775, not 2755

2014-07-27 Thread Paul Gortmaker
Nothing interesting to see in the git history ; appears to have been this way since its creation. Signed-off-by: Paul Gortmaker --- meta/recipes-core/base-files/base-files_3.0.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/base-files/base-files_3.0.14

[OE-core] [PATCH 3/3] base-files: fix up misleading dir grouping names for lsb dirs

2014-07-27 Thread Paul Gortmaker
In commit b0df35f47fb79dc149504bd66d1186b3276f9510 ("base-files: Add to make some directories needed by LSB.") there were new groupings of dirs made. But rather than keep the grouping names permissions based as they clearly were, it seems that it was unfortunately misinterpreted as a counter, simp

[OE-core] [PATCH 0/3] base-files/fs-perms.txt fix up odd perm inconsistencies.

2014-07-27 Thread Paul Gortmaker
Originally I was aiming to fix YOCTO #6579 -- where we had drwxr-sr-x set for /home for no particular reason (other than historical reasons; see the commit log for details). In doing so I also uncovered a couple other small inconsistencies that could use a cleanup, as follows: -the group we call

Re: [OE-core] [PATCH 1/1] systemd: upgrade to 215

2014-07-27 Thread ChenQi
On 07/25/2014 06:56 PM, Koen Kooi wrote: Op 25 jul. 2014, om 11:20 heeft Chen Qi het volgende geschreven: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it's fixed in 215. NAK! This will drop libraries and and leave files unpackages, you need something like this:

[OE-core] [PATCH] libx11: Add missing NULL check

2014-07-27 Thread Drew Moseley
Add a check for NULL on dereferencing the xim pointer. Using mplayer with the x11 backend will trigger this and result in a segfault. Signed-off-by: Drew Moseley --- .../libx11/libX11-Add-missing-NULL-check.patch | 72 ++ meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb

Re: [OE-core] Aarch64 support needed

2014-07-27 Thread Khem Raj
On Sun, Jul 27, 2014 at 5:04 AM, atulkumar singh wrote: > BBLAYERS ?= " \ >/home/atulk/yocto/poky-master/meta \ >/home/atulk/yocto/poky-master/meta-yocto \ > /home/atulk/yocto/poky-master/meta-yocto-bsp \ > /home/atulk/yocto/poky-master/meta-aarch64 \ > /home/atulk/yocto/poky-master/

Re: [OE-core] [OE-code][PATCH] wic: include partition label in fs image file name

2014-07-27 Thread Maciek Borzecki
21 lip 2014 23:23 Tom Zanussi napisaƂ(a): > > On Mon, 2014-07-21 at 13:01 +0200, Maciej Borzecki wrote: > > Not including the label image but having multiple partitions of the same > > type, the image file of one partition would overwrite the other. > > > > Right, the empty-partition case som

[OE-core] Aarch64 support needed

2014-07-27 Thread atulkumar singh
Hi All, Is there support for Aarch64(64 bit ARMv8) available right now? If so then what i need to mention as a MACHINE in local.conf. Also please note that i tried adding meta-linaro layer which has meta-aarch64 into it. But it has lot more dependency like it ask for linaro, linaro-toolchain, net