[OE-core] [PATCH 2/2] musl: Delete GLIBC_LDSO before creating symlink with lnr

2019-08-13 Thread Khem Raj
Fixes rebuild failures after say do_compile fails | ./tools/install.sh -D -r /mnt/a/yoe/build/tmp/work/riscv64-yoe-linux-musl/musl/1.1.23+gitAUTOINC+d0b547dfb5-r0/image/usr/lib/libc.so /mnt/a/yoe/build/tmp/work/riscv64-yoe-linux-musl/musl/1.1.23+gitAUTOINC+d0b547dfb5-r0/image/lib/ld-musl-riscv6

[OE-core] [PATCH 1/2] linuxloader: Add entries for riscv64

2019-08-13 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/classes/linuxloader.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/classes/linuxloader.bbclass b/meta/classes/linuxloader.bbclass index b4c413494a..c0fbf26836 100644 --- a/meta/classes/linuxloader.bbclass +++ b/meta/classes/linuxloader.bbclas

Re: [OE-core] Long delays with latest bitbake (was: [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively)

2019-08-13 Thread Khem Raj
On Tue, Aug 13, 2019 at 12:18 PM Richard Purdie wrote: > > On Tue, 2019-08-13 at 10:04 +0100, Richard Purdie wrote: > > On Mon, 2019-08-12 at 20:26 +, Peter Kjellerstedt wrote: > > > Comparing that build to a corresponding do-nothing build with Thud, > > > the time difference matches those thr

Re: [OE-core] [PATCH] kernel-devsrc: cp Documentation/ to sdk kernel

2019-08-13 Thread Bruce Ashfield
On Tue, Aug 13, 2019 at 11:39 PM Bruce Ashfield wrote: > > On Tue, Aug 13, 2019 at 11:04 PM Bruce Ashfield > wrote: > > > > > > > > On Tue, Aug 13, 2019 at 11:01 PM Hongzhi, Song > > wrote: > >> > >> > >> On 8/14/19 10:53 AM, Bruce Ashfield wrote: > >> > > >> > > >> > On Tue, Aug 13, 2019 at 9:

Re: [OE-core] [PATCH] kernel-devsrc: cp Documentation/ to sdk kernel

2019-08-13 Thread Bruce Ashfield
On Tue, Aug 13, 2019 at 11:04 PM Bruce Ashfield wrote: > > > > On Tue, Aug 13, 2019 at 11:01 PM Hongzhi, Song > wrote: >> >> >> On 8/14/19 10:53 AM, Bruce Ashfield wrote: >> > >> > >> > On Tue, Aug 13, 2019 at 9:59 PM Hongzhi, Song >> > mailto:hongzhi.s...@windriver.com>> wrote: >> > >> > >> >

Re: [OE-core] [PATCH] kernel-devsrc: cp Documentation/ to sdk kernel

2019-08-13 Thread Bruce Ashfield
On Tue, Aug 13, 2019 at 11:01 PM Hongzhi, Song wrote: > > On 8/14/19 10:53 AM, Bruce Ashfield wrote: > > > > > > On Tue, Aug 13, 2019 at 9:59 PM Hongzhi, Song > > mailto:hongzhi.s...@windriver.com>> wrote: > > > > > > On 8/13/19 8:27 PM, Bruce Ashfield wrote: > > > > > > > > > On

Re: [OE-core] [PATCH] kernel-devsrc: cp Documentation/ to sdk kernel

2019-08-13 Thread Hongzhi, Song
On 8/14/19 10:53 AM, Bruce Ashfield wrote: On Tue, Aug 13, 2019 at 9:59 PM Hongzhi, Song mailto:hongzhi.s...@windriver.com>> wrote: On 8/13/19 8:27 PM, Bruce Ashfield wrote: > > > On Tue, Aug 13, 2019 at 1:35 AM Hongzhi.Song > mailto:hongzhi.s...@windriver.com>

Re: [OE-core] [PATCH] kernel-devsrc: cp Documentation/ to sdk kernel

2019-08-13 Thread Bruce Ashfield
On Tue, Aug 13, 2019 at 9:59 PM Hongzhi, Song wrote: > > On 8/13/19 8:27 PM, Bruce Ashfield wrote: > > > > > > On Tue, Aug 13, 2019 at 1:35 AM Hongzhi.Song > > mailto:hongzhi.s...@windriver.com>> wrote: > > > > A new patch let kernel source Documentation/Kconfig in top Kconfig > > So kern

Re: [OE-core] [PATCH] kernel-devsrc: cp Documentation/ to sdk kernel

2019-08-13 Thread Hongzhi, Song
On 8/13/19 8:27 PM, Bruce Ashfield wrote: On Tue, Aug 13, 2019 at 1:35 AM Hongzhi.Song mailto:hongzhi.s...@windriver.com>> wrote: A new patch let kernel source Documentation/Kconfig in top Kconfig So kernel-devsrc should include Documentation/ too. Otherwise "make scripts" will

[OE-core] [PATCH] gdb: Do not set musl specific CFLAGS

2019-08-13 Thread Khem Raj
These settings are no longer needed because we define gl_cv_func_gettimeofday_clobber=no already and stat issue is alrwady fixed via [1] [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=3c025cfe5efc44eb4dfb03b53dca28e75096dd1e Signed-off-by: Khem Raj --- meta/recipes-devtools/gdb/

[OE-core] [thud][PATCH v2 4/4] libcomps: fix CVE-2019-3817

2019-08-13 Thread Kevin Weng via Openembedded-core
Signed-off-by: Kevin Weng --- .../libcomps/libcomps/CVE-2019-3817.patch | 97 +++ .../recipes-devtools/libcomps/libcomps_git.bb | 1 + 2 files changed, 98 insertions(+) create mode 100644 meta/recipes-devtools/libcomps/libcomps/CVE-2019-3817.patch diff --git a/meta/recipes-

[OE-core] [thud][PATCH v2 1/4] curl: fix CVE-2018-16890 CVE-2019-3822 CVE-2019-3823

2019-08-13 Thread Kevin Weng via Openembedded-core
Signed-off-by: Kevin Weng --- .../curl/curl/CVE-2018-16890.patch| 50 + .../curl/curl/CVE-2019-3822.patch | 47 .../curl/curl/CVE-2019-3823.patch | 55 +++ meta/recipes-support/curl/curl_7.61.0.bb | 3 + 4

[OE-core] [thud][PATCH v2 3/4] glib-2.0: fix CVE-2019-13012

2019-08-13 Thread Kevin Weng via Openembedded-core
Signed-off-by: Kevin Weng --- .../glib-2.0/glib-2.0/CVE-2019-13012.patch| 47 +++ meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb | 1 + 2 files changed, 48 insertions(+) create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2019-13012.patch diff --git a/meta/recipes-cor

[OE-core] [thud][PATCH v2 2/4] dbus: fix CVE-2019-12749

2019-08-13 Thread Kevin Weng via Openembedded-core
Signed-off-by: Kevin Weng --- .../dbus/dbus/CVE-2019-12749.patch| 127 ++ meta/recipes-core/dbus/dbus_1.12.10.bb| 1 + 2 files changed, 128 insertions(+) create mode 100644 meta/recipes-core/dbus/dbus/CVE-2019-12749.patch diff --git a/meta/recipes-core/dbus

[OE-core] ✗ patchtest: failure for "[thud] curl: fix CVE-2018-1689..." and 3 more

2019-08-13 Thread Patchwork
== Series Details == Series: "[thud] curl: fix CVE-2018-1689..." and 3 more Revision: 1 URL : https://patchwork.openembedded.org/series/19261/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [thud][PATCH 2/4] dbus: fix CVE-2019-12749

2019-08-13 Thread Kevin Weng via Openembedded-core
Signed-off-by: Kevin Weng --- .../dbus/dbus/CVE-2019-12749.patch| 127 ++ meta/recipes-core/dbus/dbus_1.12.10.bb| 1 + 2 files changed, 128 insertions(+) create mode 100644 meta/recipes-core/dbus/dbus/CVE-2019-12749.patch diff --git a/meta/recipes-core/dbus

[OE-core] [thud][PATCH 3/4] glib-2.0: fix CVE-2019-13012

2019-08-13 Thread Kevin Weng via Openembedded-core
Signed-off-by: Kevin Weng --- .../glib-2.0/glib-2.0/CVE-2019-13012.patch| 47 +++ meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb | 1 + 2 files changed, 48 insertions(+) create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2019-13012.patch diff --git a/meta/recipes-cor

[OE-core] [thud][PATCH 1/4] curl: fix CVE-2018-16890 CVE-2019-3822 CVE-2019-3823

2019-08-13 Thread Kevin Weng via Openembedded-core
Signed-off-by: Kevin Weng --- .../curl/curl/CVE-2018-16890.patch| 50 + .../curl/curl/CVE-2019-3822.patch | 47 .../curl/curl/CVE-2019-3823.patch | 55 +++ meta/recipes-support/curl/curl_7.61.0.bb | 3 + 4

[OE-core] [thud][PATCH 4/4] libcomps: fix CVE-2019-3817

2019-08-13 Thread Kevin Weng via Openembedded-core
Signed-off-by: Kevin Weng --- .../libcomps/libcomps/CVE-2019-3817.patch | 97 +++ .../recipes-devtools/libcomps/libcomps_git.bb | 1 + 2 files changed, 98 insertions(+) create mode 100644 meta/recipes-devtools/libcomps/libcomps/CVE-2019-3817.patch diff --git a/meta/recipes-

Re: [OE-core] [PATCH] xrandr: update to 1.5.1

2019-08-13 Thread Adrian Bunk
On Tue, Aug 13, 2019 at 10:01:25PM +0200, Alexander Kanavin wrote: > On Tue, 13 Aug 2019 at 21:53, Oleksandr Kravchuk < > open.sou...@oleksandr-kravchuk.com> wrote: > > > SRC_URI was moved from xorg-app-common.inc, since it has hardcoded file > > extension (tar.bz2), but upstream stopped publishin

[OE-core] [PATCH] git: update to 2.22.1

2019-08-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/git/git_2.22.0.bb | 11 --- meta/recipes-devtools/git/git_2.22.1.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_2.22.0.bb create mode 100644 meta/recipes

Re: [OE-core] [PATCH] xrandr: update to 1.5.1

2019-08-13 Thread Alexander Kanavin
On Tue, 13 Aug 2019 at 22:01, Alexander Kanavin wrote: > On Tue, 13 Aug 2019 at 21:53, Oleksandr Kravchuk < > open.sou...@oleksandr-kravchuk.com> wrote: > >> SRC_URI was moved from xorg-app-common.inc, since it has hardcoded file >> extension (tar.bz2), but upstream stopped publishing tar.bz2 arc

Re: [OE-core] [PATCH] xrandr: update to 1.5.1

2019-08-13 Thread Alexander Kanavin
On Tue, 13 Aug 2019 at 21:53, Oleksandr Kravchuk < open.sou...@oleksandr-kravchuk.com> wrote: > SRC_URI was moved from xorg-app-common.inc, since it has hardcoded file > extension (tar.bz2), but upstream stopped publishing tar.bz2 archives > for newer versions of the packages. > Should this be ra

[OE-core] [PATCH] xrandr: update to 1.5.1

2019-08-13 Thread Oleksandr Kravchuk
SRC_URI was moved from xorg-app-common.inc, since it has hardcoded file extension (tar.bz2), but upstream stopped publishing tar.bz2 archives for newer versions of the packages. Signed-off-by: Oleksandr Kravchuk --- .../xorg-app/{xrandr_1.5.0.bb => xrandr_1.5.1.bb} | 6 -- 1 file c

Re: [OE-core] Long delays with latest bitbake (was: [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively)

2019-08-13 Thread Richard Purdie
On Tue, 2019-08-13 at 10:04 +0100, Richard Purdie wrote: > On Mon, 2019-08-12 at 20:26 +, Peter Kjellerstedt wrote: > > Comparing that build to a corresponding do-nothing build with Thud, > > the time difference matches those three minutes where I have no > > idea > > what bitbake is doing now

[OE-core] [PATCH] uboot: fixes to uboot-extlinux-config attribute values

2019-08-13 Thread Will Page
The way this class uses overrides to support generation of multiple sections is subject to two different issues: 1) labels that conflict with existing override names causing the value for the conflicting label to be set for all labels, and 2) reusing the override list through each iteration, prepen

[OE-core] [PATCH] xf86-input-libinput: update to 0.29.0

2019-08-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...input-libinput_0.28.2.bb => xf86-input-libinput_0.29.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.28.2.bb => xf86-input-libinput_0.29.0.bb} (63%) diff --git a/meta/recipe

