Re: [OE-core] [PATCH 1/1] libpcap: add native package

2017-05-24 Thread Kang Kai
On 2017年05月24日 21:19, Kang Kai wrote: On 2017年05月24日 17:33, kai.k...@windriver.com wrote: From: Kai Kang Add package libcap-native required by recipe daq-native in layer meta-networking. And daq-native is added to fix snort start error. I just realize that it only needs daq-native provide a

[OE-core] [PATCH] nss: Upgrade 3.29.1 to 3.30.2

2017-05-24 Thread Fan Xin
Network Security Services (NSS) 3.30.2 is a patch release for NSS 3.30. The bug fixes in NSS 3.30.2 are as follows: Bug 1350859 - March 2017 batch of root CA changes Bug 1349705 - Implemented domain name constraints for CA Signed-off-by: Fan Xin --- meta/recipes-support/nss/nss_3.29.1.

Re: [OE-core] [PATCH 11/15] linux-yocto: Enable drm by default

2017-05-24 Thread Khem Raj
On Wed, May 24, 2017 at 7:40 PM, Bruce Ashfield wrote: > > > On Tue, May 23, 2017 at 3:36 PM, Bruce Ashfield > wrote: >> >> >> >> On Mon, May 22, 2017 at 1:06 PM, Khem Raj wrote: >>> >>> >> +SRC_URI += "file://drm.cfg" >>> > >>> > >>> > >>> > If anything gets added to the default configurations,

Re: [OE-core] [PATCH 11/15] linux-yocto: Enable drm by default

2017-05-24 Thread Bruce Ashfield
On Tue, May 23, 2017 at 3:36 PM, Bruce Ashfield wrote: > > > On Mon, May 22, 2017 at 1:06 PM, Khem Raj wrote: > >> >> +SRC_URI += "file://drm.cfg" >> > >> > >> > >> > If anything gets added to the default configurations, they need to go >> into >> > the kernel-cache >> > and then be included by

[OE-core] ✗ patchtest: failure for openssh: Atomically generate host keys (rev3)

2017-05-24 Thread Patchwork
== Series Details == Series: openssh: Atomically generate host keys (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/6626/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been ex

[OE-core] [PATCH v2] curl: fix libssl error for ARMv8

2017-05-24 Thread Huang Qiyu
curl + gnutls can not work on ARMv8 32BE, so change it to curl + ssl when the target is aarch64. The error is as follow: curl: (35) gnutls_handshake() failed: Bad record MAC When set machine to qemuarm64 in local.conf, this patch will work. Signed-off-by: Huang Qiyu --- meta/recipes-support/c

[OE-core] [meta-oe][PATCH v3] openssh: Atomically generate host keys

2017-05-24 Thread Joshua Watt
Generating the host keys atomically prevents power interruptions during the first boot from leaving the key files incomplete, which often prevents users from being able to ssh into the device. --- meta/recipes-connectivity/openssh/openssh/init | 21 +++-- .../openssh/openssh/sshd-check

Re: [OE-core] [PATCH] libgcrypt: Revert to inheriting from binconfig

2017-05-24 Thread Richard Purdie
On Wed, 2017-05-24 at 17:25 +0100, Burton, Ross wrote: > > On 24 May 2017 at 14:52, Mike Crowe wrote: > > Oh, I thought that binconfig.bbclass swung through hoops in order > > to make > > the scripts work well enough. Is that not true? > > > > Many other recipes are still inheriting binconfig ra

Re: [OE-core] [PATCH 0/2] Allow oe-pkgdata-util package-info to display more info

2017-05-24 Thread Richard Purdie
On Tue, 2017-05-16 at 16:29 +, Peter Kjellerstedt wrote: > > > > -Original Message- > > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > > Sent: den 16 maj 2017 15:15 > > To: Peter Kjellerstedt ; openembedded- > > c...@lists.openembedded.org > > Subject: Re: [OE-core]

Re: [OE-core] [PATCH] libdrm: Add etnaviv support

2017-05-24 Thread Trevor Woerner
On Wed, May 24, 2017 at 4:46 PM, Marek Vasut wrote: > @@ -27,7 +27,10 @@ EXTRA_OECONF += "--disable-cairo-tests \ > --enable-etnaviv-experimental-api \ > --enable-install-test-programs \ > --disable-valgrind \ > + --enable-libkm

Re: [OE-core] [PATCH v2] package_ipk: correct ipk descriptions

2017-05-24 Thread Burton, Ross
On 24 May 2017 at 21:47, Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com> wrote: > I will check that particular recipe and bb world just so see if some > other recipe is broken with this change, then provide a v3. > And double check what opkg expects :) Ross -- __

