[OE-core] [PATCH 0/4] Various PUs

2014-11-11 Thread Cristian Iorga
The following changes since commit 3c741a8d33acbf4b3d5eecc04533bc76e2f37253: oprofile: 0.9.9 - 1.0.0 (2014-11-09 10:21:24 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib PUs http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

[OE-core] [PATCH 2/4] sbc: upgrade to 1.3

2014-11-11 Thread Cristian Iorga
- Frame length calculation for dual-channel mode operation bug fixed; - Prevents overflow of an internal frame length variable. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-multimedia/sbc/{sbc_1.2.bb = sbc_1.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 3/4] bluez5: upgrade to 5.25

2014-11-11 Thread Cristian Iorga
- Cleanups and minor fixes; - Phonebook Access Profile 1.2 and Message Access Profile 1.2 features and improvements; - Various GATT related fixes; - Fix for a race condition which could occasionally cause LE connection/pairing failures. Signed-off-by: Cristian Iorga cristian.io...@intel.com ---

[OE-core] [PATCH 4/4] linux-firmware: upgrade to git rev 0e5f637

2014-11-11 Thread Cristian Iorga
- Intel iwlwifi firmware copyright years changed. - Cleanup and updates for Intel wireless firmware. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../linux-firmware/linux-firmware_git.bb | 48 +- 1 file changed, 37 insertions(+), 11 deletions(-) diff

[OE-core] [PATCH 1/4] wpa-supplicant: upgrade to 2.3

2014-11-11 Thread Cristian Iorga
- P2P WiFi improvements; - Bug fixes. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../recipes-connectivity/wpa-supplicant/wpa-supplicant.inc | 4 ++-- .../wpa-supplicant/fix-libnl3-host-contamination.patch | 14 +++--- .../{wpa-supplicant_2.2.bb =

Re: [OE-core] [RFC] Replace procps with procps-ng

2014-11-11 Thread Koen Kooi
Op 10 nov. 2014, om 11:38 heeft Paul Barker p...@paulbarker.me.uk het volgende geschreven: Hi all, I've tried upstreaming a patch against procps by sending it to the listed maintainer and the mailing list and I've had no reply from either. The last change to the CVS repository seems to

Re: [OE-core] [PATCH 1/4] avahi.inc: use avahi-daemon as avahi's provider

2014-11-11 Thread Koen Kooi
Op 10 nov. 2014, om 08:35 heeft Hongxu Jia hongxu@windriver.com het volgende geschreven: On 11/10/2014 02:42 PM, Martin Jansa wrote: The docs say that IMAGE_INSTALL is for package_name. So I think it's correct that it fails when you put recipe_name in it and sometimes there isn't any

Re: [OE-core] [PATCH 1/1] procps: install symlink under /etc/sysctl.d in case of systemd

2014-11-11 Thread Koen Kooi
Op 9 nov. 2014, om 08:03 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: Install /etc/sysctl.d/99-sysctl.conf symlink in case of systemd so that /etc/sysctl.conf is taken into consideration by systemd-sysctl. Signed-off-by: Chen Qi qi.c...@windriver.com Look good to me. --

Re: [OE-core] [PATCH 1/4] avahi.inc: use avahi-daemon as avahi's provider

2014-11-11 Thread Hongxu Jia
On 11/11/2014 05:02 PM, Koen Kooi wrote: It is not a bug when recipe foo.bb doesn't generate foo.ipk. Your changes introduce needless churn and break upgrade paths only to cater to people making wrong assumptions. Except on purpose to not generate recipe_name package, the other situation is

[OE-core] [PATCH 0/1] documentation.conf update

2014-11-11 Thread Paul Eggleton
The following change since commit 33b7885ecdc8774e34ac3534ec49fed6ffdb3916: oprofile: 0.9.9 - 1.0.0 (2014-11-09 10:19:58 +) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/docconf

[OE-core] [PATCH 1/1] documentation.conf: add missing tasks / variables

2014-11-11 Thread Paul Eggleton
Document some recently added tasks and variables. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/conf/documentation.conf | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 66ec093..5564316 100644

[OE-core] [PATCH V2 0/3] fix install package postinst-intercept oprofileui avahi to image failed

2014-11-11 Thread Hongxu Jia
Changed in V2: - Drop the fix of pointercal-xinput, it didn't generate recipe_name on purpose. - Rename package, from avahi-daemon to avahi, and oprofileui-viewer to oprofileui, add RPROVIDES for compatibility vim local.conf ... IMAGE_INSTALL_append = oprofileui avahi ... bitbake

[OE-core] [PATCH 2/3] oprofileui: rename package to use oprofileui to instead of oprofileui-viewer

2014-11-11 Thread Hongxu Jia
The package oprofileui does not exist, so we use oprofileui-viewer to instead. It avoids the do_rootfs failure while IMAGE_INSTALL += oprofileui For compatibility, let oprofileui to provide oprofileui-viewer and use ${PN} to instead of the hardcode oprofileui. [YOCTO #6937] Signed-off-by:

[OE-core] [PATCH 3/3] postinst-intercept: rename recipe for nativesdk only

2014-11-11 Thread Hongxu Jia
The recipe postinst-intercept is only used for nativesdk, so we rename it from postinst-intercept to nativesdk-postinst-intercept. It avoids unnecessary build of postinst-intercept. [YOCTO #6937] Signed-off-by: Hongxu Jia hongxu@windriver.com --- ...ostinst-intercept_1.0.bb =

[OE-core] [PATCH 1/3] avahi.inc: rename package to use avahi to instead of avahi-daemon

2014-11-11 Thread Hongxu Jia
The package avahi does not exist, as SUMMARY said, we should use avahi-daemon to instead. It avoids the do_rootfs failure while IMAGE_INSTALL += avahi For compatibility, let avahi to provide avahi-daemon. [YOCTO #6937] Signed-off-by: Hongxu Jia hongxu@windriver.com ---

Re: [OE-core] [PATCH 1/1] eglibc-use-option-groups.patch: Several fixups

2014-11-11 Thread Richard Purdie
On Sat, 2014-11-08 at 14:42 +, Richard Purdie wrote: On Fri, 2014-11-07 at 13:59 -0600, Peter Seebach wrote: This incorporates suggested changes for issues 6797 and 6809 from bugzilla, and a proposed change for 6796. For 6796, the issue is that you can't just include gnu/option-groups.h

[OE-core] [PATCH][daisy][backport] kernel: Prevent from installing so files into source dir

2014-11-11 Thread Koen Kooi
From: Yang Shi yang@windriver.com vdso build could generate so files, avoid installing such so files into kernel source dir, otherwise the below package QA error might be hit: ERROR: QA Issue: File '/usr/src/kernel/arch/x86/vdso/vdso64.so' from linux-yocto was already stripped, this will

[OE-core] OE Changelog since 2014-11-02 until 2014-11-09

2014-11-11 Thread cliff . brake
Changelog since 2014-11-02 until 2014-11-09. 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:

[OE-core] [PATCH 2/2] tzdata: update to 2014j

2014-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/recipes-extended/tzdata/tzdata_2014i.bb | 6 -- meta/recipes-extended/tzdata/tzdata_2014j.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-extended/tzdata/tzdata_2014i.bb create mode

[OE-core] [PATCH 0/2] update timezone to 2014j

2014-11-11 Thread Armin Kuster
These are minor changes: Changes affecting current and future time stamps Turks Caicos' switch from US eastern time to UTC-4 year-round did not occur on 2014-11-02 at 02:00. It's currently scheduled for 2015-11-01 at 02:00. (Thanks to Chris Walton.) Changes affecting past time stamps Many

[OE-core] [PATCH 1/2] tzcode: update to 2014j

2014-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/recipes-extended/tzcode/tzcode-native_2014i.bb | 10 -- meta/recipes-extended/tzcode/tzcode-native_2014j.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644

[OE-core] [PATCH] vala: upgrade to 0.26.1

2014-11-11 Thread Ross Burton
vapigen can't be disabled anymore, so remove --disable-vapigen. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-devtools/vala/vala.inc |5 ++--- meta/recipes-devtools/vala/vala_0.26.1.bb |5 + 2 files changed, 7 insertions(+), 3 deletions(-) create mode

[OE-core] [PATCH][V2] vala: upgrade to 0.26.1

2014-11-11 Thread Ross Burton
vapigen can't be disabled anymore, so remove --disable-vapigen. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-devtools/vala/vala.inc |5 ++--- meta/recipes-devtools/vala/vala_0.24.0.bb |6 -- meta/recipes-devtools/vala/vala_0.26.1.bb |6 ++ 3 files

[OE-core] Fwd: [oe] Public OE TSC meeting

2014-11-11 Thread Philip Balister
://www.timeanddate.com/worldclock/meetingdetails.html?is o=2014T1700p1=136p2=64p3=137p4=195p5=179 UID:http://www.timeanddate.com/worldclock/meetingdetails.html?iso=2014 T1700p1=136p2=64p3=137p4=195p5=179 DTSTAMP:2014T17Z END:VEVENT END:VCALENDAR

Re: [OE-core] runqemu + dhcp server

2014-11-11 Thread Patrick Ohly
On Wed, 2014-11-05 at 16:29 +, Burton, Ross wrote: On 4 November 2014 08:09, Patrick Ohly patrick.o...@intel.com wrote: Recently I built a custom image which depended on a DHCP server to configure Ethernet. runqemu with tap for networking doesn't provide

Re: [OE-core] [PATCH 2/4] recipes: add x11 to required DISTRO_FEATURES

2014-11-11 Thread Martin Jansa
On Thu, Oct 30, 2014 at 03:18:50PM +0100, Koen Kooi wrote: Op 30 okt. 2014, om 14:28 heeft Richard Purdie richard.pur...@linuxfoundation.org het volgende geschreven: On Thu, 2014-10-30 at 14:20 +0100, Martin Jansa wrote: On Wed, Aug 06, 2014 at 01:48:31PM +0200, Martin Jansa wrote: On

Re: [OE-core] [PATCH 1/1] eglibc-use-option-groups.patch: Several fixups

2014-11-11 Thread Peter Seebach
On Tue, 11 Nov 2014 10:55:24 + Richard Purdie richard.pur...@linuxfoundation.org wrote: Whilst I haven't 100% confirmed it, https://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/102/steps/BuildImages/logs/stdio looks like it may well be as a result of this change (which

Re: [OE-core] [PATCH 1/2] opkg: Upgrade to v0.2.3

2014-11-11 Thread Paul Barker
On 10 November 2014 15:50, Paul Barker p...@paulbarker.me.uk wrote: On 10 November 2014 15:27, Burton, Ross ross.bur...@intel.com wrote: On 31 October 2014 10:34, Paul Barker p...@paulbarker.me.uk wrote: The patches for opkg have been rebased using git so that they apply cleanly onto the

Re: [OE-core] [PATCH 1/2] opkg: Upgrade to v0.2.3

2014-11-11 Thread Burton, Ross
On 11 November 2014 20:19, Paul Barker p...@paulbarker.me.uk wrote: I've reproduced this and tracked the cause down to the pkg_hash_fetch_best_installation_candidate function mis-handling an obscure edge case. There are two providers of perl-module-config (libperl5 and perl), but neither is

[OE-core] [PATCH 0/1] v2: option groups fixup

2014-11-11 Thread Peter Seebach
This is like the previous one, only it's been updated to use a conditional test on HAVE_MBSTATE_T so it doesn't break poky-tiny. The following changes since commit 33b7885ecdc8774e34ac3534ec49fed6ffdb3916: oprofile: 0.9.9 - 1.0.0 (2014-11-09 10:19:58 +) are available in the git repository

[OE-core] [PATCH 1/1] eglibc-use-option-groups.patch: Minor fixups.

2014-11-11 Thread Peter Seebach
This incorporates suggested changes for issues 6797 and 6809 from bugzilla, and a revised change for 6796. For 6796, the issue is that you can't just include gnu/option-groups.h in libc-symbols, so we may not always have the option group defines available. If it's always visible, glibc won't build

Re: [OE-core] [PATCH 2/3] strace: Upgrade to 4.9

2014-11-11 Thread Burton, Ross
On 30 September 2014 10:33, Chong Lu chong...@windriver.com wrote: Remove two backported patches: 0001-Work-around-conflict-between-sys-ptrace.h-and-linux-.patch strace-fix-64-bit-process-detection.patch Update two patches to fit new version: Makefile-ptest.patch

Re: [OE-core] [PATCH v2] valgrind: Upgrade to 3.10.0

2014-11-11 Thread Burton, Ross
On 10 November 2014 11:02, Jonathan Liu net...@gmail.com wrote: Updated two patches to fit new version: - remove-arm-variant-specific.patch - remove-ppc-tests-failing-build.patch Signed-off-by: Jonathan Liu net...@gmail.com Two (so far) machines in the autobuilder are reporting QA errors

[OE-core] [PATCH] rpm: fix the rpm addsign function

2014-11-11 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- ...arseArgvString-to-parse-the-_gpg_check_pa.patch | 49 ++ meta/recipes-devtools/rpm/rpm_5.4.14.bb| 1 + 2 files changed, 50 insertions(+) create mode 100644

Re: [OE-core] [PATCH] rpm: fix the rpm addsign function

2014-11-11 Thread Rongqing Li
sorry, Please drop it. I will resend it. -Roy On 2014年11月12日 08:59, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- ...arseArgvString-to-parse-the-_gpg_check_pa.patch | 49 ++

[OE-core] [PATCH] cmake: supply CMAKE_AR in toolchain file

2014-11-11 Thread Cody P Schafer
--- meta/classes/cmake.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 10f8f98..3549c38 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass @@ -13,6 +13,7 @@ inherit autotools # C/C++ Compiler

[OE-core] [PATCH][v2] rpm: fix the rpm addsign function

2014-11-11 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- ...arseArgvString-to-parse-the-_gpg_check_pa.patch | 49 ++ meta/recipes-devtools/rpm/rpm_5.4.14.bb| 1 + 2 files changed, 50 insertions(+) create mode 100644

Re: [OE-core] [PATCH 2/3] strace: Upgrade to 4.9

2014-11-11 Thread Chong Lu
On 11/12/2014 07:57 AM, Burton, Ross wrote: On 30 September 2014 10:33, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: Remove two backported patches: 0001-Work-around-conflict-between-sys-ptrace.h-and-linux-.patch strace-fix-64-bit-process-detection.patch

[OE-core] [PATCH 0/1] strace: add libunwind dependency

2014-11-11 Thread Chong Lu
The following changes since commit 3c741a8d33acbf4b3d5eecc04533bc76e2f37253: oprofile: 0.9.9 - 1.0.0 (2014-11-09 10:21:24 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/strace http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/strace

Re: [OE-core] [PATCH 0/1] nss: CVE-2014-1568

2014-11-11 Thread akuster808
Would I upgrade nss for dizzy or backport the cve fix (leaning towards back porting). - armin On 11/07/2014 04:34 PM, Burton, Ross wrote: Hi Chong, On 6 November 2014 07:50, Chong Lu chong...@windriver.com mailto:chong...@windriver.com wrote: The following changes since commit

Re: [OE-core] [PATCH 2/3] pseudo: provide fallback passwd and group files

2014-11-11 Thread zhangxiao
On 2014年11月02日 01:04, Peter A. Bigot wrote: Normally pseudo is built with --without-passwd-fallback, which requires that somebody provide target passwd and group files. Those come from base-passwd in OE, but base-passwd cannot be built without first invoking operations under pseudo that require