Re: [oe] Seeking volunteers for zeus release maintainer for meta-openembedded layers

2019-10-29 Thread akuster808
On 10/26/19 10:42 AM, Khem Raj wrote: > Hi All > > We have branched out zeus/yocto-3.0 branch for all meta-openembedded > layers and currently > looking for some volunteers to chime in and help with maintaining zeus branch. Well since you bought me a beer, I will through my hat in again.  Ill

[oe] [meta-networking][PATCH] znc: upgrade 1.7.4 -> 1.7.5

2019-10-29 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- meta-networking/recipes-irc/znc/{znc_1.7.4.bb => znc_1.7.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-irc/znc/{znc_1.7.4.bb => znc_1.7.5.bb} (94%) diff --git a/meta-networking/recipes-irc/znc/znc_1.7.4.bb

[oe] [meta-networking][PATCH v2] iscsi-initiator-utils: upgrade 2.0.877 -> 2.0.878

2019-10-29 Thread Zheng Ruoqin
1) Upgrade iscsi-initiator-utils from 2.0.877 to 2.0.878. 2) Remove patches have been merged in 2.0.878. 0001-Fix-i586-build-issues-with-string-length-overflow.patch 0001-Make-iscsid-systemd-usage-optional.patch 0001-Use-pkg-config-in-Makefiles-for-newer-libraries.patch 3) Fix DEPENDS

[oe] [meta-networking][PATCH v3] dhcpcd: upgrade 8.0.2 -> 8.1.1

2019-10-29 Thread Zheng Ruoqin
1) Add 0001-dhcpcd-Fix-build-error-with-musl.patch to fix musl build error. Signed-off-by: Zheng Ruoqin --- .../dhcpcd/{dhcpcd_8.0.2.bb => dhcpcd_8.1.1.bb}| 8 +++-- .../0001-dhcpcd-Fix-build-error-with-musl.patch| 34 ++ 2 files changed, 39 insertions(+), 3

Re: [oe] [meta-oe] inotify-tools: remove recipe (migrate to oe-core)

2019-10-29 Thread Trevor Gamblin
On 10/29/19 7:55 PM, Ross Burton wrote: On 29/10/2019 21:15, Trevor Gamblin wrote: Remove inotify-tools recipe. Remove reference to recipe in packagegroup-meta-oe.bb. There's a good chance that the recipe won't be added to oe-core so please verify the removal there before merging this to

Re: [oe] [meta-oe] inotify-tools: remove recipe (migrate to oe-core)

2019-10-29 Thread Ross Burton
On 29/10/2019 21:15, Trevor Gamblin wrote: Remove inotify-tools recipe. Remove reference to recipe in packagegroup-meta-oe.bb. There's a good chance that the recipe won't be added to oe-core so please verify the removal there before merging this to meta-oe! Ross --

Re: [oe] [PATCH v4 1/4] colord: initial add 1.4.4

2019-10-29 Thread Khem Raj
see gcc -LTOPDIR/build/tmp/work/x86_64-linux/colord-native/1.4.4-r0/recipe-sysroot-native/usr/lib -LTOPDIR/build/tmp/work/x86_64-linux/colord-native/1.4.4-r0/recipe-sysroot-native/lib -Wl,--enable-new-dtags

Re: [oe] [meta-networking][PATCH] mdns: Mark as incompatible with musl

2019-10-29 Thread Khem Raj
On Tue, Oct 29, 2019 at 10:42 PM Adrian Bunk wrote: > > On Tue, Oct 29, 2019 at 10:23:46PM +0100, Khem Raj wrote: > > > > this is fine but please adjust > > meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb > > accordingly as well. > > I already considered this, but when

Re: [oe] [meta-networking][PATCH] mdns: Mark as incompatible with musl

2019-10-29 Thread Adrian Bunk
On Tue, Oct 29, 2019 at 10:23:46PM +0100, Khem Raj wrote: > > this is fine but please adjust > meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb > accordingly as well. I already considered this, but when I tried building this packagegroup for musl it failed on some