[OE-core] ✗ patchtest: failure for qemu: Add nios2 target

2017-05-24 Thread Patchwork
== Series Details == Series: qemu: Add nios2 target Revision: 1 URL : https://patchwork.openembedded.org/series/6891/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

[OE-core] ✗ patchtest: failure for u-boot: Fix build with OpenSSL 1.1.x

2017-05-24 Thread Patchwork
== Series Details == Series: u-boot: Fix build with OpenSSL 1.1.x Revision: 1 URL : https://patchwork.openembedded.org/series/6890/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-24 Thread Jose Lamego
Evidently, I don't have the required permissions (you can see the previous system-generated comment). -- Jose Lamego | OTC Embedded Platforms & Tools | GDC signature.asc Description: OpenPGP digital signature -- ___ Openembedded-core mailing list Op

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-24 Thread Jose Lamego
On 05/15/2017 08:06 AM, Burton, Ross wrote: > Hi Jose, > > On 15 May 2017 at 13:24, Patrick Ohly > wrote: > > Patchwork-Status: Rejected > > > The patch in patchworks hasn't been updated > (https://patchwork.openembedded.org/series/6723/), I thought patchwo

[OE-core] [PATCH] libdrm: Add etnaviv support

2017-05-24 Thread Marek Vasut
Since etnaviv is now in mainline libdrm and is becoming quite mature, add support for generating libdrm_etnaviv package. Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Ross Burton --- meta/recipes-graphics/drm/libdrm_2.4.80.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/reci

[OE-core] [PATCH] qemu: Add nios2 target

2017-05-24 Thread Marek Vasut
Add nios2 qemu target since nios2 is now supported in mainline. Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Ross Burton --- meta-poky/conf/distro/poky.conf | 3 ++- meta/recipes-devtools/qemu/qemu.inc | 2 +- scripts/runqemu | 4 +++- 3 files changed, 6 insertions

[OE-core] [PATCH] u-boot: Fix build with OpenSSL 1.1.x

2017-05-24 Thread Marek Vasut
Pick two patches from the U-Boot ML fixing build with OpenSSL 1.1.x . Signed-off-by: Marek Vasut Cc: Denys Dmytriyenko Cc: Richard Purdie Cc: Ross Burton --- .../0001-rsa-Fix-build-with-OpenSSL-1.1.x.patch| 158 + ...ols-kwbimage-fix-build-with-OpenSSL-1.1.x.patch | 10

[OE-core] [PATCH] qemu: Update to 2.9.0

2017-05-24 Thread Marek Vasut
Upgrade QEMU to the latest version. Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Ross Burton --- ...support-for-VM-suspend-resume-for-TPM-TIS.patch | 17 +--- .../recipes-devtools/qemu/qemu/CVE-2016-9908.patch | 44 .../recipes-devtools/qemu/qemu/CVE-2016-9912.pat

[OE-core] [PATCH] u-boot: Update to 2017.05 release

2017-05-24 Thread Marek Vasut
Upgrade U-Boot to the latest version. Since the latest version has the default gcc patch in it, drop it. Signed-off-by: Marek Vasut Cc: Denys Dmytriyenko Cc: Richard Purdie Cc: Ross Burton --- meta/recipes-bsp/u-boot/files/default-gcc.patch| 39 -- ...ommon_2017.01.in

Re: [OE-core] [PATCH v2] package_ipk: correct ipk descriptions

2017-05-24 Thread Leonardo Sandoval
On Wed, 2017-05-24 at 21:15 +0100, Burton, Ross wrote: > > On 22 May 2017 at 17:43, > wrote: > Empty descriptions are set with a space following by a dot. > For the non-empty ones, > there is no need for formating the description with textwrap, > so remove the logi

Re: [OE-core] [PATCH v2] package_ipk: correct ipk descriptions