[OE-core] [PATCH 4/5] sudo: correct SRC_URI

2019-08-13 Thread Alexander Kanavin
The old URI returns 404, and has an invalid TLS certificate. Signed-off-by: Alexander Kanavin --- meta/recipes-extended/sudo/sudo_1.8.27.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/sudo/sudo_1.8.27.bb b/meta/recipes-extended/sudo/sudo_1.8.27.bb i

[OE-core] [PATCH 2/5] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively

2019-08-13 Thread Alexander Kanavin
Recursive RDEPENDS resolution requires that all of the dependent recipes' packaging has completed. There is no mechanism to ensure that and therefore races were observed. This change effectively requires recipes to list their runtime file dependencies explicitly rather than have them pulled indire

[OE-core] [PATCH 5/5] ovmf: fix upstream version check

2019-08-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/ovmf/ovmf_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 7944ee97d49..b569b593fc2 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-co

[OE-core] [PATCH 3/5] python3-numpy: update to 1.17.0

2019-08-13 Thread Alexander Kanavin
Rebase files/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch License-Update: clarified license for numpy/core/src/multiarray/dragon4.c (it is MIT) Signed-off-by: Alexander Kanavin --- ...-and-so-on-for-libraries-by-default-.patch | 47 --- ...up.py-remove-the-det

