Re: [OE-core] [zeus 18/28] cmake.bbclass: add HOSTTOOLS_DIR to CMAKE_FIND_ROOT_PATH

2019-10-29 Thread Richard Purdie
On Wed, 2019-10-30 at 05:29 +0100, akuster808 wrote: > > > On 10/29/19 9:31 PM, Khem Raj wrote: > > > > On Tue, Oct 29, 2019 at 9:19 AM Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > > > > Given the fallout in meta-oe, I don't plan to take this. > > > > +1 > > So is t

Re: [OE-core] Yocto Project Status WW44’19

2019-10-29 Thread akuster808
On 10/29/19 5:12 PM, Stephen K Jolley wrote: > > Current Dev Position: YP 3.1 M1  > > Next Deadline: YP 3.1 M1 build Dec. 2, 2019 > I noticed there is no 3.0.1 schedule.  Can we try for early December? > > SWAT Team Rotation: > > * > > SWAT lead is currently: Amanda > > * > > SWAT tea

Re: [OE-core] [zeus 18/28] cmake.bbclass: add HOSTTOOLS_DIR to CMAKE_FIND_ROOT_PATH

2019-10-29 Thread akuster808
On 10/29/19 9:31 PM, Khem Raj wrote: > > > On Tue, Oct 29, 2019 at 9:19 AM Richard Purdie > > wrote: > > On Fri, 2019-10-25 at 23:49 -0700, Armin Kuster wrote: > > From: Michael Ho mailto:michael...@bmw.de>> > > > > The find_program comm

Re: [OE-core] inotify-tools: move recipe to oe-core from meta-oe

2019-10-29 Thread Trevor Gamblin
On 10/29/19 5:13 PM, Adrian Bunk wrote: On Tue, Oct 29, 2019 at 03:39:21PM -0500, Trevor Gamblin wrote: An interface for inotify already exists through pyinotify, but migrating inotify-tools to oe-core provides an option that doesn't rely on python. ... pyinotify is in meta-python. The only

[OE-core] ✗ patchtest: failure for webkitgtk: fix occasional link error (rev2)

