Re: [OE-core] u-boot crash on network code hardkernel v2017.05

2018-07-21 Thread Alex Kiernan
On Sat, Jul 21, 2018 at 11:09 AM Paulo Neves wrote: > > Hello, > > I use a modified version of meta-odroid so that I can build u-boot > from hardkernel v2017.05 > (https://github.com/hardkernel/u-boot.git@88af53fbcef8386cb4d5f04c19f4b2bcb69e90ca) > > Recently i noticed my u-boot crashes in any

Re: [OE-core] u-boot crash on network code hardkernel v2017.05

2018-07-21 Thread Khem Raj
On Sat, Jul 21, 2018 at 5:34 AM Paulo Neves wrote: > > Replying to myself in the hope that it further helps: > > I narrowed down the bug to a gcc 7 problem. Using the prebuilt gcc > from linaro, i am able to use networking functionalities in gccv6 but > not gccv7. gcc7 is the default gcc version

Re: [OE-core] [PATCH 1/7] glibc-locale: Fix host-user-contaminated QA errors

2018-07-21 Thread Khem Raj
On Sat, Jul 21, 2018 at 10:03 AM Alexander Kanavin wrote: > > 2018-07-21 18:27 GMT+02:00 Khem Raj : > > Fixes > > > > ERROR: glibc-locale-2.27-r0 do_package_qa: QA Issue: glibc-locale: > > /glibc-binary-localedata-hy-am/usr/lib/locale/hy_AM/LC_MEASUREMENT.tmp is > > owned by uid 3004, which is

[OE-core] [PATCH] systemd: Explicitly add hidden attribute to __start_BUS_ERROR_MAP and __stop_BUS_ERROR_MAP

2018-07-21 Thread Khem Raj
These symbols appear in dynsyms of libsystemd.so and musl loader doesnt like it Error relocating /mnt/a/oe/build/tmp/work/i586-bec-linux-musl/avahi/0.7-r0/recipe-sysroot//lib/libsystemd.so.0: __start_BUS_ERROR_MAP: symbol not found Error relocating

Re: [OE-core] [PATCH 1/7] glibc-locale: Fix host-user-contaminated QA errors

2018-07-21 Thread Alexander Kanavin
2018-07-21 18:27 GMT+02:00 Khem Raj : > Fixes > > ERROR: glibc-locale-2.27-r0 do_package_qa: QA Issue: glibc-locale: > /glibc-binary-localedata-hy-am/usr/lib/locale/hy_AM/LC_MEASUREMENT.tmp is > owned by uid 3004, which is the same as the user running bitbake. This may be > due to host

[OE-core] ✗ patchtest: failure for "glibc-locale: Fix host-user-co..." and 6 more

2018-07-21 Thread Patchwork
== Series Details == Series: "glibc-locale: Fix host-user-co..." and 6 more Revision: 1 URL : https://patchwork.openembedded.org/series/13141/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH 2/2] systemd-boot: upgrade to 239

2018-07-21 Thread Khem Raj
With (musl/x86/security_flags) I am seeing these errors when systemd is enabled in distro features. | Error relocating /home/jenkins/oe/world/oe-build/build/tmpfs/work/i586-bec-linux-musl/at-spi2-core/2.28.0-r0/recipe-sysroot//lib/libsystemd.so.0: __start_BUS_ERROR_MAP: symbol not found | Error

[OE-core] [PATCH 4/7] weston: Find wayland-protocol files in proper location during cross compile

2018-07-21 Thread Khem Raj
| make: *** No rule to make target 'protocol/xdg-shell-unstable-v6-protocol.c', needed by 'all'. Stop. | ERROR: oe_runmake failed Signed-off-by: Khem Raj --- ...R-for-defining-WAYLAND_PROTOCOLS_DAT.patch | 30 +++ meta/recipes-graphics/wayland/weston_4.0.0.bb | 5 +++- 2

[OE-core] [PATCH 6/7] xserver-xorg: Find wayland-protocol files in proper location during cross compile

2018-07-21 Thread Khem Raj
Fixes | make[2]: *** No rule to make target '//usr/share/wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml', needed by 'relative-pointer-unstable-v1-client-protocol.h'. Stop. | make[2]: *** Waiting for unfinished jobs Signed-off-by: Khem Raj ---

[OE-core] [PATCH 3/7] libsdl2: Find wayland-protocol files in proper location during cross compile

2018-07-21 Thread Khem Raj
Fixes | /bin/sh ../SDL2-2.0.8/build-scripts/mkinstalldirs build | make: *** No rule to make target '//usr/share/wayland/wayland.xml', needed by 'gen/wayland-client-protocol.h'. Stop. | make: *** Waiting for unfinished jobs | mkdir -p -- build | ERROR: oe_runmake failed Signed-off-by: Khem

[OE-core] [PATCH 2/7] gtk+3: Fix cross builds with wayland-protocols

2018-07-21 Thread Khem Raj
Fixes | make[4]: Entering directory '/home/jenkins/oe/world/oe-build/build/tmpfs/work/armv5te-bec-linux-gnueabi/gtk+3/3.22.30-r0/build/gdk/wayland' | make[4]: *** No rule to make target 'pointer-gestures-unstable-v1-client-protocol.h', needed by 'all'. Stop. Signed-off-by: Khem Raj ---

[OE-core] [PATCH 7/7] no-static-libs.inc: use `?=' to set a default DISABLE_STATIC

2018-07-21 Thread Khem Raj
From: Hongxu Jia It could be overrided by basic variable setting `='. Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta/conf/distro/include/no-static-libs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/no-static-libs.inc

[OE-core] [PATCH 5/7] gstreamer1.0-plugins-bad: Find wayland-protocol files in proper location during cross compile

2018-07-21 Thread Khem Raj
Fixes | make[3]: *** No rule to make target 'viewporter-protocol.c', needed by 'all'. Stop. | make[3]: Leaving directory '/home/jenkins/oe/world/oe-build/build/tmpfs/work/armv5e-bec-linux-gnueabi/gstreamer1.0-plugins-bad/1.14.1-r0/build/ext/wayland' | Makefile:1288: recipe for target 'wayland'

[OE-core] [PATCH 1/7] glibc-locale: Fix host-user-contaminated QA errors

2018-07-21 Thread Khem Raj
Fixes ERROR: glibc-locale-2.27-r0 do_package_qa: QA Issue: glibc-locale: /glibc-binary-localedata-hy-am/usr/lib/locale/hy_AM/LC_MEASUREMENT.tmp is owned by uid 3004, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] Signed-off-by:

Re: [OE-core] [PATCH] openssh: Restore TCP wrappers support --> remove tcp-wrappers in next release?

2018-07-21 Thread Mark Hatle
On 7/20/18 2:59 PM, Randy MacLeod wrote: >> +From 03cdbc92adf763f9ff5bb89f7820f9e1734f745b Mon Sep 17 00:00:00 2001 >> +From: Changqing Li >> +Date: Fri, 13 Jul 2018 12:16:18 +0800 >> +Subject: [PATCH] Restore TCP wrappers support >> + >> +Support for TCP wrappers was dropped in OpenSSH 6.7. See

Re: [OE-core] u-boot crash on network code hardkernel v2017.05

2018-07-21 Thread Paulo Neves
Replying to myself in the hope that it further helps: I narrowed down the bug to a gcc 7 problem. Using the prebuilt gcc from linaro, i am able to use networking functionalities in gccv6 but not gccv7. gcc7 is the default gcc version of poky/sumo. Paulo Neves On Sat, Jul 21, 2018 at 12:08 PM,

Re: [OE-core] ✗ patchtest: failure for "[v4] gstreamer1.0-plugin-base:..." and 5 more

2018-07-21 Thread Carlos Rafael Giani
Can anyone explain? I verified that these patches apply, and they do. I can apply them on top of ff0b682b80 without any problems. Is this perhaps related to the German umlaut problem the 6th patch addresses? On 2018-07-21 11:32, Patchwork wrote: == Series Details == Series: "[v4]

[OE-core] u-boot crash on network code hardkernel v2017.05

2018-07-21 Thread Paulo Neves
Hello, I use a modified version of meta-odroid so that I can build u-boot from hardkernel v2017.05 (https://github.com/hardkernel/u-boot.git@88af53fbcef8386cb4d5f04c19f4b2bcb69e90ca) Recently i noticed my u-boot crashes in any network operation (even ping) if it is compiled by the yocto

[OE-core] ✗ patchtest: failure for "[v4] gstreamer1.0-plugin-base:..." and 5 more

2018-07-21 Thread Patchwork
== Series Details == Series: "[v4] gstreamer1.0-plugin-base:..." and 5 more Revision: 1 URL : https://patchwork.openembedded.org/series/13140/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH v4 1/6] gstreamer1.0-plugin-base: Update packageconfigs

2018-07-21 Thread Carlos Rafael Giani
* Add patches for gbm, libpng, libjpeg to conditionally enable/disable them in the configure script * Reorder the packageconfigs alphabetically Signed-off-by: Carlos Rafael Giani --- ...r-explicitely-enabling-disabling-GBM.patch | 71

[OE-core] [PATCH v4 6/6] gstreamer1.0-libav: Replace German umlaut to avoid parsing problems

2018-07-21 Thread Carlos Rafael Giani
The umlaut can cause issues related to encoding; avoid by replacing it Signed-off-by: Carlos Rafael Giani --- .../workaround-to-build-gst-libav-for-i586-with-gcc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v4 5/6] gstreamer1.0-vaapi: Add patch for EGL CFLAGS for proper EGL support

