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

2019-10-28 Thread JH
Hi Ferry, On 10/29/19, Ferry Toth wrote: >> How did you build the cpio into the kernel? > > https://github.com/edison-fw/meta-intel-edison/blob/master/meta-intel-edison-bsp/conf/machine/edison.conf Thank you for sharing the config, I added the same thing to my image configure: INITRAMFS_MAXSIZE

[OE-core] Stable warrior decision

2019-10-28 Thread akuster808
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 regards. Armin -- ___ Openembedded-core mailing list

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

2019-10-28 Thread Zhixiong Chi
This patch fix the stack overflow issue for recursive call and the segment fault issue. Backport the two CVE pathces from the binutils upstream: commit 336bfbeb1848f4b9558456fdcf283ee8a32d7fd1 commit 063c511bd79281f33fd33f0964541a73511b9e2b Signed-off-by: Zhixiong Chi --- .../binutils/binutils-

[OE-core] ✗ patchtest: failure for binutils: CVE-2019-17450 and CVE-2019-17451

2019-10-28 Thread Patchwork
== Series Details == Series: binutils: CVE-2019-17450 and CVE-2019-17451 Revision: 1 URL : https://patchwork.openembedded.org/series/20742/ 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] [PATCH] binutils: CVE-2019-17450 and CVE-2019-17451

2019-10-28 Thread Zhixiong Chi
This patch fix the stack overflow issue for recursive call and the segment fault issue. Backport the two CVE pathces from the binutils upstream: commit 336bfbeb1848f4b9558456fdcf283ee8a32d7fd1 commit 063c511bd79281f33fd33f0964541a73511b9e2b Signed-off-by: Zhixiong Chi --- .../binutils/binutils-

[OE-core] [PATCH] resulttool/store.py: Enable add extra test environment data

2019-10-28 Thread Yeoh Ee Peng
Enable the option to add extra test environment data to the configuration of each test result (as optional). Example of optional test environment data include: - custom packages included for runtime test - detail machine specification used as target - detail host environmen

[OE-core] [PATCH] ell: update to 0.25

2019-10-28 Thread Oleksandr Kravchuk
0.24: - Add support for extended groups in settings files. 0.25: - Fix issue with stopping DHCP client and owner notification. - Fix issue with time calculation overflow and DHCP. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.23.bb => ell_0.25.bb} | 4 ++-- 1 file changed,

[OE-core] ✗ patchtest: failure for gcr: remove intltool-native

2019-10-28 Thread Patchwork
== Series Details == Series: gcr: remove intltool-native Revision: 1 URL : https://patchwork.openembedded.org/series/20734/ 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 pro

[OE-core] [PATCH] gcr: remove intltool-native

2019-10-28 Thread Ross Burton
gcr uses gettext now, so no need to depend on intltool-native. Signed-off-by: Ross Burton --- meta/recipes-gnome/gcr/gcr_3.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gcr/gcr_3.34.0.bb b/meta/recipes-gnome/gcr/gcr_3.34.0.bb index f13bfecbe19..6

Re: [OE-core] [PATCH 3/5] gcr: update to 3.34.0

2019-10-28 Thread Ross Burton
On 24/10/2019 12:11, Alexander Kanavin wrote: inherit gettext, as gcr is now gettextized. Note that gettexting means intltool-native is no longer a build dependency. No need to send a patch, I've queued it locally. Ross -- ___ Openembedded-core ma

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

2019-10-28 Thread Ross Burton
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 we need to retain portions of that patch:

Re: [OE-core] ✗ patchtest: failure for sudo: Fix fetching sources

2019-10-28 Thread Ferry Toth
Op 28-10-2019 om 22:36 schreef Ross Burton: On 25/10/2019 21:39, Ferry Toth wrote: Op 25-10-2019 om 21:32 schreef Patchwork: == Series Details == Series: sudo: Fix fetching sources Revision: 1 URL   : https://patchwork.openembedded.org/series/20684/ State : failure == Summary == Thank you f

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

2019-10-28 Thread Carlos Rafael Giani
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 mailing list for discussing them. And speaking of u

[OE-core] [PATCH v4] coreutils: Move stdbuf into an own package coreutils-stdbuf

