[OE-core] [PATCH 1/1] package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = python3

2014-10-31 Thread Hongxu Jia
While a pkg name (such as python3) not existed in variable PACKAGES, but provided by another pkg (such as python-core), in this situation, rpm based do_rootfs could not search it in the feeds. The fix is to invoke 'smart query --provides' to do the search if the feeds search failed. We don't drop

[OE-core] [PATCH 0/1] package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = python3

2014-10-31 Thread Hongxu Jia
vim local.conf ... IMAGE_INSTALL_append python3 ... bitbake core-image-minimal //Hongxu The following changes since commit dacc4ce59e48129a1a1e5316e10780f7358e29ef: nativesdk-cmake: Adjust toolchain paths dynamically (2014-10-24 21:59:46 +0100) are available in the git repository at:

Re: [OE-core] Opkg 0.2.3

2014-10-31 Thread Michael Gloff
On Thu, Oct 30, 2014 at 2:48 PM, Paul Barker p...@paulbarker.me.uk wrote: On 30 October 2014 19:15, Michael Gloff mgl...@emacinc.com wrote: As Paul mentioned yesterday opkg 0.2.4 is on it's way and 0.2.3 has been available for 2 months. If there are not any objections, I have an updated

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

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

Re: [OE-core] [PATCH 1/1] docbook-xsl-stylesheets: add perl to RDEPENDS

2014-10-31 Thread Chong Lu
Drop this one, I will send a V2. Best Regards Chong On 10/29/2014 03:08 PM, Chong Lu wrote: This solves the following warning: docbook-xsl-stylesheets-1.78.1: docbook-xsl-stylesheets requires /usr/bin/perl, /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu

Re: [OE-core] [WIP][PATCH] systemd: don't move libgudev around, it breaks libgudev-1.0.la

2014-10-31 Thread Andreas Müller
On Fri, Oct 24, 2014 at 12:29 PM, Burton, Ross ross.bur...@intel.com wrote: On 24 October 2014 10:04, Martin Jansa martin.ja...@gmail.com wrote: Should I resend without WIP tag now when ChenQi confirmed that moving libgudev isn't needed? No need, I've merged it into my staging branch

Re: [OE-core] [PATCH 1/1] package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = python3

2014-10-31 Thread Laurentiu Palcu
On Fri, Oct 31, 2014 at 03:05:58PM +0800, Hongxu Jia wrote: While a pkg name (such as python3) not existed in variable PACKAGES, but provided by another pkg (such as python-core), in this situation, rpm based do_rootfs could not search it in the feeds. The fix is to invoke 'smart query

[OE-core] [PATCH V2 1/1] docbook-xsl-stylesheets: add perl to RDEPENDS

2014-10-31 Thread Chong Lu
This solves the following warning: docbook-xsl-stylesheets-1.78.1: docbook-xsl-stylesheets requires /usr/bin/perl, /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong...@windriver.com --- ...-stylesheets-no-bashism-in-docbook-xsl-up.patch | 24

[OE-core] [PATCH V2 0/1] docbook-xsl-stylesheets: add perl to RDEPENDS