2017-05-24 Thread Burton, Ross
On 22 May 2017 at 17:43, wrote: > Empty descriptions are set with a space following by a dot. For the > non-empty ones, > there is no need for formating the description with textwrap, so remove > the logic > for the latter. > Looks like opkg doesn't behave like this as building lzop fails (which

[OE-core] [oe-core][PATCH 0/1] ghostscript: move to version 9.21

2017-05-24 Thread Joe Slater
Updated to apply over recent ghostscript recipe changes... Joe Slater (1): ghostscript: move to version 9.21 .../ghostscript/ghostscript/CVE-2016-10219.patch | 49 --- .../ghostscript/ghostscript/CVE-2016-10220.patch | 55 -- .../ghostscript/ghostscrip

[OE-core] [oe-core][PATCH 1/1] ghostscript: move to version 9.21

2017-05-24 Thread Joe Slater
Eliminate CVE patches that are now in source. Add CVE-2017-7975 patch. Signed-off-by: Joe Slater --- .../ghostscript/ghostscript/CVE-2016-10219.patch | 49 --- .../ghostscript/ghostscript/CVE-2016-10220.patch | 55 -- .../ghostscript/ghostscript/CVE-2016-

Re: [OE-core] [PATCH] libgcrypt: Revert to inheriting from binconfig

2017-05-24 Thread Burton, Ross
On 24 May 2017 at 14:52, Mike Crowe wrote: > Oh, I thought that binconfig.bbclass swung through hoops in order to make > the scripts work well enough. Is that not true? > > Many other recipes are still inheriting binconfig rather than > binconfig-disabled: apr, curl, gnutls, libtasn1. > binconfi

Re: [OE-core] [PATCH 0/3] [RFC] Add support for 'fastboot images'

2017-05-24 Thread Nicolas Dechesne
On Mon, May 22, 2017 at 7:13 PM, Khem Raj wrote: > its in meta-oe, what do we get if we bring it to OE-Core. ? > how much prevalent is it ? the android-tools recipe is in meta-oe, i believe that fastboot images are widely used, and having a generic 'fastboot' image type in oe-core would be helpfu

Re: [OE-core] [PATCH] libgcrypt: Revert to inheriting from binconfig

2017-05-24 Thread Mike Crowe
On Wednesday 24 May 2017 at 14:28:11 +0100, Burton, Ross wrote: > On 24 May 2017 at 14:23, Mike Crowe wrote: > > > If libgcrypt upstream doesn't generate a .pc file by default, then we > > shouldn't expect other upstreams to make use of one. So, I think it makes > > most sense to go back to insta

Re: [OE-core] [PATCH] openssh: Atomically generate host keys

2017-05-24 Thread Joshua Watt
On Wed, May 24, 2017 at 5:03 AM, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> Joshua Watt >> Sent: den 23 maj 2017 21:57 >> To: Randy Witt >> Cc: OE-co

Re: [OE-core] [PATCH] libgcrypt: Revert to inheriting from binconfig

2017-05-24 Thread Burton, Ross
On 24 May 2017 at 14:23, Mike Crowe wrote: > If libgcrypt upstream doesn't generate a .pc file by default, then we > shouldn't expect other upstreams to make use of one. So, I think it makes > most sense to go back to installing a working libgcrypt-config binary until > that situation changes. >

[OE-core] [PATCH] libgcrypt: Revert to inheriting from binconfig

2017-05-24 Thread Mike Crowe
Commit 5870bd272b0b077d0826fb900b251884c1c05061 introduced binconfig-disabled and enabled it for libgcrypt. This intentionally broke the old-style libgcrypt-config binary since packages should be using the pkg-config instead. oe-core patches libgcrypt itself in order to generate a .pc file. This p

Re: [OE-core] [PATCH 1/1] libpcap: add native package

2017-05-24 Thread Kang Kai
On 2017年05月24日 17:33, kai.k...@windriver.com wrote: From: Kai Kang Add package libcap-native required by recipe daq-native in layer meta-networking. And daq-native is added to fix snort start error. I just realize that it only needs daq-native provide a shell script, so libpcap-native may no

Re: [OE-core] What's the "proper" way to start WiFi networking?

2017-05-24 Thread Burton, Ross
On 24 May 2017 at 14:12, Nicolas Dechesne wrote: > after going back and forth for some time, I am now always using > network-manager.. it has very handy command line utilities (nmcli and > nmtui) and is well integrated with systemd. that happens to work well > for me. > > i want to believe that c