2019-10-28 Thread Adrian Bunk
This LD_PRELOAD trick is not really suitable for busybox, so can be the only part of coreutils needed. coreutils depends on the new package, so nothing changes when installing coreutils. Signed-off-by: Adrian Bunk --- meta/recipes-core/coreutils/coreutils_8.31.bb | 6 +- 1 file changed, 5 i

Re: [OE-core] [PATCH v3] coreutils: Move stdbuf into an own package coreutils-stdbuf

2019-10-28 Thread Adrian Bunk
On Mon, Oct 28, 2019 at 01:44:47PM +, Richard Purdie wrote: > On Sun, 2019-10-27 at 17:04 +0200, Adrian Bunk wrote: > > This LD_PRELOAD trick is not really suitable for busybox, > > so can be the only part of coreutils needed. > > > > coreutils depends on the new package, > > so nothing change

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

2019-10-28 Thread Ross Burton
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 -- ___ Openembedded-co

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

2019-10-28 Thread Ross Burton
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. We've had some more patches land in master before

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

2019-10-28 Thread Ross Burton
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. /me faints We've been asking upstream periodicall

Re: [OE-core] ✗ patchtest: failure for sudo: Fix fetching sources

2019-10-28 Thread Ross Burton
On 25/10/2019 21:39, Ferry Toth wrote: Op 25-10-2019 om 21:32 schreef Patchwork: == Series Details == Series: sudo: Fix fetching sources Revision: 1 URL   : https://patchwork.openembedded.org/series/20684/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedd

Re: [OE-core] [PATCH] classes/image_types_wic.bbclass: fix racing risk on rootfs

2019-10-28 Thread Ross Burton
On 28/10/2019 16:09, Hongxu Jia wrote: Since wic image creation will temporarily update rootfs/etc/fstab (*temporarily* means the fstab will be recovered after wic image creation), there is still racing risk during the temporarily time for other image creation (such as tar, ext) Could this be d

Re: [OE-core] [PATCH] distutils: pass along parallel make flags to setup.py build

2019-10-28 Thread Ross Burton
On 24/10/2019 19:25, Nick Owens wrote: i see, it looks like i should apply this to distutils3.bbclass and not distutils.bbclass, since python2 never got support for --parallel. does that seem right? Yes. Ross -- ___ Openembedded-core mailing list O

Re: [OE-core] [PATCH] python3-numpy: Stop shipping manual config files

2019-10-28 Thread Ross Burton
On 27/10/2019 17:36, Adrian Bunk wrote: Automatic generation seems to work fine, and does not become outdated. My hero! Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinf

Re: [OE-core] [PATCH 0/2] Bug fixes for makedevs.c

2019-10-28 Thread Ross Burton
On 28/10/2019 19:11, Andre McCurdy wrote: On Mon, Oct 28, 2019 at 10:15 AM Frazer Leslie Clews wrote: fixes a few bugs in some print statements and an overflow bug with usr_buf Frazer Leslie Clews (2): fix format strings in makedevs.c in print statements fix invalidScanfFormatWidth to p

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

2019-10-28 Thread Ferry Toth
Op 28-10-2019 om 03:02 schreef JH: On 10/28/19, Ferry Toth wrote: No, there is no limitation in kernel, BTW, the zImage-initramfs is not just kernel space, the zImage-initramfs = kernel + rootfs which cannot be limited to 10 MB. I have a zImage-initramfs created by openwrt, the size is 28 MB. T

Re: [OE-core] [PATCH v3 1/3] recipes-devtools/go: Refactor patches for go-1.13.3

2019-10-28 Thread Khem Raj
Awesome, thanks! On Mon, Oct 28, 2019 at 7:30 PM Alexander Kube wrote: > Done. The latest patchset removes go-1.12 and cleans up the rest of the > 1.13 recipes. > > > On Fri, Oct 25, 2019 at 1:59 PM Khem Raj wrote: > >> Looks good but please delete 1.12 along as well >> >> On Thu, Oct 24, 2019

Re: [OE-core] [PATCH 0/2] Bug fixes for makedevs.c

2019-10-28 Thread Andre McCurdy
On Mon, Oct 28, 2019 at 10:15 AM Frazer Leslie Clews wrote: > > fixes a few bugs in some print statements and an overflow bug with usr_buf > > Frazer Leslie Clews (2): > fix format strings in makedevs.c in print statements > fix invalidScanfFormatWidth to prevent overflowing usr_buf Perhaps f