2014-10-31 Thread Chong Lu
Change since v1: use patch instead of sed command The following changes since commit f19b4e995ea47f9243f152b39337330307453c9f: bitbake: bitbake: clarify startup message (2014-10-30 13:39:52 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/doc

[OE-core] [PATCH 0/1] insane.bbclass: add condition for build-deps

2014-10-31 Thread Chong Lu
The following changes since commit f19b4e995ea47f9243f152b39337330307453c9f: bitbake: bitbake: clarify startup message (2014-10-30 13:39:52 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/insanebb

[OE-core] [PATCH 1/1] insane.bbclass: add condition for build-deps

2014-10-31 Thread Chong Lu
Add condition for build-deps, then we can use it in INSANE_SKIP. Signed-off-by: Chong Lu chong...@windriver.com --- meta/classes/insane.bbclass | 51 +++-- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/meta/classes/insane.bbclass

Re: [OE-core] [PATCH 1/1] package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = python3

2014-10-31 Thread Hongxu Jia
On 10/31/2014 04:50 PM, Laurentiu Palcu wrote: On Fri, Oct 31, 2014 at 03:05:58PM +0800, Hongxu Jia wrote: While a pkg name (such as python3) not existed in variable PACKAGES, but provided by another pkg (such as python-core), in this situation, rpm based do_rootfs could not search it in the

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

2014-10-31 Thread Burton, Ross
On 29 October 2014 08:38, Fathi Boudra fathi.bou...@linaro.org wrote: bump SRCREV to 20140828 tag drop automake-foreign patch - fixed upstream (commit 18594de and edbae29) update realtime tests fixes upstream status from submitted to backported - merged upstream This doesn't build on the

[OE-core] [PATCH V2 0/1] package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = python3

2014-10-31 Thread Hongxu Jia
Changed in V2: - Remove debug commented out line; - Tweak the way of function invoking; vim local.conf ... IMAGE_INSTALL_append python3 ... bitbake core-image-minimal //Hongxu The following changes since commit dacc4ce59e48129a1a1e5316e10780f7358e29ef: nativesdk-cmake: Adjust toolchain

[OE-core] [PATCH 1/1] package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = python3

2014-10-31 Thread Hongxu Jia
While a pkg name (such as python3) not existed in variable PACKAGES, but provided by another pkg (such as python-core), in this situation, rpm based do_rootfs could not search it in the feeds. The fix is to invoke 'smart query --provides' to do the search if the feeds search failed. We don't drop

Re: [OE-core] [PATCH] gcc: fix ICE in dwarf2out_var_location

2014-10-31 Thread Huang, Jie (Jackie)
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core- boun...@lists.openembedded.org] On Behalf Of Peter A. Bigot Sent: Wednesday, October 29, 2014 9:45 PM To: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH]

[OE-core] preferred remotes for git pulls?

2014-10-31 Thread Peter A. Bigot
There are two changes (virtual/bluez and pseudo-no-host-passwd) that I'd like to rework and propose for master now that it's reopened. Both are likely to touch multiple files. Previous comments and the wiki how-to suggest that git-pull is preferred over patchwork-only for multi-patch changes

[OE-core] [PATCH] Use env in python-shebangs

2014-10-31 Thread Martin Hundebøll
To make fake env or virtualenv possible, make sure python scripts use #!/usr/bin/env python as shebang. Comments to previous patches/rfcs rejected the idea of either explicit use of python2 in the env-shebang or a python2-symlink in the bitbake environment, so this is dropped. Still we would

[OE-core] [PATCH] scripts: use '/usr/bin/env' in shebangs with python

2014-10-31 Thread Martin Hundebøll
To support yocto on systems with python3 as default version, scripts should use /usr/bin/env python in the shebang, as this allows the use of a fake env to mimic python2 as default version. This patch simply replaces occurrences of #!/usr/bin/python with #!/usr/bin/env python and was done with

Re: [OE-core] preferred remotes for git pulls?

2014-10-31 Thread Burton, Ross
On 31 October 2014 10:11, Paul Eggleton paul.eggle...@linux.intel.com wrote: I have existing github resources that I could use as the source. Would that be acceptable to the maintainers? I think for OE-Core at least the contrib repo is preferred but not necessarily mandatory.

Re: [OE-core] Opkg 0.2.3

2014-10-31 Thread Paul Barker
On 31 October 2014 07:14, Michael Gloff mgl...@emacinc.com wrote: On Thu, Oct 30, 2014 at 2:48 PM, Paul Barker p...@paulbarker.me.uk wrote: On 30 October 2014 19:15, Michael Gloff mgl...@emacinc.com wrote: I would also at this time like to propose changing the default list directory from

[OE-core] [PATCH 2/2] opkg-utils: Update SRCREV

2014-10-31 Thread Paul Barker
update-alternatives now escapes '[' in expressions passed to sed. Signed-off-by: Paul Barker p...@paulbarker.me.uk --- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb

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

2014-10-31 Thread Paul Barker
The patches for opkg have been rebased using git so that they apply cleanly onto the new release. Signed-off-by: Paul Barker p...@paulbarker.me.uk --- meta/recipes-devtools/opkg/opkg/add-exclude.patch | 22 ++-- .../opkg/opkg/no-install-recommends.patch | 24

Re: [OE-core] opkg Status Update

2014-10-31 Thread Paul Barker
On 30 October 2014 15:42, Trevor Woerner trevor.woer...@linaro.org wrote: Hi Paul, I too wanted to express my thanks to you for this work! On 10/28/14 19:33, Paul Barker wrote: This would be a great time for someone to step up and help move things forward to v0.4.0 and beyond. Is there a

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