Re: [oe] [PATCH v4 1/4] colord: initial add 1.4.4

2019-10-29 Thread Khem Raj
it seems its not linking with gobject-2.0 properly, pango had similar problem which was fixed with https://gitlab.gnome.org/GNOME/pango/commit/d0cb6be7431d1a3c711bd45bcf05b34601604037 On Tue, Oct 29, 2019 at 4:43 PM Andreas Müller wrote: > > On Tue, Oct 29, 2019 at 3:15 PM Khem Raj wrote: > > >

Re: [oe] [meta-oe][PATCH v2] libiio: Conditionally inherit distutils3-base

2019-10-29 Thread Khem Raj
On Tue, Oct 29, 2019 at 11:21 AM Martin Siegumfeldt wrote: > > * inherit only when libiio-python3 is build. > > * also add PACKAGECONFIG variant that allows python bindings to be >enabled and disabled. It adheres to the current CMake logic and >defaults to an 'out-out' approach. > >

Re: [oe] [meta-networking][PATCH] mdns: Mark as incompatible with musl

2019-10-29 Thread Khem Raj
On Tue, Oct 29, 2019 at 10:07 AM Adrian Bunk wrote: > > musl does not support mDNS or NSS plugins. > > Signed-off-by: Adrian Bunk > --- > ...Do-not-include-nss.h-when-libc-glibc.patch | 42 --- > .../recipes-protocols/mdns/mdns_878.200.35.bb | 3 +- > 2 files changed, 2

[oe] [meta-oe] inotify-tools: remove recipe (migrate to oe-core)

2019-10-29 Thread Trevor Gamblin
Remove inotify-tools recipe. Remove reference to recipe in packagegroup-meta-oe.bb. Signed-off-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-oe.bb | 2 +- ...inotify-nosys-fix-system-call-number.patch | 31 --- .../inotify-tools/inotify-tools_git.bb| 23

Re: [oe] [meta-networking][PATCH v2] dhcpcd: upgrade 8.0.2 -> 8.1.1

2019-10-29 Thread Khem Raj
On Tue, Oct 29, 2019 at 11:30 AM Zheng Ruoqin wrote: > > 1) Add 0001-dhcpcd-Fix-build-error-with-musl.patch to fix musl build error. > > Signed-off-by: Zheng Ruoqin > --- > .../dhcpcd/{dhcpcd_8.0.2.bb => dhcpcd_8.1.1.bb}| 9 -- > .../0001-dhcpcd-Fix-build-error-with-musl.patch| 33

Re: [oe] [meta-oe][v2] inotify-tools: remove recipe (migrate to oe-core)

2019-10-29 Thread Khem Raj
This does not hit the patchwork. Can you resend it where subject is not prefixed with [oe][meta-oe] but just [meta-oe] On Tue, Oct 29, 2019 at 9:58 PM Trevor Gamblin wrote: > > Remove inotify-tools recipe. Remove reference to recipe in > packagegroup-meta-oe.bb. > Signed-off-by: Trevor Gamblin

[oe] [meta-oe][v2] inotify-tools: remove recipe (migrate to oe-core)

2019-10-29 Thread Trevor Gamblin
Remove inotify-tools recipe. Remove reference to recipe in packagegroup-meta-oe.bb. Signed-off-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-oe.bb | 2 +- ...inotify-nosys-fix-system-call-number.patch | 31 --- .../inotify-tools/inotify-tools_git.bb| 23

Re: [oe] [meta-oe] inotify-tools: remove recipe (migrate to oe-core)

2019-10-29 Thread Trevor Gamblin
On 10/29/19 4:40 PM, Trevor Gamblin wrote: Signed-off-by: Trevor Gamblin --- ...inotify-nosys-fix-system-call-number.patch | 31 --- .../inotify-tools/inotify-tools_git.bb| 23 -- 2 files changed, 54 deletions(-) delete mode 100644

[oe] [meta-oe] inotify-tools: remove recipe (migrate to oe-core)