Re: [OE-core] [PATCH v3 1/3] recipes-devtools/go: Refactor patches for go-1.13.3

2019-10-28 Thread Alexander Kube
Done. The latest patchset removes go-1.12 and cleans up the rest of the 1.13 recipes. On Fri, Oct 25, 2019 at 1:59 PM Khem Raj wrote: > Looks good but please delete 1.12 along as well > > On Thu, Oct 24, 2019 at 9:39 PM Alexander Kube > wrote: > >> From: Alex Kube >> >> Signed-off-by: Alex Ku

[OE-core] ✗ patchtest: failure for Bug fixes for makedevs.c

2019-10-28 Thread Patchwork
== Series Details == Series: Bug fixes for makedevs.c Revision: 1 URL : https://patchwork.openembedded.org/series/20722/ 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 propos

[OE-core] [PATCH 2/2] fix invalidScanfFormatWidth to prevent overflowing usr_buf

2019-10-28 Thread Frazer Leslie Clews
Signed-off-by: Frazer Leslie Clews --- meta/recipes-devtools/makedevs/makedevs/makedevs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/makedevs/makedevs/makedevs.c b/meta/recipes-devtools/makedevs/makedevs/makedevs.c index 01e564afee..32b9872932 10064

[OE-core] [PATCH 1/2] fix format strings in makedevs.c in print statements

2019-10-28 Thread Frazer Leslie Clews
Signed-off-by: Frazer Leslie Clews --- meta/recipes-devtools/makedevs/makedevs/makedevs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/makedevs/makedevs/makedevs.c b/meta/recipes-devtools/makedevs/makedevs/makedevs.c index cba7681414..01e564af

[OE-core] [PATCH 0/2] Bug fixes for makedevs.c

2019-10-28 Thread Frazer Leslie Clews
fixes a few bugs in some print statements and an overflow bug with usr_buf Frazer Leslie Clews (2): fix format strings in makedevs.c in print statements fix invalidScanfFormatWidth to prevent overflowing usr_buf meta/recipes-devtools/makedevs/makedevs/makedevs.c | 10 +- 1 file chang

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

2019-10-28 Thread Ross Burton
On 26/10/2019 11:57, Carlos Rafael Giani wrote: I think it would make sense to not try to get a meson based build done for GStreamer 1.16, and instead target it for 1.18. Minor version upgrades like 1.16.0 -> 1.16.1 aren't expected to bring major changes with them, while major upgrades like 1.1

Re: [OE-core] [PATCH] libical: add PACKAGECONFIG glib and enable it by default

2019-10-28 Thread Ross Burton
On 25/10/2019 08:38, Andreas Müller wrote: On Sat, Oct 19, 2019 at 3:06 PM Andreas Müller wrote: * As long as there is no solution upstream [1] build src-generator native and adjust cmake file to find it * libical-glib is a mandatory dependency for evolution-data-server >= 3.34 [1] https:/

[OE-core] [PATCH] classes/image_types_wic.bbclass: fix racing risk on rootfs

2019-10-28 Thread Hongxu Jia
Since wic image creation will temporarily update rootfs/etc/fstab (*temporarily* means the fstab will be recovered after wic image creation), there is still racing risk during the temporarily time for other image creation (such as tar, ext) Make a copy of rootfs(as rootfs_wic), and create wic imag

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-10-28 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#New

Re: [OE-core] [PATCH v3] coreutils: Move stdbuf into an own package coreutils-stdbuf

2019-10-28 Thread Richard Purdie
On Sun, 2019-10-27 at 17:04 +0200, Adrian Bunk wrote: > This LD_PRELOAD trick is not really suitable for busybox, > so can be the only part of coreutils needed. > > coreutils depends on the new package, > so nothing changes when installing coreutils. > > Signed-off-by: Adrian Bunk > --- > v3: co

Re: [OE-core] [PATCH v3] coreutils: Move stdbuf into an own package coreutils-stdbuf

2019-10-28 Thread Richard Purdie
On Sun, 2019-10-27 at 17:04 +0200, Adrian Bunk wrote: > This LD_PRELOAD trick is not really suitable for busybox, > so can be the only part of coreutils needed. > > coreutils depends on the new package, > so nothing changes when installing coreutils. > > Signed-off-by: Adrian Bunk > --- > v3: co