Re: [OE-core] What's the "proper" way to start WiFi networking?

2017-05-24 Thread Nicolas Dechesne
On Wed, May 24, 2017 at 2:58 PM, Mike Looijmans wrote: > > I was wondering if there were better ways than handcrafting shell scripts to > do this on a headless embedded board? > > > > If I put wpa-conf into /etc/network/interfaces it works, but blocks booting > for a long time if the wifi isn't th

[OE-core] What's the "proper" way to start WiFi networking?

2017-05-24 Thread Mike Looijmans
For boards that offer WiFi, I'd want them to connect more or less automatically. I was wondering if there were better ways than handcrafting shell scripts to do this on a headless embedded board? If I put wpa-conf into /etc/network/interfaces it works, but blocks booting for a long time i

[OE-core] State of bitbake world, Failed tasks 2017-05-23

2017-05-24 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [OE-core] [PATCH 3/3] apt-native: Remove USE_NLS = "yes"

2017-05-24 Thread Burton, Ross
On 24 May 2017 at 00:47, Khem Raj wrote: > USE_NLS is target specific, its redundant for native packages > I don't think you're right: | In file included from /data/poky-master/tmp/work/x86_64-linux/apt-native/1.2.12-r0/build/include/apt-private/private-cachefile.h:12:0, | from

Re: [OE-core] [PATCH] openssh: Atomically generate host keys

2017-05-24 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Joshua Watt > Sent: den 23 maj 2017 21:57 > To: Randy Witt > Cc: OE-core > Subject: Re: [OE-core] [PATCH] openssh: Atomically generate h

[OE-core] [PATCH V3] binutils: fix CVE-2017-6969 in readelf

2017-05-24 Thread Yuanjie Huang
CVE: CVE-2017-6969 [BZ 21156] -- https://sourceware.org/bugzilla/show_bug.cgi?id=21156 PR binutils/21156: Fix illegal memory accesses in readelf when ing a corrupt binary. PR binutils/21156: Fix another memory access error in readelf when parsing a corrupt binary. Signed-off-by: Yuanjie Huang --

[OE-core] [PATCH V2] binutils: fix CVE-2017-6969 in readelf

2017-05-24 Thread Yuanjie Huang
CVE: CVE-2017-6969 [BZ 21156] -- https://sourceware.org/bugzilla/show_bug.cgi?id=21156 PR binutils/21156: Fix illegal memory accesses in readelf when parsing a corrupt binary. PR binutils/21156: Fix another memory access error in readelf when parsing a corrupt binary. Signed-off-by: Yuanjie Huang

[OE-core] [PATCH 0/1] libpcap: add native package

2017-05-24 Thread kai.kang
From: Kai Kang The following changes since commit a3d160f9e5826140cc8d6b2ed1b38bf022443b08: linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.10 (2017-05-23 17:46:14 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/daq http://git.pokyli

[OE-core] [PATCH 1/1] libpcap: add native package

2017-05-24 Thread kai.kang
From: Kai Kang Add package libcap-native required by recipe daq-native in layer meta-networking. And daq-native is added to fix snort start error. Signed-off-by: Kai Kang --- meta/recipes-connectivity/libpcap/libpcap.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connec

[OE-core] [PATCH v2] mesa: 17.0.4 -> 17.0.6

2017-05-24 Thread Huang Qiyu
Upgrade mesa from 17.0.4 to 17.0.6. Signed-off-by: Huang Qiyu --- meta/recipes-graphics/mesa/{mesa-gl_17.0.4.bb => mesa-gl_17.0.6.bb} | 0 meta/recipes-graphics/mesa/{mesa_17.0.4.bb => mesa_17.0.6.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/

[OE-core] [PATCH] rpcbind: Fix CVE-2017-8779

2017-05-24 Thread Fan Xin
This vulnerability is also called "rpcbomb". Backport upstream patch to fix this vulnerability. CVE: CVE-2017-8779 Signed-off-by: Fan Xin --- ...r-all-svc_getargs-calls-with-svc_freeargs.patch | 221 + meta/recipes-extended/rpcbind/rpcbind_0.2.4.bb | 1 + 2 files change