2019-10-29 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- ...inotify-nosys-fix-system-call-number.patch | 31 --- .../inotify-tools/inotify-tools_git.bb| 23 -- 2 files changed, 54 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 1/2] libuv: update to 1.33.1

2019-10-29 Thread André Draszik
Signed-off-by: André Draszik --- .../libuv/{libuv_1.32.0.bb => libuv_1.33.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libuv/{libuv_1.32.0.bb => libuv_1.33.1.bb} (90%) diff --git

[oe] [meta-oe][PATCH 2/2] nodejs: allow use of system libuv (and make default)

2019-10-29 Thread André Draszik
Use system libuv via PACKAGECONFIG by default. So far, nodejs had been built using its embedded copy of libuv, which we generally try to avoid, for the known reasons (independent updates, cve & license checks, etc). Signed-off-by: André Draszik ---

[oe] [meta-oe][PATCH] pegtl: Upgrade 2.1.4 -> 2.8.1

2019-10-29 Thread Adrian Bunk
Removed patch for issue fixed upstream. Year updated in LICENSE. Signed-off-by: Adrian Bunk --- ...clang-warning-about-non-virtual-dtor.patch | 25 --- meta-oe/recipes-extended/pegtl/pegtl_2.1.4.bb | 13 -- meta-oe/recipes-extended/pegtl/pegtl_2.8.1.bb | 12 + 3

[oe] [meta-oe][PATCH] php: Upgrade 7.3.9 -> 7.3.11

2019-10-29 Thread Adrian Bunk
Patch for issue fixed upstream removed. Also merge the inc into the recipe. Signed-off-by: Adrian Bunk --- ...xt-intl-Use-pkg-config-to-detect-icu.patch | 161 -- .../php/{php.inc => php_7.3.11.bb}| 12 ++ meta-oe/recipes-devtools/php/php_7.3.9.bb | 20 --- 3

[oe] [meta-oe][PATCH] libdivecomputer: Upgrade to 0.6.0

2019-10-29 Thread Adrian Bunk
Use new upstream repository. Patch for issue fixed upstream removed. Signed-off-by: Adrian Bunk --- .../libdivecomputer/files/fix-ar.patch | 16 .../libdivecomputer/libdivecomputer_git.bb | 7 +++ 2 files changed, 3 insertions(+), 20 deletions(-) delete

[oe] [meta-oe][PATCH] libnss-nisplus: Upgrade to the latest upstream git

2019-10-29 Thread Adrian Bunk
Patch applied upstream removed. Signed-off-by: Adrian Bunk --- .../libnss-nisplus/libnss-nisplus.bb | 3 +- ...us-hosts-Remove-use-of-RES_USE_INET6.patch | 245 -- 2 files changed, 1 insertion(+), 247 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH] openwsman: Upgrade 2.6.9 -> 2.6.11

2019-10-29 Thread Adrian Bunk
This includes the fix for CVE-2019-3833. Signed-off-by: Adrian Bunk --- .../openwsman/{openwsman_2.6.9.bb => openwsman_2.6.11.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-extended/openwsman/{openwsman_2.6.9.bb => openwsman_2.6.11.bb} (97%) diff

[oe] [meta-oe][PATCH] flashrom: Upgrade 1.0 -> 1.1

2019-10-29 Thread Adrian Bunk
Patches applied upstream removed. Signed-off-by: Adrian Bunk --- ...pi-Avoid-deprecated-libusb-functions.patch | 39 ...latform-Add-riscv-to-known-platforms.patch | 37 .../recipes-bsp/flashrom/flashrom/sst26.patch | 198 --

[oe] [meta-oe][PATCH] cgdb: Upgrade 0.6.8 -> 0.7.1

2019-10-29 Thread Adrian Bunk
Obsolete patch removed. Signed-off-by: Adrian Bunk --- .../cgdb/cgdb/remove-help2man.patch | 47 --- .../cgdb/{cgdb_0.6.8.bb => cgdb_0.7.1.bb} | 8 ++-- 2 files changed, 4 insertions(+), 51 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH] nodejs: Upgrade 10.16.3 -> 10.17.0