2018-07-21 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- ...le.am-Add-EGL_CFLAGS-to-libgstvaapi-.patch | 33 +++ .../gstreamer/gstreamer1.0-vaapi_1.14.1.bb| 1 + 2 files changed, 34 insertions(+) create mode 100644

[OE-core] [PATCH v4 2/6] gstreamer1.0-plugin-good: Update packageconfigs

2018-07-21 Thread Carlos Rafael Giani
* There is no twolame recipe in oe-core or in meta-openembedded, so disable it * Reorder the packageconfigs alphabetically Signed-off-by: Carlos Rafael Giani --- .../gstreamer/gstreamer1.0-plugins-good_1.14.1.bb | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH v4 4/6] gstreamer1.0-vaapi: Remove unnecessary FILESPATH modification

2018-07-21 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.14.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.14.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.14.1.bb index

[OE-core] [PATCH v4 3/6] gstreamer1.0-plugin-bad: Update packageconfigs

2018-07-21 Thread Carlos Rafael Giani
* Add packageconfigs for gl, libde265, lcms2, openh264, tinyalsa, ttml, webrtc, webrtcdsp * Add note about neon being dead (and --disable-neon config switch) * Remove unnecessary gstglconfig.h line, since that file is no longer part of -bad (it is in -base now) * Update EXTRA_OECONF flags,

[OE-core] ✗ patchtest: failure for "[v3] gstreamer1.0-plugin-base:..." and 5 more

2018-07-21 Thread Patchwork
== Series Details == Series: "[v3] gstreamer1.0-plugin-base:..." and 5 more Revision: 1 URL : https://patchwork.openembedded.org/series/13139/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH v3 1/6] gstreamer1.0-plugin-base: Update packageconfigs

2018-07-21 Thread Carlos Rafael Giani
* Add patches for gbm, libpng, libjpeg to conditionally enable/disable them in the configure script * Reorder the packageconfigs alphabetically Signed-off-by: Carlos Rafael Giani --- ...r-explicitely-enabling-disabling-GBM.patch | 69 +++ ...for-explicitely-enabling-disabling-P.patch

[OE-core] [PATCH v3 2/6] gstreamer1.0-plugin-good: Update packageconfigs

2018-07-21 Thread Carlos Rafael Giani
* There is no twolame recipe in oe-core or in meta-openembedded, so disable it * Reorder the packageconfigs alphabetically Signed-off-by: Carlos Rafael Giani --- .../gstreamer/gstreamer1.0-plugins-good_1.14.1.bb | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH v3 6/6] gstreamer1.0-libav: Replace German umlaut to avoid parsing problems

2018-07-21 Thread Carlos Rafael Giani
The umlaut can cause issues related to encoding; avoid by replacing it Signed-off-by: Carlos Rafael Giani --- .../workaround-to-build-gst-libav-for-i586-with-gcc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v3 3/6] gstreamer1.0-plugin-bad: Update packageconfigs

2018-07-21 Thread Carlos Rafael Giani
* Add packageconfigs for gl, libde265, lcms2, openh264, tinyalsa, ttml, webrtc, webrtcdsp * Add note about neon being dead (and --disable-neon config switch) * Remove unnecessary gstglconfig.h line, since that file is no longer part of -bad (it is in -base now) * Update EXTRA_OECONF flags,

[OE-core] [PATCH v3 4/6] gstreamer1.0-vaapi: Remove unnecessary FILESPATH modification

2018-07-21 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.14.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.14.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.14.1.bb index

[OE-core] [PATCH v3 5/6] gstreamer1.0-vaapi: Add patch for EGL CFLAGS for proper EGL support

2018-07-21 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- ...le.am-Add-EGL_CFLAGS-to-libgstvaapi-.patch | 33 +++ .../gstreamer/gstreamer1.0-vaapi_1.14.1.bb| 1 + 2 files changed, 34 insertions(+) create mode 100644