[oe] [meta-qt5][PATCH] qtwebengine: add PACKAGECONFIG for proprietary_codecs

2018-02-05 Thread Pascal Huerst
Signed-off-by: Pascal Huerst --- recipes-qt/qt5/qtwebengine_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index ecf4657..4d6c7b6 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++

[oe] [meta-oe][PATCH] libqmi: Update to version 1.20.0

2018-02-05 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../libqmi/{libqmi_1.16.0.bb => libqmi_1.20.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.16.0.bb => libqmi_1.20.0.bb} (82%) diff --git

Re: [oe] [oe-commits] Li xin : tiptop: upgrade 2.2 -> 2.3

2018-02-05 Thread Denys Dmytriyenko
On Tue, Jan 30, 2018 at 12:50:59PM -0800, Khem Raj wrote: > On 1/30/18 6:27 AM, Martin Jansa wrote: > > Anyone else seeing random failures with this one? > > > > /usr/src/debug/tiptop/2.3-r0/tiptop-2.3/src/utils-expression.c:191: error: > > undefined reference to 'yyparse' > >

Re: [oe] [meta-oe][PATCH v2] recipes-kernel: add kpatch dynamic kernel patching infrastructure

2018-02-05 Thread akuster808
On 02/01/2018 10:04 PM, Ruslan Bilovol wrote: > kpatch is a Linux dynamic kernel patching infrastructure > which allows you to patch a running kernel without > rebooting or restarting any processes > > Currently it is enabled and tested on x86-64 systems, > although can be extended to PPC64 as

Re: [oe] [meta-oe][PATCH v2] recipes-kernel: add kpatch dynamic kernel patching infrastructure

2018-02-05 Thread akuster808
On 02/01/2018 10:04 PM, Ruslan Bilovol wrote: > kpatch is a Linux dynamic kernel patching infrastructure > which allows you to patch a running kernel without > rebooting or restarting any processes > > Currently it is enabled and tested on x86-64 systems, > although can be extended to PPC64 as

[oe] [meta-oe][PATCH 6/6] libyui-ncurses: Fix build with musl

2018-02-05 Thread Khem Raj
Signed-off-by: Khem Raj --- ...rc-Replace-using-sys-errno.h-with-errno.h.patch | 59 ++ .../recipes-graphics/libyui/libyui-ncurses_git.bb | 4 +- 2 files changed, 62 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-networking][PATCH V2 4/6] iscsi-initiator-utils: Upgrade to 2.0.876

2018-02-05 Thread Khem Raj
Fix build with musl along the way Signed-off-by: Khem Raj --- Changes since V1: - Rebased on top of master and drop backports ...Check-for-root-peer-user-for-iscsiuio-IPC.patch | 135 - ...openiscsiusr-Include-limit.h-for-PATH_MAX.patch | 25

[oe] [meta-networking][PATCH 5/6] samba: Refresh musl pam patch

2018-02-05 Thread Khem Raj
last update left the musl builds broken since the patch was not forward ported Signed-off-by: Khem Raj --- .../{samba-4.2.7-pam.patch => samba-pam.patch} | 21 +++-- .../recipes-connectivity/samba/samba_4.7.0.bb | 2 +- 2 files changed, 12

[oe] [meta-oe][PATCH 3/6] mraa: Fix build on musl

2018-02-05 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ian.h-for-be16toh-and-le16toh-declaration.patch | 27 ++ meta-oe/recipes-extended/mraa/mraa_git.bb | 4 +++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][PATCH 2/6] alsa-oss: Upgrade to 1.0.28

2018-02-05 Thread Khem Raj
Signed-off-by: Khem Raj --- .../alsa/{alsa-oss-1.0.17 => alsa-oss}/libio.patch | 16 .../alsa/{alsa-oss_1.0.17.bb => alsa-oss_1.0.28.bb} | 6 ++ 2 files changed, 10 insertions(+), 12 deletions(-) rename

[oe] [meta-networking][PATCH 1/6] mdns: Do not include nss.h with musl

2018-02-05 Thread Khem Raj
Signed-off-by: Khem Raj --- ...mdns-Do-not-include-nss.h-when-libc-glibc.patch | 42 ++ .../recipes-protocols/mdns/mdns_765.50.9.bb| 1 + 2 files changed, 43 insertions(+) create mode 100644