2019-10-29 Thread Adrian Bunk
Patch applied upstream removed. Signed-off-by: Adrian Bunk --- ...pto-reduce-memory-usage-of-SignFinal.patch | 122 -- .../{nodejs_10.16.3.bb => nodejs_10.17.0.bb} | 5 +- 2 files changed, 2 insertions(+), 125 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH] libtorrent: Upgrade to 0.13.8

2019-10-29 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb index

[oe] [meta-oe][PATCH] doxygen: Upgrade 1.8.15 -> 1.8.16

2019-10-29 Thread Adrian Bunk
Backported patch removed. Signed-off-by: Adrian Bunk --- .../doxygen/doxygen/0001-Fix-6906.patch | 94 --- .../{doxygen_1.8.15.bb => doxygen_1.8.16.bb} | 6 +- 2 files changed, 3 insertions(+), 97 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH] nodejs: allow use of system c-ares (and make default)

2019-10-29 Thread André Draszik
Use system c-ares via PACKAGECONFIG by default. So far, nodejs had been built using its embedded copy of c-ares, which we generally try to avoid, for the known reasons (independent updates, cve & license checks, etc). Notes: * otherwise nodejs uses its bundled version of c-ares * the

[oe] [meta-oe][PATCH] dbus-broker: build with libaudit if selinux is enabled

2019-10-29 Thread luca . boccassi
From: Luca Boccassi There is no DISTRO_FEATURE for audit, so most packages enable it if selinux is enabled. Signed-off-by: Luca Boccassi --- meta-oe/recipes-core/dbus/dbus-broker_21.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_21.bb

Re: [oe] [PATCH v4 1/4] colord: initial add 1.4.4

2019-10-29 Thread Andreas Müller
On Tue, Oct 29, 2019 at 3:15 PM Khem Raj wrote: > > Fails again > > https://errors.yoctoproject.org/Errors/Details/274899/ > Continuing like this does not make sense any more. Need to set up an environment where I can reproduce this error - may last. Andreas --

Re: [oe] [PATCH] mesa: fix meson configure fix when 'dri' is excluded from PACKAGECONFIG

2019-10-29 Thread Alexander Kanavin
This should be going to the oe-core mailing list. Alex On Tue, 29 Oct 2019 at 10:47, wrote: > From: Yann Dirson > > Signed-off-by: Yann Dirson > --- > .../mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git >

Re: [oe] [PATCH v4 1/4] colord: initial add 1.4.4

2019-10-29 Thread Khem Raj
Fails again https://errors.yoctoproject.org/Errors/Details/274899/ On Tue, Oct 29, 2019 at 2:03 AM Andreas Müller wrote: > > * It is a dependency for upcoming gnome-settings-daemon > * It is used by GNOME and KDE [1] so move it to meta-oe > * Getting it to build was a bit tricky. Udev

Re: [oe] [meta-networking][PATCH] iscsi-initiator-utils: upgrade 2.0.877 -> 2.0.878

2019-10-29 Thread Khem Raj
fails on non systemd distros https://errors.yoctoproject.org/Errors/Details/274900/ On Tue, Oct 29, 2019 at 1:50 AM Zheng Ruoqin wrote: > > 1) Upgrade iscsi-initiator-utils from 2.0.877 to 2.0.878. > > 2) Remove patches have been merged in 2.0.878. >

[oe] [meta-networking][PATCH] corosync: upgrade 2.4.4 -> 2.4.5

