Re: [OE-core] [PATCH] send-error-report: Use https instead of http protocol

2019-03-03 Thread Robert Yang
Hi Khem, We have an internal error web server, this patch breaks it: You're accessing the development server over HTTPS, but it only supports HTTP So I tried to use runsslserver, but it doesn't work either since the host is Ubuntu 14.04 (python 2.7.6): $ python manage.py runsslserver [snip]

[OE-core] [meta-oe][thud][PATCH] target-sdk-provides-dummy: add perl-module-overload

2019-03-03 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/meta/target-sdk-provides-dummy.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb b/meta/recipes-core/meta/target-sdk-provides-dummy.bb index edf07c4a23..13741f0a64 100644 ---

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-03 Thread Tom Rini
On Sun, Mar 03, 2019 at 04:20:49PM -0600, Joshua Watt wrote: > On Sun, Mar 3, 2019 at 4:11 PM Joshua Watt wrote: > > > > On Sun, Mar 3, 2019 at 3:25 PM Tom Rini wrote: > > > > > > On Sun, Mar 03, 2019 at 03:21:12PM -0600, Joshua Watt wrote: > > > > On Sun, Mar 3, 2019, 2:47 PM Tom Rini wrote: >

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-03 Thread Joshua Watt
On Sun, Mar 3, 2019 at 4:11 PM Joshua Watt wrote: > > On Sun, Mar 3, 2019 at 3:25 PM Tom Rini wrote: > > > > On Sun, Mar 03, 2019 at 03:21:12PM -0600, Joshua Watt wrote: > > > On Sun, Mar 3, 2019, 2:47 PM Tom Rini wrote: > > > > > > > Hey all, > > > > > > > > As part of the

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-03 Thread Joshua Watt
On Sun, Mar 3, 2019 at 3:25 PM Tom Rini wrote: > > On Sun, Mar 03, 2019 at 03:21:12PM -0600, Joshua Watt wrote: > > On Sun, Mar 3, 2019, 2:47 PM Tom Rini wrote: > > > > > Hey all, > > > > > > As part of the packagegroup-core-base-utils series I noticed that > > > with rm_work enabled like I

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-03 Thread Tom Rini
On Sun, Mar 03, 2019 at 03:21:12PM -0600, Joshua Watt wrote: > On Sun, Mar 3, 2019, 2:47 PM Tom Rini wrote: > > > Hey all, > > > > As part of the packagegroup-core-base-utils series I noticed that > > with rm_work enabled like I usually have, every build was starting over > > with rebuilding

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-03 Thread Joshua Watt
On Sun, Mar 3, 2019, 2:47 PM Tom Rini wrote: > Hey all, > > As part of the packagegroup-core-base-utils series I noticed that > with rm_work enabled like I usually have, every build was starting over > with rebuilding linux-libc-headers and going down from there. I > finished bisecting this now

[OE-core] sstate hash equivalence breaks rm_work

2019-03-03 Thread Tom Rini
Hey all, As part of the packagegroup-core-base-utils series I noticed that with rm_work enabled like I usually have, every build was starting over with rebuilding linux-libc-headers and going down from there. I finished bisecting this now and it comes down to: commit

[OE-core] [morty][PATCH v3] perl, do_install_ptest_base: add "--" into "tar" command line

2019-03-03 Thread Ivan Efimov
Add explicit separator "--" between options and arguments in "tar" command to avoid mistakenly detection file with name starts with "-" as an unknown option Steps for reproduce issue: * Add next variables into "conf/local.conf": CC_append_pn-perl = " -MD -Ml,M" CXX_append_pn-perl = " -MD

Re: [OE-core] [morty][PATCH v2] perl, do_install_ptest_base: add "--" into "tar" command line

2019-03-03 Thread Alexander Kanavin
No, I simply pointed out that the upstream-status line is unnecessary. The patch itself is fine. Alex > On 3 Mar 2019, at 18.57, Ivan Efimov wrote: > > Hi Alex, > > Do you mean "master" branch of OE-core? > > I tried to reproduce the same bug on "master" branch, but fail. > I know, that

Re: [OE-core] [morty][PATCH v2] perl, do_install_ptest_base: add "--" into "tar" command line

2019-03-03 Thread Ivan Efimov
Hi Alex, Do you mean "master" branch of OE-core? I tried to reproduce the same bug on "master" branch, but fail. I know, that the same bug with "--" missing in "tar" command line is present in "master" branch, but if it does not prevent success compilation, so i'm not sure, that my

