Re: [OE-core] [meta-xilinx] liblzma: Memory allocation failed on do_package_rpm

2018-01-15 Thread Alejandro Enedino Hernandez Samaniego
Hey Manju, I'd like to see if I can reproduce this, could you please send the the steps you followed? Thanks! Alejandro -Original Message- From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx-boun...@yoctoproject.org] On Behalf Of Manjukumar Harthikote Matha Sent: Sunday, J

[OE-core] [PATCH 1/1] glibc: re-package for libnss-db

2018-01-15 Thread jackie.huang
From: Jackie Huang On other distros like ubuntu/centos, libnss-db usually provides: - The libraries - The Makefile to create database (in /var/db for centos, /var/lib/misc/ for ubuntu) - The makedb command (it's in glibc-common for centos7) What we had is: - The libraries are in glibc-extra-ns

[OE-core] [PATCH 0/1 v3] glibc: re-package for libnss-db

2018-01-15 Thread jackie.huang
From: Jackie Huang v3 comments: Change the dependency on make to RSUGGESTS. -- The following changes since commit b9dcab772fd37ed8376a87d3194195e13ff52d10: qemu: CVE-2017-17381 (2018-01-14 09:11:58 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git jhu

Re: [OE-core] [PATCH 0/2 v2] glibc: fixes for nscd and libnss-db

2018-01-15 Thread Huang, Jie (Jackie)
> -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Friday, January 12, 2018 16:43 > To: Huang, Jie (Jackie) > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 0/2 v2] glibc: fixes for nscd and libnss-db > > On Thu,

[OE-core] [PATCH] python/python3: use cc_basename to replace CC for checking compiler

2018-01-15 Thread Li Zhou
When working path contains "clang"/"gcc"/"icc", it might be part of $CC because of the "--sysroot" parameter. That could cause judgement error about clang/gcc/icc compilers. e.g. When "icc" is containded in working path, below errors are reported when compiling python/python3: x86_64-wrs-linux-gcc:

Re: [OE-core] [yocto] OpenEmbedded developer meeting Sunday before ELC in Portland

2018-01-15 Thread Philip Balister
On 01/15/2018 10:57 PM, Tom King wrote: > What time...a number of us are headed up from SCaLE sunday morning to ELC... > > its only about 2.5hrs to get there but early will leave a number of us late. We know. It is painful. YP Dev Day is the Thursday after, and I suspect we would lose people wait

Re: [OE-core] [yocto] OpenEmbedded developer meeting Sunday before ELC in Portland

2018-01-15 Thread Tom King
What time...a number of us are headed up from SCaLE sunday morning to ELC... its only about 2.5hrs to get there but early will leave a number of us late. T On Mon, Jan 15, 2018 at 3:41 PM, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > > March 11, 2108, Portland > > I guess, by t

[OE-core] [PATCH] kernel: drop unnecessary True options from calls to getVar

2018-01-15 Thread Andre McCurdy
The older style calls (plus a bashism in kernel.bbclass, fixed separately) were introduced via the recent change to add support for multiple kernel packages: http://git.openembedded.org/openembedded-core/commit/?id=6c8c899849d101fd1b86aad0b8eed05c7c785924 Signed-off-by: Andre McCurdy --- met

Re: [OE-core] [PATCH] busybox: drop obsolete CONFIG_FEATURE_SYSTEMD reference from musl.cfg

2018-01-15 Thread Andre McCurdy
On Wed, Dec 13, 2017 at 5:33 PM, Andre McCurdy wrote: > From 1.25.0 onwards, busybox dropped systemd compatibility from its > version of syslogd: > > > https://git.busybox.net/busybox/commit/?id=accd9eeb719916da974584b33b1aeced5f3bb346 Ping. > Signed-off-by: Andre McCurdy > --- > meta/recip

Re: [OE-core] [PATCH] shadow: 'useradd' copies root's extended attributes

2018-01-15 Thread wenzong fan
On 01/15/2018 10:33 PM, José Bollo wrote: On Wed, 10 Jan 2018 17:50:19 +0800 wenzong fan wrote: On 01/10/2018 01:01 AM, Patrick Ohly wrote: On Fri, 2018-01-05 at 01:07 +, Fan, Wenzong wrote: It works and will override the labels of home dir that SELinux applied, that's the issue. For

[OE-core] [PATCH] json-glib: update to 1.4.2

2018-01-15 Thread Yi Zhao
Drop 0001-Do-not-disable-gobject-introspection-when-cross-comp.patch since it has been fixed upstream. Signed-off-by: Yi Zhao --- ...ble-gobject-introspection-when-cross-comp.patch | 32 -- .../{json-glib_1.2.8.bb => json-glib_1.4.2.bb} | 7 ++--- 2 files changed, 2 inse

[OE-core] OpenEmbedded developer meeting Sunday before ELC in Portland

2018-01-15 Thread Philip Balister
We are setting up an OpenEmbedded developer meeting on the Sunday before ELC. More information to follow, I just wanted to make sure everyone had the date before making ELC travel arrangements. March 11, 2108, Portland Philip -- ___ Openembedded-core m

Re: [OE-core] [AUH] Upgrade status: 2018-01-15

2018-01-15 Thread Burton, Ross
On 15 January 2018 at 18:21, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 01/15/2018 07:38 PM, Alexander Kanavin wrote: > >> On 01/15/2018 07:25 PM, alexander.kana...@linux.intel.com wrote: >> >>> Recipe upgrade statistics: >>> >>> * Succeeded: 1 >>> iso-codes,

[OE-core] [PATCH v2] tune-i686: Add new tune for better support of 686-class CPUs.

2018-01-15 Thread Carlos Alberto Lopez Perez
There isn't currently any tune available for i686 x86 optimizations. The tune for i586 doesn't enable i686 specific optimizations, and the one for core2 enables things that won't work on a i686 CPU (like SSE3). Make the tune for core2 inherits from this one and move there the setting of X86ARCH32.

Re: [OE-core] glib-2.0 fails to configure with USE_NLS="no"

2018-01-15 Thread Burton, Ross
Have a look at what just landed in master... Ross On 15 January 2018 at 17:53, Mike Crowe wrote: > If I add USE_NLS = "no" to local.conf, then glib-2.0 fails to configure: > > | checking for ngettext in libc... yes > | checking for dgettext in libc... yes > | checking for bind_textdomain_codese

Re: [OE-core] [AUH] Upgrade status: 2018-01-15

2018-01-15 Thread Alexander Kanavin
On 01/15/2018 07:38 PM, Alexander Kanavin wrote: On 01/15/2018 07:25 PM, alexander.kana...@linux.intel.com wrote: Recipe upgrade statistics: * Succeeded: 1 iso-codes, 3.77, Alexander Kanavin Yay! Dear all, please bear with these emails, there'll be a few more. I'm now setting

[OE-core] [AUH] Upgrade status: 2018-01-15

2018-01-15 Thread auh
Recipe upgrade statistics: * Succeeded: 1 iso-codes, 3.77, Alexander Kanavin TOTAL: attempted=1 succeeded=1(100.00%) failed=0(0.00%) Recipe upgrade statistics per Maintainer: Alexander Kanavin -- ___ Openembedded-core mailing lis

[OE-core] glib-2.0 fails to configure with USE_NLS="no"

2018-01-15 Thread Mike Crowe
If I add USE_NLS = "no" to local.conf, then glib-2.0 fails to configure: | checking for ngettext in libc... yes | checking for dgettext in libc... yes | checking for bind_textdomain_codeset... (cached) yes | checking for msgfmt... no | configure: error: | *** You must have either have gettext supp

[OE-core] [AUH] Upgrade status: 2018-01-15

2018-01-15 Thread auh
Recipe upgrade statistics: * Succeeded: 1 iso-codes, 3.77, Alexander Kanavin TOTAL: attempted=1 succeeded=1(100.00%) failed=0(0.00%) Recipe upgrade statistics per Maintainer: Alexander Kanavin -- ___ Openembedded-core mailing lis

Re: [OE-core] [AUH] Upgrade status: 2018-01-15

2018-01-15 Thread Alexander Kanavin
On 01/15/2018 07:25 PM, alexander.kana...@linux.intel.com wrote: Recipe upgrade statistics: * Succeeded: 1 iso-codes, 3.77, Alexander Kanavin Yay! Dear all, please bear with these emails, there'll be a few more. I'm now setting up AUH to run in an automated, unattended fashion

[OE-core] [AUH] Upgrade status: 2018-01-15

2018-01-15 Thread alexander . kanavin
Recipe upgrade statistics: * Succeeded: 1 iso-codes, 3.77, Alexander Kanavin TOTAL: attempted=1 succeeded=1(100.00%) failed=0(0.00%) Recipe upgrade statistics per Maintainer: Alexander Kanavin -- ___ Openembedded-core mailing lis

[OE-core] [PATCHv2] rpm: backport configure fix for multiple users/groups with ID 0

2018-01-15 Thread Mike Crowe
Backport upstream configure fix for hosts that have multiple users with UID 0 or groups with GID 0. Signed-off-by: Mike Crowe --- ...ure-cope-with-multiple-users-groups-with-.patch | 43 ++ meta/recipes-devtools/rpm/rpm_4.14.0.bb| 1 + 2 files changed, 44 inserti

Re: [OE-core] [PATCH] rpm: backport configure fix for multiple users/groups with ID 0

2018-01-15 Thread Mike Crowe
On Monday 15 January 2018 at 17:27:19 +0200, Alexander Kanavin wrote: > On 01/15/2018 05:22 PM, Mike Crowe wrote: > > +Upstream-Status: Backport > > [https://github.com/rpm-software-management/rpm/pull/377] > > If this is merged by upstream, you should point to the commit. If you merely > made a

Re: [OE-core] [PATCH] shadow: 'useradd' copies root's extended attributes

2018-01-15 Thread Patrick Ohly
On Mon, 2018-01-15 at 15:33 +0100, José Bollo wrote: > A possibility would be to filter the copied extended attributes. For > SELinux we can just tell to not copy "security" attributes. See > manual of the command "tar" (recent version) that has options > --xattrs-exclude and --xattr-include. > >

Re: [OE-core] [PATCH v2] recipes-core: move hwclock.sh to util-linux

2018-01-15 Thread Otavio Salvador
On Mon, Jan 15, 2018 at 1:59 PM, Alex Stewart wrote: > On 01/13/2018 05:48 AM, Otavio Salvador wrote: > >> On Fri, Jan 12, 2018 at 11:06 AM, Alex Stewart >> wrote: >> As mentioned by Christopher, it will increase the build time for >> everyone and there is real gain in this this change. If you wa

Re: [OE-core] [PATCH v2] recipes-core: move hwclock.sh to util-linux

2018-01-15 Thread Alex Stewart
On 01/13/2018 05:48 AM, Otavio Salvador wrote: On Fri, Jan 12, 2018 at 11:06 AM, Alex Stewart wrote: * Move the hwclock.sh initscript from the busybox recipe to util-linux. This script is generally useful for distros that get their hwclock implementation from sources other than busybox a

[OE-core] halt problem

2018-01-15 Thread Ryan Meulenkamp
Hi y'all, I ran into a problem using shutdown -h (or halt) on an openembedded-core (yocto) distro running on the Atmel at91sam9g45. We used to run an openembedded-classic (angström) based OS with kernel version 2.6.35.14+. Here, halting the system would cause it to shutdown without resetting

[OE-core] ✗ patchtest: failure for rpm: backport configure fix for multiple users/groups with ID 0

2018-01-15 Thread Patchwork
== Series Details == Series: rpm: backport configure fix for multiple users/groups with ID 0 Revision: 1 URL : https://patchwork.openembedded.org/series/10544/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

Re: [OE-core] [PATCH] rpm: backport configure fix for multiple users/groups with ID 0

2018-01-15 Thread Alexander Kanavin
On 01/15/2018 05:22 PM, Mike Crowe wrote: +Upstream-Status: Backport [https://github.com/rpm-software-management/rpm/pull/377] If this is merged by upstream, you should point to the commit. If you merely made a submission, then the status should say Submitted. Alex -- __

[OE-core] [PATCH] rpm: backport configure fix for multiple users/groups with ID 0

2018-01-15 Thread Mike Crowe
Backport upstream configure fix for hosts that have multiple users with UID 0 or groups with GID 0. Signed-off-by: Mike Crowe --- ...ure-cope-with-multiple-users-groups-with-.patch | 40 ++ meta/recipes-devtools/rpm/rpm_4.14.0.bb| 1 + 2 files changed, 41 inserti

Re: [OE-core] [PATCH] shadow: 'useradd' copies root's extended attributes

2018-01-15 Thread José Bollo
On Wed, 10 Jan 2018 17:50:19 +0800 wenzong fan wrote: > On 01/10/2018 01:01 AM, Patrick Ohly wrote: > > On Fri, 2018-01-05 at 01:07 +, Fan, Wenzong wrote: > >> It works and will override the labels of home dir that SELinux > >> applied, that's the issue. > >> > >> For SELinux enabled system

Re: [OE-core] [PATCH] Fix COMPATIBLE_MACHINE for -native recipe variants.

2018-01-15 Thread Richard Purdie
On Mon, 2018-01-15 at 09:01 +0100, Paulo De Sousa Neves (Nokia - PL/Wroclaw) wrote: > Hello Richard, > > My problem is that I have the PV expansion happens on the recipe, at  > parsing time regardless of it being on the dependency chain or not. > On  > the other hand, the PV is not expanded if the

[OE-core] [PATCH 1/1] scripts/oe-depends-dot: add it to handle dot files

2018-01-15 Thread Robert Yang
Add it to handle recipe-depends.dot and task-depends.dot. E.g.: * Print why rpm is built $ oe-depends-dot -k rpm --why/-w recipe-depends.dot Because: core-image-sato libdnf libsolv dnf * Print bzip2-native's depends $ oe-depends-dot -k bzip2-native --depends/-d recipe-depends.dot Depends:

[OE-core] [PATCH 0/1] scripts/oe-depends-dot: add it to handle dot files

2018-01-15 Thread Robert Yang
The following changes since commit 92a0513837182e2e9aa6c7d4958e495f4b5b4c47: qemu: CVE-2017-17381 (2018-01-14 09:11:28 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/oe-dot http://cgit.openembedded.org/openembedded-core-contrib/log/?

Re: [OE-core] [morty][RESEND][PATCH] gnutls_3.5.3.bb: Fix native build on distro with kernel < 3.4.17

2018-01-15 Thread Martin Jansa
ping On Sat, Dec 2, 2017 at 1:37 AM, Martin Jansa wrote: > From: Khem Raj > > When using distros which use old kernels gnutls fails to build > due to missing SYS_getrandom, therefore we need to check for this > before using it. > Fixes errorr e.g. > > | ../../../gnutls-3.5.3/lib/nettle/rnd-linu