[OE-core] [PATCH 1/5] gcc-cross-canadian: add missing runtime dependencies

2019-08-13 Thread Alexander Kanavin
The recipe is special in that it does not auto-detect them at packaging step (via EXCLUDE_FROM_SHLIBS). With the recursive RDEPENDS qa check gone they need to be listed explicitly. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 3 ++- 1 file changed, 2 in

[OE-core] [PATCH] libevent: update to 2.1.11

2019-08-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libevent/{libevent_2.1.10.bb => libevent_2.1.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libevent/{libevent_2.1.10.bb => libevent_2.1.11.bb} (88%) diff --git a/meta/recipes-support/libevent/libeven

[OE-core] [PATCH] librepo: update to 1.10.5

2019-08-13 Thread Oleksandr Kravchuk
Also cleanedup the recipe. Signed-off-by: Oleksandr Kravchuk --- .../{librepo_1.10.4.bb => librepo_1.10.5.bb} | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) rename meta/recipes-devtools/librepo/{librepo_1.10.4.bb => librepo_1.10.5.bb} (58%) diff --git a/meta/recip

[OE-core] [PATCH] python3-git: update to 3.0.0

2019-08-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../python/{python3-git_2.1.13.bb => python3-git_3.0.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-git_2.1.13.bb => python3-git_3.0.0.bb} (88%) diff --git a/meta/recipes-devtools/python/pyth