2019-10-29 Thread Patchwork
== Series Details == Series: webkitgtk: fix occasional link error (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/20777/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been exe

[OE-core] [oe-core][PATCH 1/1] webkitgtk: fix occasional link error

2019-10-29 Thread Joe Slater
Partial backport from WebKit.git. See patch for details. Signed-off-by: Joe Slater --- .../webkit/webkitgtk/fix-link-error.patch | 45 ++ meta/recipes-sato/webkit/webkitgtk_2.24.4.bb | 1 + 2 files changed, 46 insertions(+) create mode 100755 meta/recipes-sa

Re: [OE-core] [OE-Core][master][PATCH v4 0/3] Devtool: provide easy means of

2019-10-29 Thread Chandana Kalluri
Hello Paul Yes, I am in process of sending oeself test patches for devtool reset --remove-source command as commented In the other patch. I will also add the oeselftest for devtool kernel and send them out. Thanks, Chandana > -Original Message- > From: Paul Eggleton > Sent: Tuesday,

[OE-core] ✗ patchtest: failure for webkitgtk: fix occasional link error

2019-10-29 Thread Patchwork
== Series Details == Series: webkitgtk: fix occasional link error Revision: 1 URL : https://patchwork.openembedded.org/series/20777/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed o

Re: [OE-core] [OE-Core][master][PATCH v4 0/3] Devtool: provide easy means of

2019-10-29 Thread Paul Eggleton
Hi Chandana Having added quite a bit to devtool relating to the kernel, we really ought to extend our oe-selftest tests to cover the new functionality. Would you be able to take care of that? Thanks Paul On Wednesday, 5 June 2019 5:07:55 PM NZDT Paul Eggleton wrote: > Hi Chandana > > My apolo

Re: [OE-core] inotify-tools: move recipe to oe-core from meta-oe

2019-10-29 Thread Randy MacLeod
On 10/29/19 5:13 PM, Adrian Bunk wrote: On Tue, Oct 29, 2019 at 03:39:21PM -0500, Trevor Gamblin wrote: An interface for inotify already exists through pyinotify, but migrating inotify-tools to oe-core provides an option that doesn't rely on python. ... pyinotify is in meta-python. The only o

[OE-core] [oe-core][PATCH 1/1] webkitgtk: fix occasional link error

2019-10-29 Thread Joe Slater
Partial backport from WebKit.git. See patch for details. Signed-off-by: Joe Slater --- .../webkit/webkitgtk/fix-link-error.patch | 45 ++ meta/recipes-sato/webkit/webkitgtk_2.24.4.bb | 1 + 2 files changed, 46 insertions(+) create mode 100755 meta/recipes-sa

Re: [OE-core] [PATCH v3] elfutils: add PACKAGECONFIG for compression algorithms

2019-10-29 Thread Dan Callaghan
Excerpts from Adrian Bunk's message of 2019-10-29 22:18:21 +02:00: > On Wed, Oct 16, 2019 at 08:44:56AM +1000, Dan Callaghan wrote: > > Elfutils has optional support for bzip2 and xz (lzma). It uses > > this for decompressing embedded ELF sections like the .gnu_debugdata > > section for "mini debug

[OE-core] [thud][PATCH v2] sudo: Fix CVE-2019-14287

2019-10-29 Thread msft . dantran
From: Dan Tran Signed-off-by: Dan Tran --- .../sudo/sudo/CVE-2019-14287_p1.patch | 170 ++ .../sudo/sudo/CVE-2019-14287_p2.patch | 98 ++ meta/recipes-extended/sudo/sudo_1.8.23.bb | 2 + 3 files changed, 270 insertions(+) create mode 100644 meta/r

[OE-core] ✗ patchtest: failure for sudo: fix CVE-2019-14287 (rev4)

2019-10-29 Thread Patchwork
== Series Details == Series: sudo: fix CVE-2019-14287 (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/20565/ 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

[OE-core] [thud][PATCH] sudo: Fix CVE-2019-14287

2019-10-29 Thread msft . dantran
From: Dan Tran Signed-off-by: Dan Tran --- .../sudo/sudo/CVE-2019-14287_p1.patch | 168 ++ .../sudo/sudo/CVE-2019-14287_p2.patch | 96 ++ meta/recipes-extended/sudo/sudo_1.8.23.bb | 2 + 3 files changed, 266 insertions(+) create mode 100644 meta/r

[OE-core] [RFC] Transitioning GStreamer 1.0 recipes to meson

2019-10-29 Thread Carlos Rafael Giani
Hello all, I have managed to transition most GStreamer recipes to meson. The patches can be found here: https://github.com/OSSystems/meta-gstreamer1.0/tree/transition-to-meson The only recipe that still uses autotools is gst-validate, and that's because the tarball does not contain meson scr

Re: [OE-core] inotify-tools: move recipe to oe-core from meta-oe

2019-10-29 Thread Adrian Bunk
On Tue, Oct 29, 2019 at 03:39:21PM -0500, Trevor Gamblin wrote: > An interface for inotify already exists through pyinotify, > but migrating inotify-tools to oe-core provides an option > that doesn't rely on python. >... pyinotify is in meta-python. The only option currently in oe-core is to use

Re: [OE-core] [PATCH v3] elfutils: add PACKAGECONFIG for compression algorithms

2019-10-29 Thread Ross Burton
On 29/10/2019 20:18, Adrian Bunk wrote: On Wed, Oct 16, 2019 at 08:44:56AM +1000, Dan Callaghan wrote: Elfutils has optional support for bzip2 and xz (lzma). It uses this for decompressing embedded ELF sections like the .gnu_debugdata section for "mini debuginfo": https://sourceware.org/gdb/onl

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-29 Thread JH
Hi Ferry, On 10/30/19, Ferry Toth wrote: > Op 29-10-2019 om 11:25 schreef JH: >> Hi Ferry, >> >> On 10/29/19, Ferry Toth wrote: >>> >>> https://github.com/edison-fw/meta-intel-edison/blob/master/meta-intel-edison-bsp/conf/machine/edison.conf >>> >>> And there is the max size! >> >> Are you able

[OE-core] inotify-tools: move recipe to oe-core from meta-oe

2019-10-29 Thread Trevor Gamblin
An interface for inotify already exists through pyinotify, but migrating inotify-tools to oe-core provides an option that doesn't rely on python. Signed-off-by: Trevor Gamblin --- ...inotify-nosys-fix-system-call-number.patch | 31 +++ .../inotify-tools/inotify-tools_git.bb

[OE-core] [thud][PATCH] tar: Fix CVE-2018-20482

2019-10-29 Thread msft . dantran
From: Dan Tran Signed-off-by: Dan Tran --- .../tar/tar/CVE-2018-20482.patch | 405 ++ meta/recipes-extended/tar/tar_1.30.bb | 1 + 2 files changed, 406 insertions(+) create mode 100644 meta/recipes-extended/tar/tar/CVE-2018-20482.patch diff --git a/meta/

Re: [OE-core] [zeus 18/28] cmake.bbclass: add HOSTTOOLS_DIR to CMAKE_FIND_ROOT_PATH

2019-10-29 Thread Khem Raj
On Tue, Oct 29, 2019 at 9:19 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2019-10-25 at 23:49 -0700, Armin Kuster wrote: > > From: Michael Ho > > > > The find_program command will fail if it is used on a tool that is > > listed in > > ASSUME_PROVIDED. This is because t

Re: [OE-core] [PATCH v3] elfutils: add PACKAGECONFIG for compression algorithms

2019-10-29 Thread Adrian Bunk
On Wed, Oct 16, 2019 at 08:44:56AM +1000, Dan Callaghan wrote: > Elfutils has optional support for bzip2 and xz (lzma). It uses > this for decompressing embedded ELF sections like the .gnu_debugdata > section for "mini debuginfo": > > https://sourceware.org/gdb/onlinedocs/gdb/MiniDebugInfo.html >.

Re: [OE-core] [PATCH v3] elfutils: add PACKAGECONFIG for compression algorithms

2019-10-29 Thread Ross Burton
On 22/10/2019 13:53, Richard Purdie wrote: Breaks nativesdk-elftutils: https://autobuilder.yoctoproject.org/typhoon/#/builders/62/builds/1157 Probably need to do: DEPENDS_BZIP2 = "bzip2" DEPENDS_BZIP2_class-native = "bzip2-replacement-native" but I still think the default should be bzip2 off

[OE-core] [PATCH v3] libgcrypt: upgrade 1.8.4 -> 1.8.5

2019-10-29 Thread Trevor Gamblin
Upgrade libgcrypt. Upstream repo now has a pkg-config feature. The new patch for compatibility with oe-core is a replacement for a patch that added pkg-config as a feature when upstream did not have it. Signed-off-by: Trevor Gamblin --- ...1-libgcrypt-fix-m4-file-for-oe-core.patch} | 138 +++

Re: [OE-core] [PATCH v2] libgcrypt: upgrade 1.8.4 -> 1.8.5

2019-10-29 Thread Trevor Gamblin
On 10/29/19 1:38 PM, Ross Burton wrote: On 29/10/2019 16:42, Trevor Gamblin wrote: + src/libgcrypt.pc.in | 33 + Surely the upstream .pc file is sufficient now so we just need to patch the m4 file? You're right - the old patch is actually just duplicating the file contents.

Re: [OE-core] [PATCH v2] libgcrypt: upgrade 1.8.4 -> 1.8.5

2019-10-29 Thread Ross Burton
On 29/10/2019 16:42, Trevor Gamblin wrote: + src/libgcrypt.pc.in | 33 + Surely the upstream .pc file is sufficient now so we just need to patch the m4 file? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembe

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-29 Thread Ferry Toth
Op 29-10-2019 om 11:25 schreef JH: Hi Ferry, On 10/29/19, Ferry Toth wrote: https://github.com/edison-fw/meta-intel-edison/blob/master/meta-intel-edison-bsp/conf/machine/edison.conf And there is the max size! Are you able to run u-boot to start kernel in the large size 64 MB? No, the lar

[OE-core] [PATCH v2] libgcrypt: upgrade 1.8.4 -> 1.8.5

2019-10-29 Thread Trevor Gamblin
Upgrade libgcrypt. Upstream repo now has a pkg-config feature. The new patch for compatibility with oe-core is a replacement for a patch that added pkg-config as a feature when upstream did not have it. Signed-off-by: Trevor Gamblin --- ...gcrypt-modify-pkgconfig-for-oe-core.patch} | 110 +++

