Re: [OE-core] Discussion about architecure of ptest-runner patch

2014-11-04 Thread Markus Boos
Hi Tudor Thank you for your explanation. We made a small sed/awk script to format the googletest output to the ptest format. We published it on the yocto automated-testing list: https://lists.yoctoproject.org/pipermail/automated-testing/2014-November/91.html BR Markus > -Ursprüngli

Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-11-04 Thread ChenQi
On 10/31/2014 03:22 PM, Koen Kooi wrote: Op 31 okt. 2014, om 03:59 heeft ChenQi het volgende geschreven: On 10/30/2014 09:27 PM, Koen Kooi wrote: Op 30 okt. 2014, om 10:08 heeft Chen Qi het volgende geschreven: systemd needs this file to be there because one of its configuration file in pa

[OE-core] [PATCH 1/1] systemd: avoid using system-auth

2014-11-04 Thread Chen Qi
Patch systemd-user pam configuartion file to avoid using system-auth file. Instead, we use common-* files. Signed-off-by: Chen Qi --- ...0001-systemd-user-avoid-using-system-auth.patch | 27 ++ meta/recipes-core/systemd/systemd_216.bb | 1 + 2 files changed, 28 ins

[OE-core] [PATCH 0/1] systemd: avoid using system-auth

2014-11-04 Thread Chen Qi
The following changes since commit d7a277b35bcc67050046c76fb70412101679a545: docbook-xsl-stylesheets: add perl to RDEPENDS (2014-11-04 10:20:34 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/system-user http://cgit.openembedded.o

Re: [OE-core] [Patch v2 1/1] kernel.bbclass: enable a link for external module building

2014-11-04 Thread Bruce Ashfield
On 2014-11-04, 6:58 PM, Kamble, Nitin A wrote: -Original Message- From: Zanussi, Tom Sent: Tuesday, November 04, 2014 3:26 PM To: Kamble, Nitin A Cc: richard.pur...@linuxfoundation.org; Wold, Saul; Burton, Ross; Ashfield, Bruce (Wind River); dvh...@linux.intel.com; Openembedded- c...@l

Re: [OE-core] [Patch v2 1/1] kernel.bbclass: enable a link for external module building

2014-11-04 Thread Kamble, Nitin A
> -Original Message- > From: Zanussi, Tom > Sent: Tuesday, November 04, 2014 3:26 PM > To: Kamble, Nitin A > Cc: richard.pur...@linuxfoundation.org; Wold, Saul; Burton, Ross; Ashfield, > Bruce (Wind River); dvh...@linux.intel.com; Openembedded- > c...@lists.openembedded.org > Subject: Re:

Re: [OE-core] [Patch v2 1/1] kernel.bbclass: enable a link for external module building

2014-11-04 Thread Tom Zanussi
On Tue, 2014-09-30 at 14:40 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Even though the kernel-dev package provides the required support for > building external kernel modules on the target, some commonly used scripts > and utilities fail as they are not finding the kernel m

Re: [OE-core] [poky] 1.7 Stable Maintainer - Dizzy open for patch suggestions

2014-11-04 Thread Burton, Ross
On 4 November 2014 19:40, Saul Wold wrote: > Armin Kuster of Monta Vista will be the stable maintainer for the Dizzy > branch, and it is now open for suggestions of backport patches. Thanks Armin! Ross -- ___ Openembedded-core mailing list Openembe

[OE-core] 1.7 Stable Maintainer - Dizzy open for patch suggestions

2014-11-04 Thread Saul Wold
Hi Everyone! Armin Kuster of Monta Vista will be the stable maintainer for the Dizzy branch, and it is now open for suggestions of backport patches. The following wiki page has the Policies and process for requesting a fix in a stable branch, please review that before sending a patch. htt

[OE-core] [PATCH v5] image-buildinfo.bbclass: New class, writes

2014-11-04 Thread Alejandro Hernandez
build information to target filesystem on /etc/build such as enabled layers, their current status and commit. [YOCTO #6770] Signed-off-by: Alejandro Hernandez --- meta/classes/image-buildinfo.bbclass | 76 1 file changed, 76 insertions(+) create mode 10064

[OE-core] [PATCHv2 2/8] license_class: Added support for INCOMPATIBLE_LICENSE into license_create_manifest

2014-11-04 Thread Aníbal Limón
Now license_create_manifest handle INCOMPATIBLE_LICENSE to avoid put them into license.manifest and copy them into target image. Generalized license_ok(license) to license_ok(bad_licenses, license) to avoid duplicate code. [YOCTO #6765] Signed-off-by: Aníbal Limón --- meta/classes/license.bbcl

[OE-core] [PATCHv2 7/8] packagegropups: Added LIC_FILES_CHKSUM with MIT license to avoid warning when create license manifest.

2014-11-04 Thread Aníbal Limón
Signed-off-by: Aníbal Limón --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 + meta/recipes-core/packagegroups/packagegroup-base.bb | 1 + meta/recipes-core/packagegroups/packagegroup-core-boot.bb| 1 + meta/recipes-core/package

[OE-core] [PATCHv2 5/8] license_class: license_manifest_creation improvment copying licenses to target

2014-11-04 Thread Aníbal Limón
Do a hardlink for license.manifest and licenses instead of copy this helps in reduce disk usage when rootfs is built. Signed-off-by: Aníbal Limón --- meta/classes/license.bbclass | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/clas

[OE-core] [PATCHv2 4/8] license_class: Fix remove + trim in license_create_manifest.

2014-11-04 Thread Aníbal Limón
Signed-off-by: Aníbal Limón --- meta/classes/license.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index a055660..74de364 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass @@ -

[OE-core] [PATCHv2 6/8] license_class: license_create_manifest improve package file read

2014-11-04 Thread Aníbal Limón
Improved package file read using oe.packagedata.read_pkgdatafile instead of doing itself. Signed-off-by: Aníbal Limón --- meta/classes/license.bbclass | 23 +-- 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.

[OE-core] [PATCHv2 3/8] license_class: Added LICENSE_PRIORITY support

2014-11-04 Thread Aníbal Limón
Now you can specify LICENSE_PRIORITY for license manifest creation. This means that if you have LICENSE expression with OR's only one license is selected based on LICENSE_PRIORITY and INCOMPATIBLE_LICENSE. [YOCTO #6757] Signed-off-by: Aníbal Limón --- meta/classes/license.bbclass | 47

[OE-core] [PATCHv2 8/8] glibc-locale: Added LIC_FILES_CHKSUM for avoid warnings in license manifest creation.

2014-11-04 Thread Aníbal Limón
Signed-off-by: Aníbal Limón --- meta/recipes-core/glibc/glibc-collateral.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/glibc/glibc-collateral.inc b/meta/recipes-core/glibc/glibc-collateral.inc index 85e06da..e9e411d 100644 --- a/meta/recipes-core/glibc/glibc-collate

[OE-core] [PATCHv2 1/8] license_class: Reimplemented manifest creation in python

2014-11-04 Thread Aníbal Limón
Reimplemented license_manifest_create from shell to python, in order to use oe.license module for handle INCOMPATIBLE_LICENSE and add License prorities into OR's evaluation. Signed-off-by: Aníbal Limón --- meta/classes/license.bbclass | 161 --- 1 file cha

[OE-core] [PATCHv2 0/8] license_class: Added support for LICENSE_PRIORITY in manifest creation

2014-11-04 Thread Aníbal Limón
The major change is when you have OR'ed LICENSE only one is choose according LICENSE_PRIORITY preferences if LICENSE_PRIORITY isn't specified the left one is choosen. Some minor changes was done in the core/packagegroups and glibc-locale recipes adding LIC_FILES_CHECKSUM to avoid warnings in manif

Re: [OE-core] python 3.4.2 patch

2014-11-04 Thread Saul Wold
On 11/03/2014 03:51 PM, Artur Wroblewski wrote: Hi, As advised at https://bugzilla.yoctoproject.org/show_bug.cgi?id=6857 I am attaching a patch to replace Python 3.3.x with Python 3.4.2. This also fixes issue with missing basic Python 3.x modules, see https://bugzilla.yoctoproject.o

Re: [OE-core] [PATCH] ltp: update to 20140828 release

2014-11-04 Thread Richard Purdie
On Tue, 2014-11-04 at 17:10 +0200, Fathi Boudra wrote: > after a lot of finger-pointing and implying we don't test our changes > or do our homework or do clean builds: > * I've built ltp for armv7a and armv8 on our builders and it works > fine > * I've built poky for x86 and it built fine > > here'

Re: [OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2014-11-04 Thread Otavio Salvador
On Tue, Nov 4, 2014 at 11:24 AM, Richard Purdie wrote: > On Tue, 2014-11-04 at 10:12 -0200, Otavio Salvador wrote: >> On Tue, Nov 4, 2014 at 10:08 AM, Gary Thomas wrote: >> > Won't this just silently make use of PRINC a no-op? What about >> > the users that had their head in the sand for the las

Re: [OE-core] [PATCH 3/4] libcap: Upgrade to 2.24

2014-11-04 Thread Burton, Ross
On 5 September 2014 21:06, Saul Wold wrote: > + mv ${D}${libdir}/security ${D}${base_libdir} > If 'pam' isn't in DISTRO_FEATURES, this directory doesn't exist so the mv fails. Clearly we both have set this locally as it built for me too, but didn't work on every non-LSB autobuilde

Re: [OE-core] [PATCH] ltp: update to 20140828 release

2014-11-04 Thread Fathi Boudra
Hi Ross, Richard, On 31 October 2014 22:09, Burton, Ross wrote: > > On 31 October 2014 12:46, Fathi Boudra wrote: > >> fwiw, it has been built and tested on armv7 and armv8 architectures, both >> successfully. >> Now I'm lokking why this issue is triggered on x86: >> >> /home/pokybuild/yocto-au

Re: [OE-core] Going beyond MACHINE?

2014-11-04 Thread Mike Looijmans
On 10/20/2014 03:36 PM, Otavio Salvador wrote: On Mon, Oct 20, 2014 at 10:40 AM, Mike Looijmans wrote: On 10/20/2014 02:04 PM, Richard Purdie wrote: On Mon, 2014-10-20 at 13:55 +0200, Mike Looijmans wrote: The short version of my question: Can I define a "level" that goes beyond MACHINE?

Re: [OE-core] [PATCH 2/3] lsb 4.1: fix /usr/lib/ hardcodes

2014-11-04 Thread Mark Hatle
On 11/4/14, 7:40 AM, Koen Kooi wrote: Also collapse do_install and do_install_append. /usr/lib is hard coded for a reason. The LSB specification says the files must be installed in /usr/lib/lsb. (If this has changed, great, but it was true through at least early last year.) --Mark Signe

Re: [OE-core] [PATCH 8/8] gdb: 7.7.1 -> 7.8

2014-11-04 Thread Richard Purdie
On Tue, 2014-11-04 at 13:35 +0100, Martin Jansa wrote: > On Tue, Nov 04, 2014 at 11:39:08AM +, Richard Purdie wrote: > > Drop patch merged upstream. > > Please use -M when sending patches, all 8 in this series look like > without -M. Sorry, will do. I reused the wrong thing from command histo

[OE-core] OE Changelog since 2014-10-26 until 2014-11-02

2014-11-04 Thread cliff . brake
Changelog since 2014-10-26 until 2014-11-02. 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] packagegroup-self-hosted: add git-perltools

2014-11-04 Thread Iorga, Cristian
ACK. -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of jackie.hu...@windriver.com Sent: Tuesday, November 4, 2014 9:39 AM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH]

Re: [OE-core] [PATCH v3] libsanitizer: Enable GCC sanitizers

2014-11-04 Thread Burton, Ross
Hi Dan, On 16 September 2014 19:45, Dan McGregor wrote: > No worries. There's a new version up now. I did some experiments with > other machines. Turns out it doesn't > work on aarch64. > Said I'd merge these once 1.7 out and sadly there's some bad news: | /home/pokybuild/yocto-autobuilder/yoc

[OE-core] [PATCH 2/3] lsb 4.1: fix /usr/lib/ hardcodes

2014-11-04 Thread Koen Kooi
Also collapse do_install and do_install_append. Signed-off-by: Koen Kooi --- meta/recipes-extended/lsb/lsb_4.1.bb | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb index 34a70d0..897520a 10

[OE-core] [PATCH 3/3] lsb 4.1: fix indentation

2014-11-04 Thread Koen Kooi
Shell methods use tabs, variables use spaces. Signed-off-by: Koen Kooi --- meta/recipes-extended/lsb/lsb_4.1.bb | 96 ++-- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb

[OE-core] [PATCH 1/3] lsb 4.1: Deal with "make clean" breakage

2014-11-04 Thread Koen Kooi
LSB can't cope with a "make clean" so disable that newly enabled functionality. Signed-off-by: Koen Kooi --- meta/recipes-extended/lsb/lsb_4.1.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb index d265731..

Re: [OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2014-11-04 Thread Richard Purdie
On Tue, 2014-11-04 at 10:12 -0200, Otavio Salvador wrote: > On Tue, Nov 4, 2014 at 10:08 AM, Gary Thomas wrote: > > Won't this just silently make use of PRINC a no-op? What about > > the users that had their head in the sand for the last few months > > but still expect PRINC to have some effect (

Re: [OE-core] [PATCH 8/8] gdb: 7.7.1 -> 7.8

2014-11-04 Thread Martin Jansa
On Tue, Nov 04, 2014 at 11:39:08AM +, Richard Purdie wrote: > Drop patch merged upstream. Please use -M when sending patches, all 8 in this series look like without -M. > Signed-off-by: Richard Purdie > --- > meta/recipes-devtools/gdb/gdb-7.7.1.inc| 10 > meta/recipes-d

Re: [OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2014-11-04 Thread Otavio Salvador
On Tue, Nov 4, 2014 at 10:08 AM, Gary Thomas wrote: > Won't this just silently make use of PRINC a no-op? What about > the users that had their head in the sand for the last few months > but still expect PRINC to have some effect (and maybe don't use > PR server)? I would think escalating this t

Re: [OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2014-11-04 Thread Gary Thomas
On 2014-11-04 04:26, Richard Purdie wrote: PRINC is no longer needed since we have the PR service instead which people should be using. Drop the PRINC code. This has been deprecated with a warning for a while so we can remove it now. Signed-off-by: Richard Purdie diff --git a/meta/classes/bas

Re: [OE-core] Specifying 32 bit dependency for 64 bit software

2014-11-04 Thread Richard Purdie
On Mon, 2014-11-03 at 17:29 +, Laszlo Papp wrote: > we have a tool that we run during our make run, but this tool is > hard-coded for 32 bit. It depends on software like ncurses. I could > add ncurses-native in an ideal world; no problem. > > The problem is that my host environment is 64 bit c

[OE-core] [PATCH 7/8] oprofile: 0.9.9 -> 1.0.0

2014-11-04 Thread Richard Purdie
opcontrol is now dropped and replaced with the operf interface. As such, we drop the opstart/opstop commands and any patches related to the old removed interfaces. Some patches were also mered upstream so those are also dropped. Signed-off-by: Richard Purdie --- meta/recipes-kernel/oprofile/op

[OE-core] [PATCH 4/8] libunistring: 0.9.3 -> 0.9.4

2014-11-04 Thread Richard Purdie
Drop two patches merged upstream. Signed-off-by: Richard Purdie --- ...conv-m4-remove-the-test-to-convert-euc-jp.patch | 20 +++--- .../libunistring_fix_for_automake_1.12.patch | 81 -- .../libunistring/libunistring/parallelmake.patch | 26 --- .../libunistring/li

[OE-core] [PATCH 6/8] kexec-tools: 2.0.7 -> 2.0.8

2014-11-04 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb | 17 - meta/recipes-kernel/kexec/kexec-tools_2.0.8.bb | 17 + 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb cr

[OE-core] [PATCH 1/8] nasm: 2.11.05 -> 2.11.06

2014-11-04 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/nasm/nasm_2.11.05.bb | 29 - meta/recipes-devtools/nasm/nasm_2.11.06.bb | 29 + 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta/recipes-devtools/nasm/nasm_2.

[OE-core] [PATCH 8/8] gdb: 7.7.1 -> 7.8

2014-11-04 Thread Richard Purdie
Drop patch merged upstream. Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-7.7.1.inc| 10 meta/recipes-devtools/gdb/gdb-7.8.inc | 10 .../gdb/gdb-cross-canadian_7.7.1.bb| 3 --- .../recipes-devtools/gdb/gdb-cross-canadi

[OE-core] [PATCH 3/8] subversion: 1.8.9 -> 1.8.10

2014-11-04 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../subversion-1.8.10/disable_macos.patch | 68 .../subversion/subversion-1.8.10/libtool2.patch| 15 + .../subversion-1.8.9/disable_macos.patch | 68 .../subversion/subversion-1.8.9/libtool2.patch | 15 - .../subversion-CV

[OE-core] [PATCH 2/8] python-pycurl: 7.19.3.1 -> 7.19.5

2014-11-04 Thread Richard Purdie
Lines in the readme referring to the license moved, license is unchanged. Signed-off-by: Richard Purdie --- .../python/python-pycurl_7.19.3.1.bb | 34 -- .../python/python-pycurl_7.19.5.bb | 34 ++ 2 files changed, 34 insertio

[OE-core] [PATCH 5/8] mdadm: 3.3.1 -> 3.3.2

2014-11-04 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-extended/mdadm/mdadm_3.3.1.bb | 45 -- meta/recipes-extended/mdadm/mdadm_3.3.2.bb | 45 ++ 2 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 meta/recipes-extended/mdadm/mdad

[OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2014-11-04 Thread Richard Purdie
PRINC is no longer needed since we have the PR service instead which people should be using. Drop the PRINC code. This has been deprecated with a warning for a while so we can remove it now. Signed-off-by: Richard Purdie diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index e

Re: [OE-core] [PATCH 1/1] gdb: Upgrade gdb 7.7.1 -> 7.8

2014-11-04 Thread Burton, Ross
On 4 November 2014 03:25, ChenQi wrote: > There are failures on autobuilder that might be related to this patch. > > https://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/ > 88/steps/BuildImages/logs/stdio > > ERROR: Command Error: exit status: 1 Output: > Applying patch include_

[OE-core] runqemu + dhcp server

2014-11-04 Thread Patrick Ohly
Hello! Recently I built a custom image which depended on a DHCP server to configure Ethernet. runqemu with tap for networking doesn't provide one at the moment, so ssh logins did not work. Instead of customizing images for runqemu, I think it would be better to adapt runqemu and uses images as on