Re: [oe] [meta-networking][PATCH 1/2] spice: append -Wno-error=address-of-packed-member only for target

2019-09-26 Thread Robert Yang
On 9/27/19 3:48 AM, Adrian Bunk wrote: On Thu, Sep 26, 2019 at 04:26:54PM +, Martin Jansa wrote: * with older native gcc on host this will break spice-native with: cc1: error: -Werror=address-of-packed-member: no option -Waddress-of-packed-member Signed-off-by: Martin Jansa ---

[oe] [meta-xfce][PATCH v2 2/2] xfce4-panel: upgrade 4.14.0 -> 4.14.1

2019-09-26 Thread Andreas Müller
* important bugfix release: systray draws icons properly when compositing is disabled * while at it renumber patches Signed-off-by: Andreas Müller --- ...dm-tool.patch => 0002-use-lxdm-to-replace-dm-tool.patch} | 0 .../{xfce4-panel_4.14.0.bb => xfce4-panel_4.14.1.bb}| 6 +++--- 2

[oe] [meta-xfce][PATCH v2 1/2] catfish: upgrade 1.4.9 -> 1.4.10

2019-09-26 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../catfish/{catfish_1.4.9.bb => catfish_1.4.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-apps/catfish/{catfish_1.4.9.bb => catfish_1.4.10.bb} (72%) diff --git

Re: [oe] [meta-networking][PATCH 1/2] spice: append -Wno-error=address-of-packed-member only for target

2019-09-26 Thread Adrian Bunk
On Thu, Sep 26, 2019 at 04:26:54PM +, Martin Jansa wrote: > * with older native gcc on host this will break spice-native with: > cc1: error: -Werror=address-of-packed-member: no option > -Waddress-of-packed-member > > Signed-off-by: Martin Jansa > --- >

Re: [oe] [meta-oe] [PATCH] renderdoc: add new recipe

2019-09-26 Thread Adrian Ratiu
On Thu, 26 Sep 2019, Khem Raj wrote: On Thu, Sep 26, 2019 at 8:10 AM Adrian Ratiu wrote: Hello, On Thu, 26 Sep 2019, Khem Raj wrote: > https://errors.yoctoproject.org/Errors/Details/272045/ Is using COMPATIBLE_MACHINE to stop the recipe from being built on mips an acceptable

Re: [oe] [meta-networking][PATCH 1/2] spice: append -Wno-error=address-of-packed-member only for target

2019-09-26 Thread Khem Raj
On 9/26/19 9:26 AM, Martin Jansa wrote: * with older native gcc on host this will break spice-native with: cc1: error: -Werror=address-of-packed-member: no option -Waddress-of-packed-member Signed-off-by: Martin Jansa --- meta-networking/recipes-support/spice/spice_git.bb | 2 +- 1 file

Re: [oe] [meta-networking][PATCH 1/2] spice: append -Wno-error=address-of-packed-member only for target

2019-09-26 Thread Martin Jansa
It looks like it's also needed for nativesdk. Will send v2 soon. On Thu, Sep 26, 2019 at 6:26 PM Martin Jansa wrote: > * with older native gcc on host this will break spice-native with: > cc1: error: -Werror=address-of-packed-member: no option > -Waddress-of-packed-member > > Signed-off-by:

Re: [oe] [meta-oe] [PATCH] renderdoc: add new recipe

2019-09-26 Thread Khem Raj
On Thu, Sep 26, 2019 at 8:10 AM Adrian Ratiu wrote: > > Hello, > > On Thu, 26 Sep 2019, Khem Raj wrote: > > https://errors.yoctoproject.org/Errors/Details/272045/ > > Is using COMPATIBLE_MACHINE to stop the recipe from being built on > mips an acceptable solution? Something like: > >

[oe] [meta-networking][PATCH 1/2] spice: append -Wno-error=address-of-packed-member only for target

2019-09-26 Thread Martin Jansa
* with older native gcc on host this will break spice-native with: cc1: error: -Werror=address-of-packed-member: no option -Waddress-of-packed-member Signed-off-by: Martin Jansa --- meta-networking/recipes-support/spice/spice_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[oe] [meta-networking][PATCH 2/2] Revert "spice: Drop broken native"

2019-09-26 Thread Martin Jansa
This reverts commit 5f32fd6b08d79b9a4d1bffb9b2bcbc535a5b27d2. * fixed by restricting -Wno-error=address-of-packed-member only for target, spice-native is still useful for qemu-native when spice PACKAGECONFIG is enabled Signed-off-by: Martin Jansa ---

Re: [oe] [PATCH 8/8] spice: Drop broken native

2019-09-26 Thread Martin Jansa
I assume it was failing for you with: cc1: error: -Werror=address-of-packed-member: no option -Waddress-of-packed-member I'll send revert of this change and new change to append -Wno-error=address-of-packed-member only for target: CFLAGS_append_class-target = "

Re: [oe] [PATCH 8/8] spice: Drop broken native

2019-09-26 Thread Martin Jansa
Can you check config.log to see what is broken on your native compiler? It was building fine for me and it's dependency of qemu-native when spice PACKAGECONFIG is enabled, so I would say it's still useful. Maybe your host has really old gcc or something? On Wed, Sep 25, 2019 at 11:36 AM Robert

Re: [oe] [meta-webserver][PATCH] nginx: fix install paths

2019-09-26 Thread Gaylord Charles
Yes, thanks. From c936d2d6f9db956432b187c0ca28cecd3ffc3bb2 Mon Sep 17 00:00:00 2001 From: Gaylord CHARLES Date: Tue, 24 Sep 2019 18:56:45 +0200 Subject: [PATCH] nginx: fix install paths - Use path variable instead of /usr - Replace the absolute path symlink with a relative one (using lnr)

Re: [oe] [meta-oe] [PATCH] renderdoc: add new recipe

2019-09-26 Thread Adrian Ratiu
Hello, On Thu, 26 Sep 2019, Khem Raj wrote: https://errors.yoctoproject.org/Errors/Details/272045/ Is using COMPATIBLE_MACHINE to stop the recipe from being built on mips an acceptable solution? Something like: COMPATIBLE_MACHINE_mipsarch = "(^$)" On Thu, Sep 26, 2019 at 1:02 AM Adrian

Re: [oe] [meta-oe] [PATCH] renderdoc: add new recipe

2019-09-26 Thread Khem Raj
https://errors.yoctoproject.org/Errors/Details/272045/ On Thu, Sep 26, 2019 at 1:02 AM Adrian Ratiu wrote: > > RenderDoc is a MIT licensed stand-alone multi-platform graphics > debugger that allows easy frame by frame capture and detailed > introspection of any applications using Vulkan, OpenGL,

Re: [oe] [meta-webserver][PATCH] nginx: fix install paths

2019-09-26 Thread Khem Raj
On Thu, Sep 26, 2019 at 2:47 AM Gaylord Charles wrote: > > Ok, thank you. I was not sure of this part. > I was trying to fix this error : > > ERROR: nginx-native-1.15.7-r0 do_populate_sysroot: sstate found an absolute > path symlink >

[oe] [meta-python] [PATCH] python-urllib3: upgrade 1.25.5 -> 1.25.6

2019-09-26 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-urllib3.inc| 4 ++-- .../python/{python-urllib3_1.25.5.bb => python-urllib3_1.25.6.bb} | 0 .../python/{python3-urllib3_1.25.5.bb => python3-urllib3_1.25.6.bb} | 0 3 files changed, 2 insertions(+),

Re: [oe] [meta-webserver][PATCH] nginx: fix install paths

2019-09-26 Thread Gaylord Charles
Ok, thank you. I was not sure of this part. I was trying to fix this error : ERROR: nginx-native-1.15.7-r0 do_populate_sysroot: sstate found an absolute path symlink

Re: [oe] [meta-xfce][PATCH 1/2] xfce-panel/systray: Draw icons/background properly when compositing is disabled

2019-09-26 Thread Andreas Müller
On Thu, Sep 26, 2019 at 9:12 AM Andreas Müller wrote: > > * this was the last long lasting xfce bug that annoyed me > * while at it renumber patches > > Signed-off-by: Andreas Müller > --- > ...=> 0002-use-lxdm-to-replace-dm-tool.patch} | 0 > ...-icons-without-compositing-Bug-14577.patch | 80

[oe] [meta-oe] [PATCH] renderdoc: add new recipe

2019-09-26 Thread Adrian Ratiu
RenderDoc is a MIT licensed stand-alone multi-platform graphics debugger that allows easy frame by frame capture and detailed introspection of any applications using Vulkan, OpenGL, OpenGL ES, and others. Signed-off-by: Adrian Ratiu --- ...d-instead-of-cross-compiling-shim-bi.patch | 57

[oe] [meta-xfce][PATCH 2/2] catfish: upgrade 1.4.9 -> 1.4.10

2019-09-26 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../catfish/{catfish_1.4.9.bb => catfish_1.4.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-apps/catfish/{catfish_1.4.9.bb => catfish_1.4.10.bb} (72%) diff --git

[oe] [meta-xfce][PATCH 1/2] xfce-panel/systray: Draw icons/background properly when compositing is disabled

2019-09-26 Thread Andreas Müller
* this was the last long lasting xfce bug that annoyed me * while at it renumber patches Signed-off-by: Andreas Müller --- ...=> 0002-use-lxdm-to-replace-dm-tool.patch} | 0 ...-icons-without-compositing-Bug-14577.patch | 80 +++ .../xfce4-panel/xfce4-panel_4.14.0.bb |