[OE-core] Yocto Project Status WW44’19

2019-10-29 Thread Stephen K Jolley
Current Dev Position: YP 3.1 M1 Next Deadline: YP 3.1 M1 build Dec. 2, 2019 SWAT Team Rotation: - SWAT lead is currently: Amanda - SWAT team rotation: Amanda -> Armin on Nov. 1, 2019 - SWAT team rotation: Armin-> Anuj on Nov. 8, 2019 - https://wiki.yoctoproject.org/wi

Re: [OE-core] [PATCH v5 1/2] libsdl2: Fix build failure when using mesa 19.2.1

2019-10-29 Thread Alistair Francis
On Fri, Oct 25, 2019 at 11:51 PM Alistair Francis wrote: > > Signed-off-by: Alistair Francis Ping! Alistair > --- > v5: > - Backport upstream fix > > ...DL-fails-to-compile-with-Mesa-Master.patch | 41 +++ > .../libsdl2/libsdl2_2.0.10.bb | 1 + > 2 files chan

Re: [OE-core] [PATCH] libgcrypt: upgrade 1.8.4 -> 1.8.5

2019-10-29 Thread Trevor Gamblin
On 10/28/19 7:29 PM, Ross Burton wrote: On 19/10/2019 16:52, Trevor Gamblin wrote: Note that the patch 0001-Add-and-use-pkg-config-for-libgcrypt-instead-of-conf.patch was removed as its intent was to provide a pkg-config option, but libgcrypt upstream added one in commit 813b002eaf. I think

