Re: [OE-core] [PATCH 1/2] libunwind: add recipes

2014-09-09 Thread Chong Lu
ping On 08/29/2014 04:38 PM, Chong Lu wrote: Add libunwind from meta-oe to oe-core, since perf depends on it. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-support/libunwind/libunwind.inc| 30 + meta/recipes-support/libunwind/libunwind_1.1.bb |

Re: [OE-core] [PATCH 2/2] perf: add libunwind support

2014-09-09 Thread Chong Lu
ping On 08/29/2014 04:38 PM, Chong Lu wrote: Add a new feature named 'perf-libunwind'. Adding this support to perf allows it to do stack traces on ARM - thumb2 and MIPS targets. PERF_FEATURES variable in perf-features.inc will enable the perf-libunwind. Signed-off-by: Chong Lu

[OE-core] [PATCH 2/6] udev: fix unsafe reference by installing libgudev in libdir

2014-09-09 Thread Chen Qi
From: Chen Qi qi.c...@windriver.com [CQID: WIND00444742] This patch fixes the following QA issue about unsafe reference in binaries. /lib/libgudev-1.0.so.0.1.1 requires /usr/lib/libgobject-2.0.so.0. As libgudev is a GObject wrapper for libudev, and the purpose of it is to make the development

[OE-core] [PATCH 3/6] insane.bbclass: make the checking stricter for unsafe references in scripts

2014-09-09 Thread Chen Qi
From: Chen Qi qi.c...@windriver.com [CQID: WIND00444742] Previously, the checking for unsafe references is not strict enough. It only checks whether '/usr/' is in the script. As a result, any script containing statements like below will match this check.

[OE-core] [PATCH 0/6] Fixes about unsafe references