Re: [OE-core] [PATCH 2/4] python3-numpy: update to 1.17.0

2019-08-13 Thread richard . purdie
On Tue, 2019-08-13 at 08:35 -0700, Khem Raj wrote: > On Tue, Aug 13, 2019 at 8:34 AM Michael Halstead > wrote: > > > > On 8/13/19 2:54 AM, Alexander Kanavin wrote: > > > > On Tue, 13 Aug 2019 at 10:34, Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > > > > This doesn't buil

Re: [OE-core] [PATCH 2/4] python3-numpy: update to 1.17.0

2019-08-13 Thread Khem Raj
On Tue, Aug 13, 2019 at 8:34 AM Michael Halstead wrote: > > > On 8/13/19 2:54 AM, Alexander Kanavin wrote: > > On Tue, 13 Aug 2019 at 10:34, Richard Purdie > wrote: >> >> >> This doesn't build on opensuse 42.3: >> >> https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/907 >> >> Its

Re: [OE-core] [PATCH 2/4] python3-numpy: update to 1.17.0

2019-08-13 Thread Michael Halstead
On 8/13/19 2:54 AM, Alexander Kanavin wrote: > On Tue, 13 Aug 2019 at 10:34, Richard Purdie > > wrote: > > > This doesn't build on opensuse 42.3: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/907 > > Its numpy-native a