Re: [OE-core] [PATCH v2] binutils: CVE-2019-17450 and CVE-2019-17451

2019-10-29 Thread Ross Burton
On 29/10/2019 03:12, Zhixiong Chi wrote: This patch fix the stack overflow issue for recursive call and the segment fault issue. Trevor has already posted these patches. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded

Re: [OE-core] GStreamer 1.0 meson build transition

2019-10-29 Thread Ross Burton
On 28/10/2019 23:01, Carlos Rafael Giani wrote: Hm, true. Alright, I'll do that. For discussions about the recipe changes, should I create a fork of oe-core and place them there, just like how one would prepare merge requests? To me, it sounds more efficient than posting the patches in the mail

Re: [OE-core] [PATCH] mesa: Upgrade 19.1.6 -> 19.2.1

2019-10-29 Thread Fabio Berton
Hi all! I didn't change this update because there's another patch here https://patches.openembedded.org/patch/166248/ Thanks! On Sat, Oct 26, 2019 at 6:09 AM Khem Raj wrote: > > On Sat, Oct 26, 2019 at 12:27 AM Martin Jansa wrote: > > > > It's not part of this mesa upgrade, but as you're maint

Re: [OE-core] [RFC][PATCH 0/6] NPM refactoring

2019-10-29 Thread André Draszik
Hi, On Fri, 2019-10-25 at 11:10 +0200, Stefan Herbrechtsmeier wrote: > Hi Andre, > > Am 25.10.19 um 10:01 schrieb André Draszik: > > Hi, > > > > This has been an interesting discussion so far. > > > > I'd like to throw in something else... > > > > A couple years back I wrote a little python sc

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-29 Thread JH
Hi Ferry, On 10/29/19, Ferry Toth wrote: > > https://github.com/edison-fw/meta-intel-edison/blob/master/meta-intel-edison-bsp/conf/machine/edison.conf > > And there is the max size! Are you able to run u-boot to start kernel in the large size 64 MB? Thank you. Kind regards, - jh -- _