Re: [OE-core] [morty][PATCH v2] perl, do_install_ptest_base: add "--" into "tar" command line

2019-03-03 Thread Alexander Kanavin
On Sun, 3 Mar 2019 at 18:38, Ivan Efimov wrote: > Upstream-Status: Pending This is used only in patches to upstream source, and so not needed here. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [morty][PATCH v2] perl, do_install_ptest_base: add "--" into "tar" command line

2019-03-03 Thread Ivan Efimov
Add explicit separator "--" between options and arguments in "tar" command to avoid mistakenly detection file with name starts with "-" as an unknown option Steps for reproduce issue: * Add next variables into "conf/local.conf": CC_append_pn-perl = " -MD -Ml,M" CXX_append_pn-perl = " -MD

[OE-core] [PATCH v2] btrfs-tools, Makefile: remove duplicated '-o $@' option from CC cmdline for libbtrfsutil/ folder

2019-03-03 Thread Ivan Efimov
Command line for target "libbtrfsutil/%.o" contained double usage of '-o $@' option and causes compilation error: cc1: error: too many filenames given Upsteam-Status: Pending Signed-off-by: Ivan Efimov --- ...01-Makefile-fix-double-o-compiler-option-using.patch | 17 +

Re: [OE-core] [meta-oe][PATCH] qemu-native: add dependency on dtc-native

2019-03-03 Thread Richard Purdie
On Sun, 2019-03-03 at 18:00 +0100, Alexander Kanavin wrote: > This has been previously discussed: qemu doesn't properly reconfigure > itself when settings change. Wipe tmp/ and things should just work. or just clean qemu-native... Cheers, Richard --

Re: [OE-core] [meta-oe][PATCH] qemu-native: add dependency on dtc-native

2019-03-03 Thread Alexander Kanavin
This has been previously discussed: qemu doesn't properly reconfigure itself when settings change. Wipe tmp/ and things should just work. Alex On Sun, 3 Mar 2019 at 17:54, Oleksandr Kravchuk wrote: > > This fixes the following build error: > > ../loader-fit.c:30:10: fatal error: libfdt.h: No

[OE-core] [meta-oe][PATCH] qemu-native: add dependency on dtc-native

2019-03-03 Thread Oleksandr Kravchuk
This fixes the following build error: ../loader-fit.c:30:10: fatal error: libfdt.h: No such file or directory Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/qemu/qemu-native_3.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 1/2] grub: Enhance Waddress-of-packed-member patch to cover x86_64 testcase

2019-03-03 Thread Richard Purdie
On Sat, 2019-03-02 at 17:57 -0800, akuster808 wrote: > > On 3/2/19 4:38 PM, Khem Raj wrote: > > This was not compiled last time when testing aarch64 > > The subject and body have conflicting archs. > is it both? I've tweaked the commit message... Cheers, Richard --

Re: [OE-core] GO runtime crashes

2019-03-03 Thread Khem Raj
On Sun, Mar 3, 2019 at 2:45 AM Vincent Prince wrote: > > Khem, > > I'm not sure if we considere this issue as closed or if we need to dig > root-cause here? > > I don't have any Go stuff on my build machine nor build docker. > Also, those random crashes came with Thud version, I didn't have any

Re: [OE-core] [poky] [meta][sumo][PATCH] lighttpd: added ptest

2019-03-03 Thread Alexander Kanavin
I think you need to actually re-send the patch there, not add the list in a reply. Alex On Sun, 3 Mar 2019 at 15:12, Aditya Tayade wrote: > > Added correct mailing list. > > > Thaks Alexander!! > > > Regards, > Aditya Tayade > > > > From: Alexander Kanavin >

[OE-core] [PATCH] uboot-extlinux-config.bbclass: add missing variable dependencies

2019-03-03 Thread Matt Madison
do_create_extlinux_config performs its own override processing for several variables, so we have to explicitly add the label- suffixed variable names to its vardeps to make sure that changes get detected. Signed-off-by: Matt Madison --- meta/classes/uboot-extlinux-config.bbclass | 2 ++ 1 file

[OE-core] [PATCH 9/9] local.conf.sample: remove support for building against host libsdl

2019-03-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-poky/conf/local.conf.sample | 4 1 file changed, 4 deletions(-) diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 2775e15d748..00795ae6a3f 100644 --- a/meta-poky/conf/local.conf.sample +++

[OE-core] [PATCH 8/9] local.conf.sample: enable gtk+ frontend in addition to sdl