[OE-core] [PATCH V2] gcc-runtime: Move content from gcclibdir into libdir

2019-08-13 Thread Khem Raj
OE does not use the traditional /usr/lib/gcc prefix to store gcc-runtime it basically is moved into libdir, however some newer files were installed by newer versions of gcc especially libgomp ( omp.h openacc.h ) into gcclibdir, so we have content in both directories, this confuses other tools which

Re: [OE-core] [PATCH] gcc-runtime: Move content from gcclibdir into libdir

2019-08-13 Thread richard . purdie
On Tue, 2019-08-13 at 07:36 -0700, Khem Raj wrote: > On Tue, Aug 13, 2019 at 7:23 AM Richard Purdie > wrote: > > On Mon, 2019-08-12 at 16:22 -0700, Khem Raj wrote: > > > OE does not use the traditional /usr/lib/gcc prefix to store gcc- > > > runtime > > > it basically is moved into libdir, however

[OE-core] Yocto Project Status WW33'19

2019-08-13 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M3 Next Deadline: YP 2.8 Milestone M3 Cutoff (Feature Freeze) Aug 25, 2019 SWAT Team Rotation: * SWAT lead is currently: Amanda * SWAT team rotation: Amanda -> Chen on Aug. 16, 2019 * SWAT team rotation: Chen -> Armin on Aug. 23, 2019 *

Re: [OE-core] [PATCH] gcc-runtime: Move content from gcclibdir into libdir

2019-08-13 Thread Khem Raj
On Tue, Aug 13, 2019 at 7:23 AM Richard Purdie wrote: > > On Mon, 2019-08-12 at 16:22 -0700, Khem Raj wrote: > > OE does not use the traditional /usr/lib/gcc prefix to store gcc- > > runtime > > it basically is moved into libdir, however some newer files were > > installed by newer versions of gcc

Re: [OE-core] [PATCH] gcc-runtime: Move content from gcclibdir into libdir

2019-08-13 Thread Richard Purdie
On Mon, 2019-08-12 at 16:22 -0700, Khem Raj wrote: > OE does not use the traditional /usr/lib/gcc prefix to store gcc- > runtime > it basically is moved into libdir, however some newer files were > installed by newer versions of gcc especially libgomp ( omp.h > openacc.h ) > into gcclibdir, so we h

Re: [OE-core] [PATCH] pulseaudio: don't include consolekit when systemd is enabled

2019-08-13 Thread Tanu Kaskinen
On Tue, 2019-08-13 at 16:11 +0300, Tanu Kaskinen wrote: > On Fri, 2019-07-26 at 23:03 +0800, Anuj Mittal wrote: > > When using systemd, make sure that pulseaudio-server RDEPENDS on > > module-systemd-login instead of module-console-kit both of which provide > > the same functionality but for differ

Re: [OE-core] [PATCH] pulseaudio: don't include consolekit when systemd is enabled

2019-08-13 Thread Tanu Kaskinen
On Fri, 2019-07-26 at 23:03 +0800, Anuj Mittal wrote: > When using systemd, make sure that pulseaudio-server RDEPENDS on > module-systemd-login instead of module-console-kit both of which provide > the same functionality but for different init systems [1][2]. > > Even though both modules can co-ex