[OE-core] [PATCH V3] mdadm: fix do_package failed when changed local.conf but not cleaned

2019-10-29 Thread changqing.li
From: Changqing Li reproduce steps: 1. add DISTRO_FEATURE_append = 'usrmerge' in local.conf 2. bitbake mdadm --success 3. remove DISTRO_FEATURE_append = 'usrmerge' from local.conf 4. bitbake mdadm -- failed when do_package it is not proper to change source Makefile during do_install by sed, fix

Re: [OE-core] [PATCH V2] mdadm: fix do_package failed when changed local.conf but not cleaned

2019-10-29 Thread Changqing Li
On 10/29/19 6:05 AM, Ross Burton wrote: On 08/10/2019 04:16, Changqing Li wrote: Ping My previous comment still stands: Can't you just pass BINDIR=${base_sbindir} MANDIR=${docdir}/man UDEVDIR=${nonarch_base_libdir}/udev etc, instead of patching the makefile? Ross Oh,  I missed your last

[OE-core] [warrior 17/19] sudo: fix CVE-2019-14287

2019-10-29 Thread Armin Kuster
From: Changqing Li In Sudo before 1.8.28, an attacker with access to a Runas ALL sudoer account can bypass certain policy blacklists and session PAM modules, and can cause incorrect logging, by invoking sudo with a crafted user ID. For example, this allows bypass of !root configuration, and USER=

[OE-core] [warrior 19/19] qemu: update to 3.1.1.1

2019-10-29 Thread Armin Kuster
bug fix only update. Drop patches included in update. For full set of changes, see: https://git.qemu.org/?p=qemu.git;a=shortlog;h=refs/tags/v3.1.1.1 Signed-off-by: Armin Kuster --- ...qemu-native_3.1.0.bb => qemu-native_3.1.1.1.bb} | 0 ...tive_3.1.0.bb => qemu-system-native_3.1.1.1.bb} |

[OE-core] [warrior 18/19] go: fix CVE-2019-16276

2019-10-29 Thread Armin Kuster
From: Chen Qi Signed-off-by: Chen Qi Signed-off-by: Richard Purdie (cherry picked from commit e31f87e289dfd3bbca961e927447a9c7ba816d3f) Signed-off-by: Armin Kuster (cherry picked from commit e02e8fa2e82cceaaa6a433466f52f97b0984762a) Signed-off-by: Armin Kuster --- meta/recipes-devtools/go/go

[OE-core] [warrior 10/19] libcroco: Fix two CVEs

2019-10-29 Thread Armin Kuster
From: Muminul Islam CVE: CVE-2017-8834 CVE-2017-8871 Signed-off-by: Muminul Islam Signed-off-by: Armin Kuster --- .../libcroco/libcroco/CVE-2017-8834_71.patch | 38 ++ meta/recipes-support/libcroco/libcroco_0.6.12.bb | 1 + 2 files changed, 39 insertions(+) creat

[OE-core] [warrior 11/19] python: include CVE patches for python-native as well

2019-10-29 Thread Armin Kuster
From: Anuj Mittal Also avoids maintaining a different set of patches for both. Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie (cherry picked from commit b3b1c00cc46b33ddbf7e008267032220e1e298af) Signed-off-by: Armin Kuster --- meta/recipes-devtools/python/python.inc | 5 +