2014-10-31 Thread Richard Purdie
On Fri, 2014-10-31 at 09:44 +, Burton, Ross wrote: On 29 October 2014 08:38, Fathi Boudra fathi.bou...@linaro.org wrote: bump SRCREV to 20140828 tag drop automake-foreign patch - fixed upstream (commit 18594de and edbae29) update realtime tests fixes

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

2014-10-31 Thread Fathi Boudra
On 31 October 2014 12:58, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2014-10-31 at 09:44 +, Burton, Ross wrote: On 29 October 2014 08:38, Fathi Boudra fathi.bou...@linaro.org wrote: bump SRCREV to 20140828 tag drop automake-foreign patch - fixed

[OE-core] [PATCH 1/1] qemu: upgrade to 2.1.2

2014-10-31 Thread Cristian Iorga
Mainly a bug fix release. - Patch 0001-Back-porting-security-fix-CVE-2014-5388.patch removed, included upstream. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- ...1-Back-porting-security-fix-CVE-2014-5388.patch | 30 -- .../qemu/{qemu_2.1.0.bb = qemu_2.1.2.bb}

[OE-core] [PATCH 0/1] QEMU upgrade to 2.1.2

2014-10-31 Thread Cristian Iorga
The following changes since commit f19b4e995ea47f9243f152b39337330307453c9f: bitbake: bitbake: clarify startup message (2014-10-30 13:39:52 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib PUs

[OE-core] [PATCH v2] gcc: backport tow patches to fix ICE in dwarf2out_var_location

2014-10-31 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The first patch fixes the ICE in dwarf2out_var_location, at dwarf2out.c. r212171: * except.c (emit_note_eh_region_end): New helper function. (convert_to_eh_region_ranges): Use emit_note_eh_region_end to emit EH_REGION_END note. *

[OE-core] [PATCH 0/1] psplash update

2014-10-31 Thread Paul Eggleton
The following change since commit b7936bacf0cc89bdda6722d317274bd4a3af840a: elfutils: fix elf_cvt_gnuhash (2014-10-30 13:12:58 +) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/psplash

[OE-core] [PATCH 1/1] psplash: update to latest git version

2014-10-31 Thread Paul Eggleton
Include two enhancement patches from Olaf Mandel o.man...@menlosystems.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/psplash/psplash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb

Re: [OE-core] [PATCH 2/2] Make appearance more configurable

2014-10-31 Thread Paul Eggleton
Hi Olaf, I've merged these two patches into the psplash repository and have sent a corresponding recipe update patch for OE-Core. Apologies for the delay. Thanks, Paul -- Paul Eggleton Intel Open Source Technology Centre -- ___ Openembedded-core

[OE-core] issues encountered using wic

2014-10-31 Thread Peter A. Bigot
I've started to transition to wic (in master) in hopes it reduces the amount of host passwd contamination resulting from creating SD images by untarring the rootfs onto an SD card. I've run into the following initial issues: First, wic requires a populated rootfs, by default in the recipe

Re: [OE-core] [PATCH v2] gcc: backport tow patches to fix ICE in dwarf2out_var_location

2014-10-31 Thread Peter A. Bigot
On 10/31/2014 09:41 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The first patch fixes the ICE in dwarf2out_var_location, at dwarf2out.c. r212171: * except.c (emit_note_eh_region_end): New helper function. (convert_to_eh_region_ranges): Use

Re: [OE-core] [PATCH v4] buildinfo.bblass: Added buildinfo class

2014-10-31 Thread Paul Eggleton
Hi Alejandro, This looks much better as an implementation. Some comments below though. On Thursday 30 October 2014 18:25:06 Alejandro Hernandez wrote: Writes build information to target filesystem on /etc/build, such as enabled layers, their current status and commit, squashspaces and

Re: [OE-core] issues encountered using wic

2014-10-31 Thread Tom Zanussi
Hi, On Fri, 2014-10-31 at 10:36 -0500, Peter A. Bigot wrote: I've started to transition to wic (in master) in hopes it reduces the amount of host passwd contamination resulting from creating SD images by untarring the rootfs onto an SD card. I've run into the following initial issues:

[OE-core] [PATCH 0/1] Connman upgrade to 1.26

2014-10-31 Thread Cristian Iorga
The following changes since commit f19b4e995ea47f9243f152b39337330307453c9f: bitbake: bitbake: clarify startup message (2014-10-30 13:39:52 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib connman_upgrade

[OE-core] [PATCH 1/1] connman: upgrade to 1.26

2014-10-31 Thread Cristian Iorga
- WiFi P2P support in ConnMan has been significantly improved; - Applications can now register WiFi Display, UPnP or Bonjour P2P services; - Various bug fixes. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../recipes-connectivity/connman/{connman_1.25.bb = connman_1.26.bb} | 4 ++--

[OE-core] [PATCH 0/1] wget upgrade

2014-10-31 Thread Paul Eggleton
The following change since commit b7936bacf0cc89bdda6722d317274bd4a3af840a: elfutils: fix elf_cvt_gnuhash (2014-10-30 13:12:58 +) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/wget

[OE-core] [PATCH 1/1] wget: upgrade to 1.16

2014-10-31 Thread Paul Eggleton
Among other things, fixes CVE-2014-4877: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-4877 Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-extended/wget/{wget_1.15.bb = wget_1.16.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename

Re: [OE-core] issues encountered using wic

2014-10-31 Thread Maciek Borzecki
On pią, 2014-10-31 at 11:47 -0500, Tom Zanussi wrote: Hi, On Fri, 2014-10-31 at 10:36 -0500, Peter A. Bigot wrote: I've started to transition to wic (in master) in hopes it reduces the amount of host passwd contamination resulting from creating SD images by untarring the rootfs onto an SD

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

2014-10-31 Thread Burton, Ross
On 31 October 2014 12:46, Fathi Boudra fathi.bou...@linaro.org 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:

Re: [OE-core] issues encountered using wic

2014-10-31 Thread Peter A. Bigot
On 10/31/2014 02:55 PM, Maciek Borzecki wrote: On pią, 2014-10-31 at 11:47 -0500, Tom Zanussi wrote: Hi, On Fri, 2014-10-31 at 10:36 -0500, Peter A. Bigot wrote: I've started to transition to wic (in master) in hopes it reduces the amount of host passwd contamination resulting from creating

[OE-core] [PATCH 0/3] Priorty patches for 1.6.2

2014-10-31 Thread Saul Wold
The following patches address QA issues with the release, while we don't normally update recipes, the pseudo update is needed because of the 64bit XFS inode isses encountered on the Auto builder creating the images. There is one pending pacth on the Poky list for updating the DISTRO_VERSION,

[OE-core] [PATCH 1/3] pseudo*.bb: update to pseudo 1.6.2

2014-10-31 Thread Saul Wold
From: Peter Seebach peter.seeb...@windriver.com pseudo 1.6.2 fixes problems with 64-bit inodes and some underlying issues involving file renames that could occasionally cause very strange behaviors files being deleted, linked, or renamed, mostly observed as strange recovery if an inode got

[OE-core] [PATCH 2/3] yocto-bsp: Update qemu inclusion lists

2014-10-31 Thread Saul Wold
From: Richard Purdie richard.pur...@linuxfoundation.org Update qemu tune definitions to match changes in main qemu machines. [YOCTO #6482] (From meta-yocto rev: 0d78ffd509c6caba6c74c6e75c485fb8d923cd31) Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org ---

[OE-core] [PATCH 3/3] ltp: Added zip-native as a DEPENDS

2014-10-31 Thread Saul Wold
From: Alejandro Hernandez alejandro.hernan...@linux.intel.com The Makefile checks for zip during installation [YOCTO #6699] (From OE-Core rev: a6e8ced3fa8e8e2aa3df0798b80eb26e5ebc4b15) Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH] Valgrind: Remove test apps not building with ppc64 and PTEST

2014-10-31 Thread Burton, Ross
On 30 October 2014 16:46, Alexandra Safta alexandra.sa...@enea.com wrote: .../valgrind/remove-ppc64-tests-failing-build.patch | 16 meta/recipes-devtools/valgrind/valgrind_3.9.0.bb | 3 ++- This patch doesn't apply to master, please rebase and re-test. Ross --

[OE-core] [PATCH] acl: add acl dependency to acl-ptest

2014-10-31 Thread Ross Burton
The acl test suite doesn't work without the acl binaries, so add an explicit dependency. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-support/attr/acl.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/attr/acl.inc

Re: [OE-core] [PATCH 0/3] pseudo+image.bbclass: changes to avoid host contamination

2014-10-31 Thread Peter A. Bigot
On 10/13/2014 05:35 PM, Peter Seebach wrote: On Mon, 13 Oct 2014 17:29:26 -0500 Peter A. Bigot p...@pabigot.com wrote: Basically, even if root is a special case, taking this path means making assumptions about what the application is doing based on what system/libc functions it invokes. Too