Re: [OE-core] Long delays with latest bitbake (was: [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively)

2019-08-13 Thread Alexander Kanavin
On Tue, 13 Aug 2019 at 11:04, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > We talked on irc and you pointed at the commit things started to go > wrong. Just to summarise things for the benefit of the list, this is > some quick testing I did: > > "bitbake -p; time bitbake core-imag

Re: [OE-core] [PATCH] kernel-devsrc: cp Documentation/ to sdk kernel

2019-08-13 Thread Bruce Ashfield
On Tue, Aug 13, 2019 at 1:35 AM Hongzhi.Song wrote: > A new patch let kernel source Documentation/Kconfig in top Kconfig > So kernel-devsrc should include Documentation/ too. > Otherwise "make scripts" will fails. > > patch: > commit b1663d7e3a7961fc45262fd68a89253f2803036c > Author: Mauro Carval

Re: [OE-core] [PATCH 2/4] python3-numpy: update to 1.17.0

2019-08-13 Thread Alexander Kanavin
On Tue, 13 Aug 2019 at 10:34, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > > This doesn't build on opensuse 42.3: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/907 > > Its numpy-native and looks like it might be the old compiler :( > That version of opensu

Re: [OE-core] [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively

2019-08-13 Thread Alexander Kanavin
On Mon, 12 Aug 2019 at 22:50, wrote: > > > world builds seem to have regressed (preparation time wise) even > > without having hash equivalency. Just oe-core is bearable, but adding > > meta-oe layers makes it spent many minutes after initializing tasks > > but before any tasks actually begin. >

[OE-core] [PATCHv2] meson: backport fix for builds with -Werror=return-type

2019-08-13 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-devtools/meson/meson.inc | 1 + ...rn-statements-that-are-seen-with-Wer.patch | 100 ++ 2 files changed, 101 insertions(+) create mode 100644 meta/recipes-devtools/meson/meson/0001-Fix-missing-return-statements-that-are-seen

Re: [OE-core] Long delays with latest bitbake (was: [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively)

2019-08-13 Thread Richard Purdie
On Mon, 2019-08-12 at 20:26 +, Peter Kjellerstedt wrote: > Comparing that build to a corresponding do-nothing build with Thud, > the time difference matches those three minutes where I have no idea > what bitbake is doing now that it didn’t need to do before… > > Hopefully these time degradat

[OE-core] [PATCH] go-runtime: remove conflict files from -dev packages

2019-08-13 Thread changqing.li
From: Changqing Li fix below error: file /usr/lib64/go/src/cmd/cgo/zdefaultcc.go conflicts between attempted installs of go-dev-1.12.6-r0.core2_64 and go-runtime-dev-1.12.6-r0.core2_64 file /usr/lib64/go/src/cmd/go/internal/cfg/zdefaultcc.go conflicts between attempted installs of go-dev-1.12.6

Re: [OE-core] [PATCH 2/4] python3-numpy: update to 1.17.0

2019-08-13 Thread Richard Purdie
On Mon, 2019-08-12 at 15:49 +0200, Alexander Kanavin wrote: > Rebase files/0001-Don-t-search-usr-and-so-on-for-libraries-by- > default-.patch > > License-Update: clarified license for > numpy/core/src/multiarray/dragon4.c (it is MIT) > Signed-off-by: Alexander Kanavin > --- > ...-and-so-on-for-l

Re: [OE-core] [PATCH] go/go-runtime: use update-alternative for zdefaultcc.go

2019-08-13 Thread Changqing Li
On 8/8/19 7:56 PM, Matt Madison wrote: On Wed, Aug 7, 2019 at 10:36 PM Changqing Li wrote: On 8/7/19 10:16 PM, Richard Purdie wrote: On Wed, 2019-08-07 at 10:35 +0800, Changqing Li wrote: On 8/6/19 6:47 PM, Richard Purdie wrote: On Tue, 2019-08-06 at 14:54 +0800, changqing...@windriver.co