[OE-core] [warrior 12/19] python: add tk-lib as runtime dependency for python-tkinter

2019-10-29 Thread Armin Kuster
From: Yi Zhao Fixes: ERROR: python-2.7.16-r0 do_package_qa: QA Issue: /usr/lib/python2.7/lib-dynload/_tkinter.so contained in package python-tkinter requires libtk8.6.so, but no providers found in RDEPENDS_python-tkinter? [file-rdeps] Signed-off-by: Yi Zhao Signed-off-by: Ross Burton (cherry p

[OE-core] [warrior 14/19] python: Fix CVE-2019-10160

2019-10-29 Thread Armin Kuster
From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Ross Burton (cherry picked from commit b4240b585d7fcac2fdbf33a8e72d48cb732eb696) Signed-off-by: Armin Kuster (cherry picked from commit 10d87a3085665a959a5fda64ae3895cb27ddf343) Signed-off-by: Armin Kuster --- .../python/python/bp

[OE-core] [warrior 16/19] libgcrypt: fix CVE-2019-12904

2019-10-29 Thread Armin Kuster
From: Yi Zhao In Libgcrypt 1.8.4, the C implementation of AES is vulnerable to a flush-and-reload side-channel attack because physical addresses are available to other processes. (The C implementation is used on platforms where an assembly-language implementation is unavailable.) Reference: http

[OE-core] [warrior 15/19] openssl: make OPENSSL_ENGINES match install path

2019-10-29 Thread Armin Kuster
From: George McCollister Set OPENSSL_ENGINES to the path where engines are actually installed. Signed-off-by: George McCollister Signed-off-by: Ross Burton (cherry picked from commit 59565fec0b3f3e24eb01c03b671913599cd3134d) Signed-off-by: Armin Kuster (cherry picked from commit 578f41124565a

[OE-core] [warrior 08/19] linux-yocto/4.19: make drm-bochs feature available

2019-10-29 Thread Armin Kuster
From: Bruce Ashfield The other active kernel versions have this feature available. To consistently enable the same video output for qemu, we can cherry pick the feature to 4.19. (From OE-Core rev: a777e0f34e106455f963bd58fd8728a16c588c4d) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Pu

[OE-core] [warrior 13/19] python: CVE-2019-16056

2019-10-29 Thread Armin Kuster
From: Chen Qi Signed-off-by: Chen Qi Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster (cherry picked from commit 27be9cf71a6fe906a23e81b56f1cc18a6fc9ef97) Signed-off-by: Armin Kuster --- ...55-Dont-parse-domains-containing-GH-13079.patch | 90 ++ meta/recipes-dev

[OE-core] [warrior 09/19] linux-yocto: add drm-bochs support

2019-10-29 Thread Armin Kuster
From: Alexander Kanavin This allows better modesetting support for the '-vga std' emulated hardware provided by Qemu, which we want to standardize on. See here for background: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13466 (From OE-Core rev: 569d3f5d0454ed31f2f6df29f1703246a3dcd715) S

[OE-core] [warrior 07/19] kernel-yocto: import security fragments from meta-security

2019-10-29 Thread Armin Kuster
From: Bruce Ashfield Adding the following fragments from meta-security to make them centrally available and easier to maintain: 283939d5c9e kernel-cache: add yama security fragments 0b86f3fa241 kernel-cache: add ima fragments 731b466654d kernel-cache: add smack 813afe8ff47 kernel-cac

[OE-core] [warrior 06/19] linux-yocto: arch/x86/boot: use prefix map to avoid embedded paths

2019-10-29 Thread Armin Kuster
From: Bruce Ashfield >From the kernel patch: [ It was observed that the kernel embeds the path in the x86 boot artifacts. From https://bugzilla.yoctoproject.org/show_bug.cgi?id=13458: [ If you turn on the buildpaths QA test, or try a reproducible build, you discov

[OE-core] [warrior 05/19] linux-yocto: bsp/beaglebone: support qemu -machine virt

2019-10-29 Thread Armin Kuster
From: Bruce Ashfield While we don't normally do a dual h/w and virt BSP (since they tend to have conflicting requirements over time). A minimal overhead option to do this was submitted to linux-yocto. Since it has no impact on the h/w reference, has SDK testing value and can serve as a template o

[OE-core] [warrior 04/19] linux-yocto/5.0: make scsi-debug include scsi core configs

2019-10-29 Thread Armin Kuster
From: Bruce Ashfield Updating the scsi-debug fragment to include the core scsi config options. This allows standalone use of the fragment, since all supporting options will be enabled simply by including the top level config in a BSP. This also removes a configuration warning on qemuarm, since w

[OE-core] [warrior 03/19] linux-yocto/5.0: bsp: add basic xilinx zynqmp support

2019-10-29 Thread Armin Kuster
From: Bruce Ashfield Zumeng Chen has added core/basic support for the zynqmp that is bootable using the 5.0 and 5.2-rcX kernels. This makes the fragments available for future refinement and factoring. A bootlog follows: ZynqMP> setenv bootargs console=ttyPS0,115200 root=/dev/mmcblk0p3 rw

[OE-core] [warrior 01/19] kernel.bbclass: fix installation of modules signing certificates

2019-10-29 Thread Armin Kuster
From: Dmitry Eremin-Solenikov If one has provided external key/certificate for modules signing, Kbuild will skip creating signing_key.pem and will write only signing_key.x509 certificate. Thus we have to check for .x509 file existence rather than .pem one. Signed-off-by: Dmitry Eremin-Solenikov

[OE-core] [warrior 00/19] Pull request

2019-10-29 Thread Armin Kuster
This set passed A-full AB. Most fo these have already been on the mailing list. This is last set needed for the next dot release. The following changes since commit b6e17afc06d7a44dc9774ee98de7f186580ddf0d: uninative: Update to 2.7 release (2019-10-08 07:54:37 -0700) are available in the git

[OE-core] [warrior 02/19] gnutls:upgrade 3.6.7 -> 3.6.8

2019-10-29 Thread Armin Kuster
From: Zang Ruochen -Upgrade from gnutls_3.6.7.bb to gnutls_3.6.8.bb. Signed-off-by: Zang Ruochen Signed-off-by: Richard Purdie (cherry picked from commit b34486a616ab4d4b30247a5dff58a18ef26ed709) [Bug fix only update. Including: CVE-2019-3836 CVE-2019-3829 https://lists.gnupg.org/pipermail/gnu

[OE-core] [PATCH] ltp: Fix overcommit_memory failure

2019-10-29 Thread zhe.he
From: He Zhe Backport a patch from upstream to fix the following runtime failure. mem.c:814: INFO: set overcommit_memory to 0 overcommit_memory.c:213: FAIL: alloc passed, expected to fail Signed-off-by: He Zhe --- ...memory-update-for-mm-fix-false-positive-O.patch | 57 ++

Re: [OE-core] Stable warrior decision

2019-10-29 Thread Adrian Bunk
On Tue, Oct 29, 2019 at 05:53:41AM +0100, akuster808 wrote: > I decided to mark the qemu virgl issue on FC30 as a known issue as we > saw it fail in 2.7.1. > > https://autobuilder.yocto.io/pub/releases/yocto-2.7.1.rc1/testresults/oe-selftest-fedora/testresults.json Please revert the fedora-30 par

Re: [OE-core] [zeus 18/28] cmake.bbclass: add HOSTTOOLS_DIR to CMAKE_FIND_ROOT_PATH

2019-10-29 Thread Richard Purdie
On Fri, 2019-10-25 at 23:49 -0700, Armin Kuster wrote: > From: Michael Ho > > The find_program command will fail if it is used on a tool that is > listed in > ASSUME_PROVIDED. This is because these tools are in the hosttools > directory > which is not listed in CMAKE_FIND_ROOT_PATH so cmake will