2019-03-03 Thread Alexander Kanavin
As SDL was found to be buggy for virgl-based GL passthrough, gtk+ is enabled to allow that use case. Signed-off-by: Alexander Kanavin --- meta-poky/conf/local.conf.sample | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/meta-poky/conf/local.conf.sample

[OE-core] [PATCH 6/9] qemu: remove support for building against host sdl

2019-03-03 Thread Alexander Kanavin
This hasn't been the default for a long time (as some distros don't support it), and with gtk+ being the new default shouldn't be needed at all. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu.inc | 8 1 file changed, 8 deletions(-) diff --git

[OE-core] [PATCH 4/9] qemu: add a gtk+ frontend to target builds

2019-03-03 Thread Alexander Kanavin
sdl frontend remains enabled and available. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu_3.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu_3.1.0.bb b/meta/recipes-devtools/qemu/qemu_3.1.0.bb index

[OE-core] [PATCH 1/9] runqemu: add an option to choose the SDL frontend instead of Gtk+ default

2019-03-03 Thread Alexander Kanavin
When Gtk+ and SDL are both enabled, qemu defaults to Gtk+. This option allows to revert to the 'classic' frontend. Signed-off-by: Alexander Kanavin --- scripts/runqemu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/runqemu b/scripts/runqemu index ec6188ba4a2..bbf539a8e67 100755

[OE-core] [PATCH 3/9] qemu: enable virglrenderer and glx options for qemu-system-native and nativesdk-qemu

2019-03-03 Thread Alexander Kanavin
Note that to actually use accelerated GL passthrough, there are two options 1) a suitable frontend need to be also enabled - gtk+ seems to work well, sdl was found to be buggy. 2) it is also possible to render off-screen with -display egl-headless option, and see the output with a VNC viewer

[OE-core] [PATCH 7/9] selftest: add tests for virgl GL acceleration

2019-03-03 Thread Alexander Kanavin
Note that the tests require that the host machine has a X display, has mesa development files installed and is able to create OpenGL contexts. Signed-off-by: Alexander Kanavin --- meta-selftest/lib/oeqa/runtime/cases/virgl.py | 28 ++ meta/lib/oeqa/selftest/cases/runtime_test.py | 52

[OE-core] [PATCH 5/9] qemu: remove sdl option from PACKAGECONFIG default

2019-03-03 Thread Alexander Kanavin
This removes confusion over where qemu frontends are enabled for native/nativesdk builds: currently they are also set in local.conf.sample from poky distro, and with this change that becomes the only place. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu_3.1.0.bb | 2 +- 1

[OE-core] [PATCH 2/9] runqemu: make gl options gtk+-specific

2019-03-03 Thread Alexander Kanavin
If in the future GL is enabled for SDL frontend, or some other frontend, it would be useful to be able to differentiate. Signed-off-by: Alexander Kanavin --- scripts/runqemu | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index

Re: [OE-core] GO runtime crashes

2019-03-03 Thread Vincent Prince
Khem, I'm not sure if we considere this issue as closed or if we need to dig root-cause here? I don't have any Go stuff on my build machine nor build docker. Also, those random crashes came with Thud version, I didn't have any in Sumo, but there was a lot of changes between these two versions.

Re: [OE-core] [PATCH] gdk-pixbuf: export XDG_DATA_DIRS in wrappers

2019-03-03 Thread Stefan Agner
On 03.03.2019 10:08, liu.min...@gmail.com wrote: > From: Ming Liu > > We need export XDG_DATA_DIRS to be ${STAGING_DATADIR} for gdk-pixbuf* > wrappers or else they will try to load mime from /usr/share/mime of the > host machine. This fixes a build issue I have seen on a Ubuntu 18.04 machine

Re: [OE-core] [PATCH] elfutils: upgrade 0.175 -> 0.176

2019-03-03 Thread Richard Purdie
On Fri, 2019-03-01 at 17:03 +0800, Zang Ruochen wrote: > upgrade from elfutils_0.175.bb to elfutils_0.176.bb > > Signed-off-by: Zang Ruochen > --- > .../elfutils/{elfutils_0.175.bb => elfutils_0.176.bb} | 4 > ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename

[OE-core] [PATCH] gdk-pixbuf: export XDG_DATA_DIRS in wrappers

2019-03-03 Thread liu . ming50
From: Ming Liu We need export XDG_DATA_DIRS to be ${STAGING_DATADIR} for gdk-pixbuf* wrappers or else they will try to load mime from /usr/share/mime of the host machine. Signed-off-by: Ming Liu --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb | 5 + 1 file changed, 5 insertions(+)