2014-09-09 Thread Chen Qi
The following changes since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9: alsa-lib: libasound should runtime depends on alsa-conf (2014-09-03 11:30:11 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/unsafe-reference

[OE-core] [PATCH 1/6] zlib: install into base_libdir

2014-09-09 Thread Chen Qi
From: Chen Qi qi.c...@windriver.com [CQID: WIND00444742] Install zlib into base_libdir as kmod needs it. The purpose is to make system boot into single user mode even if /usr is missing. (LOCAL REV: NOT UPSTREAM) -- Sent to oe-core on 20131113 Signed-off-by: Chen Qi qi.c...@windriver.com

[OE-core] [PATCH 5/6] kmod: install libkmod into base_libdir

2014-09-09 Thread Chen Qi
From: Chen Qi qi.c...@windriver.com [CQID: WIND00444742] Install libkmod into base_libdir because udevd requires it. The purpose is to make system boot into single user mode even if /usr is missing. This patch fixes the following QA issue about unsafe references in binaries. /lib/udevd

[OE-core] [PATCH 4/6] iputils: fix program location and QA warning

2014-09-09 Thread Chen Qi
From: Chen Qi qi.c...@windriver.com [CQID: WIND00444742] According to FHS, only `ping' is required to be under /bin. So this patch move other commands like `ping6' and 'traceroute6' to /usr/bin. Doing so will fix QA warnings of unsafe reference of binaries in ping6. /bin/ping6.iputils requires

[OE-core] [PATCH 6/6] busybox: install ping6 into bindir by default

2014-09-09 Thread Chen Qi
[CQID: WIND00444742] Install `ping6' provided by busybox into /usr/bin to sync with the iputils package. (LOCAL REV: NOT UPSTREAM) -- Sent to oe-core on 20131113 Signed-off-by: Chen Qi qi.c...@windriver.com Signed-off-by: Joe MacDonald joe.macdon...@windriver.com Signed-off-by: Jeff Polk

[OE-core] [PATCH 0/1] libxml2: fix python path and enable libxml2-python

2014-09-09 Thread Robert Yang
* Tested on: qemux86 qemux86-64 qemuarm qemuppc qemumips. // Robert The following changes since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9: alsa-lib: libasound should runtime depends on alsa-conf (2014-09-03 11:30:11 +0100) are available in the git repository at:

[OE-core] [PATCH 1/1] libxml2: fix python path and enable libxml2-python

2014-09-09 Thread Robert Yang
We have libxml2-python for native and nativesdk, but don't have it for target, and can't find the reason from the git log, libxml2-python is widely used, after looked into it's configure.in, we can enable it easily. The previous --with-python=${STAGING_BINDIR}/python is incorrect, it acted as

[OE-core] [PATCH 0/1] grub-efi: Replace _BSD_SOURCE macro with _DEFAULT_SOURCE

2014-09-09 Thread Robert Yang
The following changes since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9: alsa-lib: libasound should runtime depends on alsa-conf (2014-09-03 11:30:11 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/grub-efi

[OE-core] [PATCH 1/1] grub-efi: Replace _BSD_SOURCE macro with _DEFAULT_SOURCE

2014-09-09 Thread Robert Yang
This is needed with glibc 2.20 since _BSD_SOURCE macro is gone Khem fixed grub, but the grub-efi also needs it, the patch can't apply to grub-efi, so made a new patch for it. Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

Re: [OE-core] [[PATCH] qemuppc64: add machine

2014-09-09 Thread Richard Purdie
On Mon, 2014-09-08 at 18:53 -0700, Armin Kuster wrote: override USER_CLASSES as prelink does not currently work on ppc64 --- meta/conf/machine/qemuppc64.conf | 16 1 file changed, 16 insertions(+) create mode 100644 meta/conf/machine/qemuppc64.conf diff --git

Re: [OE-core] [PATCH] rpcbind: add option to fix port number

2014-09-09 Thread Li.Wang
On 09/05/2014 11:24 PM, Burton, Ross wrote: On 12 August 2014 09:44, Li.Wang li.w...@windriver.com wrote: Opening random ports in privileged port range, among them one port that identifies itself as pop3s, is not a good practice. Both Ericsson and our customers run regular

Re: [OE-core] [PATCH 0/1] pango / ptest: clean CFLAGS for host binary

2014-09-09 Thread wenzong fan
Recall this patch, it should be fixed from the dependency of swig. Sorry for the inconvenience. // Wenzong On 09/02/2014 01:53 PM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com The binary gen-all-unicode needs to be compiled for the host architecture, the

Re: [OE-core] [PATCH 0/1] pango / ptest: clean CFLAGS for host binary

2014-09-09 Thread wenzong fan
On 09/09/2014 05:11 PM, wenzong fan wrote: Oops, I replied wrong mail list, this patch works and have been merged, please just ignore my nonsense below: Recall this patch, it should be fixed from the dependency of swig. Sorry for the

Re: [OE-core] [oe-commits] Richard Purdie : sstatesig/sstate: Add support for locked down sstate cache usage

2014-09-09 Thread Hongxu Jia
On 09/05/2014 07:29 PM, g...@opal.openembedded.org wrote: Module: openembedded-core.git Branch: master-next Commit: a12e33a584a77df4bdd9ad6a5d1a58f4dde10317 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=a12e33a584a77df4bdd9ad6a5d1a58f4dde10317 Author: Richard Purdie

[OE-core] [PATCH 0/1] Fix buildhistory regression

2014-09-09 Thread Paul Eggleton
The following change since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9: alsa-lib: libasound should runtime depends on alsa-conf (2014-09-03 11:30:11 +0100) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/sstate-buildhistory

[OE-core] [PATCH 1/1] classes/sstate: fix regression affecting buildhistory

2014-09-09 Thread Paul Eggleton
SSTATEPOSTINSTFUNCS needs to be set with ?= here - if it's = it'll wipe out what is set in that variable in buildhistory, which ends up being parsed earlier than the statement in sstate.bbclass. This fixes buildhistory no longer recording package information since OE-Core revision

[OE-core] [PATCH 1/1] rootfs.py: fix PRE/POSTPROCESS_COMMANDS for rpm and deb

2014-09-09 Thread Robert Yang
The rpm didn't run RPM_PREPROCESS_COMMANDS or RPM_POSTPROCESS_COMMANDS, the similar to deb, this patch fix the problem. And fix a typo: DEB_POSTPROCESS_COMMAND - DEB_POSTPROCESS_COMMANDS Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/lib/oe/rootfs.py | 14 +- 1 file

[OE-core] [PATCH 0/1] rootfs.py: fix PRE/POSTPROCESS_COMMANDS for rpm and deb

2014-09-09 Thread Robert Yang
Hello, This patch fixes RPM_PREPROCESS_COMMANDS and RPM_POSTPROCESS_COMMANDS (the similar to deb). Btw., there is another ROOTFS_POSTINSTALL_COMMAND, only the ipk's install runs it atm, what's the difference between ROOTFS_POSTINSTALL_COMMAND and ROOTFS_POSTPROCESS_COMMAND? Do we need rpm and

[OE-core] [PATCH] nfs-utils: debianize start-statd

2014-09-09 Thread Li Wang
make start-statd command to use nfscommon configure, too. Signed-off-by: Henrik Riomar henrik.rio...@ericsson.com Signed-off-by: Li Wang li.w...@windriver.com --- .../files/nfs-utils-debianize-start-statd.patch| 36 .../nfs-utils/nfs-utils_1.2.8.bb |

Re: [OE-core] [PATCH 1/1] classes/sstate: fix regression affecting buildhistory

2014-09-09 Thread Paul Eggleton
On Tuesday 09 September 2014 11:05:56 Paul Eggleton wrote: SSTATEPOSTINSTFUNCS needs to be set with ?= here - if it's = it'll wipe out what is set in that variable in buildhistory, which ends up being parsed earlier than the statement in sstate.bbclass. This fixes buildhistory no longer

[OE-core] [PATCH v2 1/1] classes/buildhistory: fix for sstate class change

2014-09-09 Thread Paul Eggleton
SSTATEPOSTINSTFUNCS is now set with = in sstate.bbclass, and because the line here in buildhistory.bbclass ends up being parsed before that we now need to use _append or the value we are adding will be wiped out. This fixes buildhistory no longer recording package information since OE-Core

[OE-core] [PATCH v2 0/1] Fix buildhistory regression

2014-09-09 Thread Paul Eggleton
Since v1, use an alternative method to resolve the issue that doesn't involve reverting the original change. The following changes since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9: alsa-lib: libasound should runtime depends on alsa-conf (2014-09-03 11:30:11 +0100) are available in the

[OE-core] [PATCH] bluez4: optionally install systemd unit files

2014-09-09 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-connectivity/bluez/bluez4.inc |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/bluez/bluez4.inc b/meta/recipes-connectivity/bluez/bluez4.inc index d7d3796..3f91166 100644 ---

Re: [OE-core] [PATCH 2/7] lttng-modules: fix compilation for 3.17-rcX

2014-09-09 Thread Burton, Ross
On 8 September 2014 20:55, Bruce Ashfield bruce.ashfi...@windriver.com wrote: +++ b/meta/recipes-kernel/lttng/lttng-modules/Fix-noargs-probes-should-calculate-alignment-and-eve.patch @@ -0,0 +1,127 @@ +From d3de7f1468be0b18145ff85b3c1a7c7fb1d48c15 Mon Sep 17 00:00:00 2001 +From: Mathieu

Re: [OE-core] [PATCH 3/7] perf: fix v3.17 powerpc compilation issues

2014-09-09 Thread Burton, Ross
On 8 September 2014 20:55, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Unitl fixes get into the mainline kernel, we temporarily fix the issues by Until Whilst you're fixing the patch headers in the other commit, you can fix this typo. :) Ross --

Re: [OE-core] [PATCH 0/7] linux-yocto*: consolidated pull request

2014-09-09 Thread Burton, Ross
On 8 September 2014 20:55, Bruce Ashfield bruce.ashfi...@windriver.com wrote: I'm on the road for the next three days, but wanted to get this out for a preview before being a bit unresponsive, and to let others apply and build these if they want. Just noticed this. I'll pull these into my mut

Re: [OE-core] [PATCH 15/35] wic: Remove 3rdparty/urlgrabber

2014-09-09 Thread Ola X Nilsson
This commit breaks wic for me. Urlgrabber is imported from pykickstart/version.py and pykickstart/parser.py. Having python-urlgrabber installed in your distro hides this problem. -- Ola Nilsson -Original Message- From: openembedded-core-boun...@lists.openembedded.org

Re: [OE-core] [PATCH 2/7] lttng-modules: fix compilation for 3.17-rcX

2014-09-09 Thread Bruce Ashfield
On Tue, Sep 9, 2014 at 7:40 AM, Burton, Ross ross.bur...@intel.com wrote: On 8 September 2014 20:55, Bruce Ashfield bruce.ashfi...@windriver.com wrote: +++ b/meta/recipes-kernel/lttng/lttng-modules/Fix-noargs-probes-should-calculate-alignment-and-eve.patch @@ -0,0 +1,127 @@ +From

[OE-core] Backporting of latest recipes on oe-classic

2014-09-09 Thread Bryan
Hi, We have some queries regarding OE-Classic. 1. Where can we find latest recipes for oe-classic. Does oe-classic is still get updation for latest package support? 2. How can we compile latest recipes of oe-core on oe-classic and ofcourse there bitbake version would be different.Basically, we

Re: [OE-core] [PATCH 0/7] linux-yocto*: consolidated pull request

2014-09-09 Thread Bruce Ashfield
On Tue, Sep 9, 2014 at 7:42 AM, Burton, Ross ross.bur...@intel.com wrote: On 8 September 2014 20:55, Bruce Ashfield bruce.ashfi...@windriver.com wrote: I'm on the road for the next three days, but wanted to get this out for a preview before being a bit unresponsive, and to let others apply

Re: [OE-core] [oe] Backporting of latest recipes on oe-classic

2014-09-09 Thread Paul Eggleton
On Tuesday 09 September 2014 18:23:24 Bryan wrote: We have some queries regarding OE-Classic. 1. Where can we find latest recipes for oe-classic. http://cgit.openembedded.org/cgit.cgi/openembedded/ That's as up-to-date as it gets. There might be other forked repositories floating around,

Re: [OE-core] [PATCH 1/3] oeqa: Added package installer to oetest to aid in future automatic install of packages

2014-09-09 Thread Burton, Ross
On 4 September 2014 12:27, Lucian Musat georgex.l.mu...@intel.com wrote: +#TODO: use package_manager.py to install packages on any type of image +def install_packages(self, packagelist): +for package in packagelist: +(status, result) = self.target.run(smart install

Re: [OE-core] [[PATCH] qemuppc64: add machine

2014-09-09 Thread Mark Hatle
On 9/9/14, 3:05 AM, Richard Purdie wrote: On Mon, 2014-09-08 at 18:53 -0700, Armin Kuster wrote: override USER_CLASSES as prelink does not currently work on ppc64 --- meta/conf/machine/qemuppc64.conf | 16 1 file changed, 16 insertions(+) create mode 100644

Re: [OE-core] [PATCH 1/1] bbclass/sstate: only allowed sstate-cache objects are allowed in a build (read-only sstate-cache)

2014-09-09 Thread Mark Hatle
On 9/7/14, 4:24 AM, Richard Purdie wrote: On Fri, 2014-09-05 at 09:05 -0500, Mark Hatle wrote: On 9/5/14, 4:42 AM, Richard Purdie wrote: Hi Hongxu, On Thu, 2014-08-21 at 10:36 +0800, Hongxu Jia wrote: The requirement is the developer who demand only the new software they write is allowed to

[OE-core] [PATCH] glibc: Incremental bump to 2.20 release branch

2014-09-09 Thread Khem Raj
Now that glibc 2.20 has been released. We switch to use release branch and remove the already applied patch Signed-off-by: Khem Raj raj.k...@gmail.com --- .../glibc/cross-localedef-native_2.20.bb |4 +- .../0001-Define-__GI_fegetenv-for-e500-libm.patch | 45

Re: [OE-core] [PATCH] Add support for ccache builds with the SDK

2014-09-09 Thread Laszlo Papp
On Tue, Sep 2, 2014 at 7:22 AM, Fathi Boudra fathi.bou...@linaro.org wrote: On 1 September 2014 21:04, Otavio Salvador ota...@ossystems.com.br wrote: Laszlo, On Mon, Sep 1, 2014 at 2:47 PM, Laszlo Papp lp...@kde.org wrote: Just in case the severity is not clear. Without this change, the Yocto

Re: [OE-core] [PATCH] Adding new qemuppc64 machine config

2014-09-09 Thread Richard Purdie
On Mon, 2014-09-08 at 22:03 -0700, akuster808 wrote: I forgot to mention. I will update linux-yocto_3.1x.bb too. You need to talk to Bruce about that. I'm also worried about this coming in this late, after feature freeze. Cheers, Richard - Armin On 09/08/2014 06:53 PM, Armin Kuster wrote:

Re: [OE-core] [[PATCH] qemuppc64: add machine

2014-09-09 Thread akuster808
On 09/09/2014 01:05 AM, Richard Purdie wrote: On Mon, 2014-09-08 at 18:53 -0700, Armin Kuster wrote: override USER_CLASSES as prelink does not currently work on ppc64 --- meta/conf/machine/qemuppc64.conf | 16 1 file changed, 16 insertions(+) create mode 100644

Re: [OE-core] [[PATCH] qemuppc64: add machine

2014-09-09 Thread akuster808
On 09/09/2014 07:46 AM, Mark Hatle wrote: On 9/9/14, 3:05 AM, Richard Purdie wrote: On Mon, 2014-09-08 at 18:53 -0700, Armin Kuster wrote: override USER_CLASSES as prelink does not currently work on ppc64 --- meta/conf/machine/qemuppc64.conf | 16 1 file changed, 16

[OE-core] [PATCH 0/1] wic: remove all urlgrabber references

2014-09-09 Thread Tom Zanussi
This fixes a problem noticed by a user, that urlgrabber was still being referenced even though it had been removed from the 3rdparty code. The following changes since commit a44006262cf3b810ec78b4cccd8076102a7a0f3e: distro/poky: Add Debian 7.5 and 7.6 version as validated (2014-09-03 16:00:29

[OE-core] [PATCH 1/1] wic: Completely remove all urlgrabber references

2014-09-09 Thread Tom Zanussi
The previous commit, 'wic: Remove 3rdparty/urlgrabber' didn't actually remove all references to urlgrabber - this does however. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- scripts/lib/wic/3rdparty/pykickstart/parser.py | 87 +

Re: [OE-core] [PATCH 15/35] wic: Remove 3rdparty/urlgrabber

2014-09-09 Thread Tom Zanussi
On Tue, 2014-09-09 at 13:48 +0200, Ola X Nilsson wrote: This commit breaks wic for me. Urlgrabber is imported from pykickstart/version.py and pykickstart/parser.py. Having python-urlgrabber installed in your distro hides this problem. Thanks for the report - I just posted a patch to fix

[OE-core] [oe-core][PATCH 1/1] gdb: allow compilation for __aarch64__

2014-09-09 Thread Joe Slater
asm/ptrace.h must be included in two files. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-devtools/gdb/gdb.inc |1 + .../gdb/gdb/include_asm_ptrace.patch | 30 2 files changed, 31 insertions(+), 0 deletions(-) create

[OE-core] [PATCH] valgrind: backport enabling for glibc 2.20

2014-09-09 Thread Ross Burton
Now that we're running glibc 2.20 not 2.19, backport the configure.ac fixes from upstream. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../valgrind/valgrind/glibc-2.19.patch | 23 --- .../valgrind/valgrind/glibc-2.20.patch | 30

Re: [OE-core] [PATCH] Adding new qemuppc64 machine config

2014-09-09 Thread akuster808
On 09/09/2014 08:02 AM, Richard Purdie wrote: On Mon, 2014-09-08 at 22:03 -0700, akuster808 wrote: I forgot to mention. I will update linux-yocto_3.1x.bb too. You need to talk to Bruce about that. I'm also worried about this coming in this late, after feature freeze. I wasn't targeting

[OE-core] [PATCH] nspr: Upgrade to 4.10.7

2014-09-09 Thread Saul Wold
Remove patch that was directly modifing the configure script since we can now use autoreconf to configure. This also allowed for the removal of the do_configure() functions. Added patch to remove an undefined ${srcdir}. Signed-off-by: Saul Wold s...@linux.intel.com ---

[OE-core] Packaging kernel sources

2014-09-09 Thread Darren Hart
Hi all, I'm working on a project which needs to have the full kernel sources installed on the target. The kernel-dev package as defined by kernel.bbclass is heavily pruned to minimize packaging time and size and is intended to enable building of external modules on the target. Is there an

Re: [OE-core] Packaging kernel sources

2014-09-09 Thread Koen Kooi
Op 9 sep. 2014, om 17:42 heeft Darren Hart dvh...@linux.intel.com het volgende geschreven: Hi all, I'm working on a project which needs to have the full kernel sources installed on the target. The kernel-dev package as defined by kernel.bbclass is heavily pruned to minimize packaging time