2019-10-29 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- .../corosync/{corosync_2.4.4.bb => corosync_2.4.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-extended/corosync/{corosync_2.4.4.bb => corosync_2.4.5.bb} (95%) diff --git

[oe] [meta-networking][PATCH] grpc: upgrade 1.24.1 -> 1.24.3

2019-10-29 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- .../recipes-devtools/grpc/{grpc_1.24.1.bb => grpc_1.24.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-devtools/grpc/{grpc_1.24.1.bb => grpc_1.24.3.bb} (97%) diff --git

[oe] [meta-networking][PATCH v2] dhcpcd: upgrade 8.0.2 -> 8.1.1

2019-10-29 Thread Zheng Ruoqin
1) Add 0001-dhcpcd-Fix-build-error-with-musl.patch to fix musl build error. Signed-off-by: Zheng Ruoqin --- .../dhcpcd/{dhcpcd_8.0.2.bb => dhcpcd_8.1.1.bb}| 9 -- .../0001-dhcpcd-Fix-build-error-with-musl.patch| 33 ++ 2 files changed, 40 insertions(+), 2

[oe] [meta-oe][PATCH v2] libiio: Conditionally inherit distutils3-base

2019-10-29 Thread Martin Siegumfeldt
* inherit only when libiio-python3 is build. * also add PACKAGECONFIG variant that allows python bindings to be enabled and disabled. It adheres to the current CMake logic and defaults to an 'out-out' approach. Signed-off-by: Martin Siegumfeldt ---

[oe] [meta-oe][patch] mpv: remove double expansion of PACKAGECONFIG_CONFARGS

2019-10-29 Thread yann . dirson
From: Yann Dirson Signed-off-by: Yann Dirson --- meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb index d334956a8..07db1b14c 100644 ---

[oe] [PATCH] mesa: fix meson configure fix when 'dri' is excluded from PACKAGECONFIG

2019-10-29 Thread yann . dirson
From: Yann Dirson Signed-off-by: Yann Dirson --- .../mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch

[oe] [meta-networking][PATCH] dovecot: Upgrade 2.2.36.3 -> 2.2.36.4

2019-10-29 Thread Adrian Bunk
The release contains the CVE-2019-11500 fix. Signed-off-by: Adrian Bunk --- .../dovecot/{dovecot_2.2.36.3.bb => dovecot_2.2.36.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/dovecot/{dovecot_2.2.36.3.bb => dovecot_2.2.36.4.bb} (95%)

[oe] [meta-networking][PATCH] cim-schema: Remove duplicate file

2019-10-29 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../cim-schema/cim-schema/files/LICENSE | 34 --- 1 file changed, 34 deletions(-) delete mode 100644 meta-networking/recipes-support/cim-schema/cim-schema/files/LICENSE diff --git

[oe] [meta-networking][PATCH] usrsctp: Upgrade to a more recent git snapshot

2019-10-29 Thread Adrian Bunk
Patch applied upstream removed. Signed-off-by: Adrian Bunk --- ...0001-Use-foreign-switch-for-automake.patch | 28 --- .../recipes-protocols/usrsctp/usrsctp_git.bb | 3 +- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644

[oe] [meta-networking][PATCH] lldpd: Upgrade 1.0.3 -> 1.0.4

2019-10-29 Thread Adrian Bunk
Backported patch removed. Signed-off-by: Adrian Bunk --- ...1-priv-include-limits.h-for-PATH_MAX.patch | 27 --- .../lldpd/{lldpd_1.0.3.bb => lldpd_1.0.4.bb} | 5 ++-- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644

[oe] [meta-networking][PATCH] mdns: Mark as incompatible with musl

2019-10-29 Thread Adrian Bunk
musl does not support mDNS or NSS plugins. Signed-off-by: Adrian Bunk --- ...Do-not-include-nss.h-when-libc-glibc.patch | 42 --- .../recipes-protocols/mdns/mdns_878.200.35.bb | 3 +- 2 files changed, 2 insertions(+), 43 deletions(-) delete mode 100644

[oe] [meta-networking][PATCH] lftp: Remove no longer needed patch

2019-10-29 Thread Adrian Bunk
The root cause has already been fixed in glibc. Signed-off-by: Adrian Bunk --- .../files/fix-gcc-6-conflicts-signbit.patch | 44 --- .../recipes-connectivity/lftp/lftp_4.8.4.bb | 1 - 2 files changed, 45 deletions(-) delete mode 100644

[oe] [PATCH] unicode-ucd: Set correct SUMMARY and HOMEPAGE

2019-10-29 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-support/unicode-ucd/unicode-ucd_12.1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_12.1.0.bb b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_12.1.0.bb index