Re: [OE-core] [morty][PATCH] buildhistory: fix latest_srcrev in the common case

2018-04-04 Thread Andre McCurdy
On Wed, Mar 14, 2018 at 4:52 PM, Andre McCurdy wrote: > On Tue, Feb 27, 2018 at 5:06 PM, Andre McCurdy wrote: >> From: Christopher Larson >> >> buildhistory was writing srcrevs.values() as SRCREV when only one >> srcrev/branch

Re: [OE-core] [morty][PATCH] buildhistory: fix latest_srcrev in the common case

2018-04-04 Thread Andre McCurdy
On Wed, Apr 4, 2018 at 6:21 PM, akuster808 wrote: > On 04/04/2018 05:54 PM, Andre McCurdy wrote: >> On Wed, Mar 14, 2018 at 4:52 PM, Andre McCurdy wrote: >>> On Tue, Feb 27, 2018 at 5:06 PM, Andre McCurdy wrote: From:

Re: [OE-core] [PATCH] gcc-sanitizers: Update supported architectures

2018-04-04 Thread Khem Raj
On 4/4/18 9:08 AM, Dan McGregor wrote: > From: Dan McGregor > > aarch64 has been supported since GCC 5.1, sparc has been supported > since 4.9, and S390 since 7.1. > > Also mark as broken entirely with musl. > this change is ok to apply. > Signed-off-by: Dan McGregor

Re: [OE-core] python3-native certificate failure

2018-04-04 Thread Khem Raj
On 4/4/18 1:09 PM, Tom Hochstein wrote: > I am trying to download a URL from a source package using > python3-native, but it is failing with a certificate failure. I added > DEPENDS on ca-certificates-native and python3-certifi-native, but it > doesn’t seem to help. A colleague with a

Re: [OE-core] [PATCH][RFC] pseudo: intercept syscall() and return ENOTSUP for renameat2

2018-04-04 Thread Andre McCurdy
On Wed, Apr 4, 2018 at 2:28 PM, Khem Raj wrote: > On 3/27/18 8:48 AM, Ross Burton wrote: >> coreutils is now using renameat2() in mv(1) but as this syscall isn't in most >> glibc headers yet it falls back to directly calling syscall(), which pseudo >> doesn't intercept. This

[OE-core] python3-native certificate failure

2018-04-04 Thread Tom Hochstein
I am trying to download a URL from a source package using python3-native, but it is failing with a certificate failure. I added DEPENDS on ca-certificates-native and python3-certifi-native, but it doesn't seem to help. A colleague with a corresponding SDK took the aarch64 sysroot certificates

Re: [OE-core] [PATCH][RFC] pseudo: intercept syscall() and return ENOTSUP for renameat2

2018-04-04 Thread Khem Raj
On 4/4/18 2:45 PM, Seebs wrote: > On Wed, 4 Apr 2018 14:28:11 -0700 > Khem Raj wrote: > >> what is the performance impact of adding another stack frame and >> function call in the chain here. Do we have data ? > > Very close to unmeasurable, because *almost nothing ever uses

Re: [OE-core] [morty][PATCH] buildhistory: fix latest_srcrev in the common case

2018-04-04 Thread akuster808
On 04/04/2018 05:54 PM, Andre McCurdy wrote: > On Wed, Mar 14, 2018 at 4:52 PM, Andre McCurdy wrote: >> On Tue, Feb 27, 2018 at 5:06 PM, Andre McCurdy wrote: >>> From: Christopher Larson >>> >>> buildhistory was writing

Re: [OE-core] [PATCH 14/22] icu: update to 61.1

2018-04-04 Thread Khem Raj
On 4/4/18 4:13 AM, Alexander Kanavin wrote: > License-Update: copyright years updated, added terms for Google > double-conversion should this change to terms reflect in LICENSE filed as well. > > Signed-off-by: Alexander Kanavin > --- >

[OE-core] [morty][PATCH] sanity.bbclass: Improved error message

2018-04-04 Thread Andre McCurdy
From: Juro Bystricky When a non-existing MACHINE is specified, sanity check issues the following message: Please set a valid MACHINE in your local.conf or environment However, MACHINE can also be set in multiconfig .conf file(s). Hence we may have several

Re: [OE-core] [PATCH 08/22] bash-completion: update to 2.8

2018-04-04 Thread Khem Raj
On 4/4/18 4:13 AM, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../{bash-completion_2.7.bb => bash-completion_2.8.bb} | 6 > +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename

Re: [OE-core] [PATCH] packagegroup-core-sdk: update sanitizer lists

2018-04-04 Thread Khem Raj
On 4/4/18 9:16 AM, Dan McGregor wrote: > From: Dan McGregor > > aarch64 has been supported since GCC 5.1, sparc has been supported > since 4.9, and S390 since 7.1. > this is ok > Signed-off-by: Dan McGregor > --- >

[OE-core] [PATCH 19/22] libidn: update to 1.34

2018-04-04 Thread Alexander Kanavin
Drop backported 0001-idn-fix-printf-format-security-warnings.patch and gcc7-compatibility.patch. Refresh a couple other patches. Signed-off-by: Alexander Kanavin --- ...1-idn-fix-printf-format-security-warnings.patch | 694 -

[OE-core] [PATCH 18/22] btrfs-tools: update to 4.15.1

2018-04-04 Thread Alexander Kanavin
Drop upstreamed 0001-Fix-build-with-musl-missing-header-include-for-dev_t.patch Add ftw-subdir-walk.patch as it resolves the RECIPE_NO_UPDATE_REASON. Add --disable-zstd as libzstd isn't provided in oe-core. Fix wic testcase, as the minimal fs size is now bigger. Signed-off-by: Alexander

[OE-core] [PATCH 22/22] oeqa/runtime/cases/python: use python 3 rather than python 2

2018-04-04 Thread Alexander Kanavin
For example, core-image-sato skipped the test alltogether, as it no longer pulls in Python 2.x at all. Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/runtime/cases/python.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 21/22] libsecret: update to 0.18.6

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsecret/{libsecret_0.18.5.bb => libsecret_0.18.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libsecret/{libsecret_0.18.5.bb => libsecret_0.18.6.bb} (80%) diff

Re: [OE-core] [PATCH 1/1] rpm: remove dbus dependency for rpm-native

2018-04-04 Thread Alexander Kanavin
On 04/04/2018 01:45 PM, Chen Qi wrote: +# dbus dependency is deliberately omitted for rpm-native to prevent it from attempting to +# inhibit shutdown via session dbus, even when some layer enables plugins support for rpm-native. +DEPENDS_remove_class-native = "dbus" + inherit autotools

[OE-core] [PATCH 2/2] classes/externalsrc: ensure cleandirs code handles non-absolute paths

2018-04-04 Thread Paul Eggleton
It's possible that a trailing or extra slash somewhere in the external source path could result in the directory not being removed from cleandirs; it's also possible that a cleandirs entry is somewhere underneath the source tree and that tree should never have parts of it deleted by the build

[OE-core] [PATCH 1/2] classes/externalsrc: handle if cleandirs contains python expressions

2018-04-04 Thread Paul Eggleton
Use the existing oe.recipeutils.split_var_value() function to split the unexpanded value of the cleandirs varflag, in case it contains python expressions - we don't want to split the expression itself as the chunks will not expand properly individually and we can miss something that expands to the

[OE-core] [PATCH 0/2] classes/externalsrc: improve robustness of cleandirs handling

2018-04-04 Thread Paul Eggleton
A couple of fixes prompted by (and in the case of 1/2, required for) Enrico Jorns's recent cleandirs patch. The following changes since commit c168f6fe35ada66f7d6d6b5151fa248230c38676: systemd: fix typo in sulogin-path setting (2018-04-04 08:50:49 +0100) are available in the Git repository

[OE-core] [PATCH 09/22] webkitgtk: update to 2.20.0

2018-04-04 Thread Alexander Kanavin
Rebase patches, remove a couple of upstreamed patches. Add an option to enable woff2 font library (not currently packaged by oe). Signed-off-by: Alexander Kanavin --- .../webkitgtk/0001-Fix-build-with-musl.patch | 28 +-

[OE-core] [PATCH 16/22] libaio: update to 0.3.111

2018-04-04 Thread Alexander Kanavin
Remove: generic-arch-dectection-for-padding-defines.patch (was a backport) libaio_fix_for_x32.patch (is patching source code that no longer exists) Rebase: 00_arches.patch (drop the arm bits, as they no longer exist upstream either) Signed-off-by: Alexander Kanavin

[OE-core] [PATCH 15/22] babeltrace: update to 1.5.5

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-kernel/lttng/{babeltrace_1.5.4.bb => babeltrace_1.5.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{babeltrace_1.5.4.bb => babeltrace_1.5.5.bb} (82%) diff

[OE-core] [PATCH 20/22] procps: update to 3.3.13

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../procps/0001-Fix-out-of-tree-builds.patch | 24 ++ .../procps/{procps_3.3.12.bb => procps_3.3.13.bb} | 7 --- 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644

[OE-core] [PATCH 14/22] icu: update to 61.1

2018-04-04 Thread Alexander Kanavin
License-Update: copyright years updated, added terms for Google double-conversion Signed-off-by: Alexander Kanavin --- meta/recipes-support/icu/{icu_60.2.bb => icu_61.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 11/22] gnome-desktop3: update to 3.28.0

2018-04-04 Thread Alexander Kanavin
Rebase 0001-Disable-libseccomp-sycall-filtering-mechanism.patch Remove 0001-configure.ac-Remove-gnome-common-macro-calls.patch as the lines it removes are no longer in upstream code. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 13/22] gtk-doc: update to 1.28

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch | 12 ++-- .../gtk-doc/{gtk-doc_1.27.bb => gtk-doc_1.28.bb} | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) rename

[OE-core] [PATCH 12/22] epiphany: update to 3.28.0.1

2018-04-04 Thread Alexander Kanavin
Rebase 0002-help-meson.build-disable-the-use-of-yelp.patch. Signed-off-by: Alexander Kanavin --- .../{epiphany_3.26.6.bb => epiphany_3.28.0.1.bb} | 6 +++--- ...02-help-meson.build-disable-the-use-of-yelp.patch | 20 2 files changed,

[OE-core] [PATCH 10/22] gsettings-desktop-schemas: update to 3.28.0

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-desktop-schemas_3.24.1.bb => gsettings-desktop-schemas_3.28.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_3.24.1.bb =>

[OE-core] [PATCH 17/22] meson: update to 0.45.1

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ix-issues-that-arise-when-cross-compiling.patch | 34 ++ .../meson/{meson_0.44.1.bb => meson_0.45.1.bb} | 4 +-- 2 files changed, 18 insertions(+), 20 deletions(-) rename

[OE-core] [PATCH 1/1] rpm: remove dbus dependency for rpm-native

2018-04-04 Thread Chen Qi
Previously, the rpm recipe tries to prevent rpm-native from attempting to inhibit shutdown via session dbus by appending '--disable-plugins' to EXTRA_OECONF in case of native. However, some layer may need some functionality via plugin support. And when it enables it, we would meet the following

[OE-core] [PATCH 0/1] rpm: remove dbus dependency for rpm-native

2018-04-04 Thread Chen Qi
The following changes since commit 9e3a9637b8f86f504e187b96cd0c98d8e1f651da: systemd: fix typo in sulogin-path setting (2018-04-04 08:51:02 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/rpm-native-dbus

[OE-core] [PATCH 07/22] glib-2.0: update to 2.56.0

2018-04-04 Thread Alexander Kanavin
Remove upstreamed ptest-paths.patch Signed-off-by: Alexander Kanavin --- .../0001-Do-not-ignore-return-value-of-write.patch | 17 +--- .../glib-2.0/glib-2.0/ptest-paths.patch| 30 --

[OE-core] [PATCH 05/22] gobject-introspection: do not hardcode the current version in the tarball path

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-gnome/gobject-introspection/gobject-introspection_1.54.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.54.1.bb

[OE-core] [PATCH 08/22] bash-completion: update to 2.8

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{bash-completion_2.7.bb => bash-completion_2.8.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/bash-completion/{bash-completion_2.7.bb => bash-completion_2.8.bb}

[OE-core] [PATCH 02/22] gcr: upgrade 3.20.0 -> 3.28.0

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../gcr-add-missing-dependencies-for-vapi.patch| 51 -- .../gcr/{gcr_3.20.0.bb => gcr_3.28.0.bb} | 12 +++-- 2 files changed, 8 insertions(+), 55 deletions(-) delete mode 100644

[OE-core] [PATCH 03/22] sysprof: add RECIPE_NO_UPDATE_REASON

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/sysprof/sysprof_3.26.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb b/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb index 1989b52a77d..2ac79f9d720

[OE-core] [PATCH 01/22] lighttpd: upgrade 1.4.48 -> 1.4.49

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../lighttpd/{lighttpd_1.4.48.bb => lighttpd_1.4.49.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.48.bb => lighttpd_1.4.49.bb} (96%) diff

[OE-core] [PATCH 06/22] gobject-introspection: update to 1.56.0

2018-04-04 Thread Alexander Kanavin
License-Update: bug tracker link changed Signed-off-by: Alexander Kanavin --- .../0001-giscanner-add-a-lib-dirs-envvar-option.patch | 13 + ...rospection_1.54.1.bb => gobject-introspection_1.56.0.bb} | 13 +++-- 2 files changed, 12

[OE-core] [PATCH 04/22] vala: update to 0.40.2

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../vala/vala/disable-graphviz.patch | 26 +++--- .../vala/{vala_0.38.8.bb => vala_0.40.2.bb}| 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) rename

[OE-core] [PATCH 3/5] libcroco: remove duplication in inherit

2018-04-04 Thread Maxin B. John
Since gnomebase class already inherits autotools and pkgconfig, there is no need to repeat it here. Signed-off-by: Maxin B. John --- meta/recipes-support/libcroco/libcroco_0.6.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 2/5] python3-pygobject: remove duplication in inherit

2018-04-04 Thread Maxin B. John
Since gnomebase class already inherits autotools and pkgconfig, there is no need to repeat it here. Signed-off-by: Maxin B. John --- meta/recipes-devtools/python/python3-pygobject_3.28.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/5] documentation.conf: remove obsolete variable

2018-04-04 Thread Maxin B. John
PRINC is no longer used and removed from documentation: commit 7baadd86ee1386756e3bc3ef7fd02d5d1367068f Author: Scott Rifenbark Date: Mon May 18 09:25:51 2015 -0600 ref-manual: Removed PRINC entry from the glossary Signed-off-by: Maxin B. John

[OE-core] [PATCH 4/5] gcr: remove duplication in inherit

2018-04-04 Thread Maxin B. John
Since gnomebase class already inherits autotools, there is no need to repeat it here. Signed-off-by: Maxin B. John --- meta/recipes-gnome/gcr/gcr_3.20.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gcr/gcr_3.20.0.bb

[OE-core] [PATCH 5/5] librsvg: remove duplication in inherit

2018-04-04 Thread Maxin B. John
Since gnomebase class already inherits autotools and pkgconfig, there is no need to repeat it here. Signed-off-by: Maxin B. John --- meta/recipes-gnome/librsvg/librsvg_2.40.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] package.bbclass: Include dbgsrc for static libs

2018-04-04 Thread Richard Purdie
On Tue, 2018-03-27 at 12:28 +, Ola x Nilsson wrote: > ping? Fails if you enable ptest in openssl. Suspect you need to check if its a real file rather than a symlink and only check real files. Cheers, Richard ERROR: openssl-1.0.2o-r0 do_package: Error executing a python function in

Re: [OE-core] ✗ patchtest: failure for mesa: Upgrade 17.3.7 -> 17.3.8

2018-04-04 Thread Andreas Müller
On Wed, Apr 4, 2018 at 1:11 AM, Otavio Salvador wrote: > On Tue, Apr 3, 2018 at 6:32 PM, Patchwork > wrote: >> == Series Details == >> >> Series: mesa: Upgrade 17.3.7 -> 17.3.8 > ... >> * Issue Series does not

[OE-core] [PATCH 0/2] Upgrade llvm to 6.0

2018-04-04 Thread Khem Raj
llvm 6.0 is released few months ago, this updates the llvm to 6.0.0 release adjusts mesa to use it as well The following changes since commit c168f6fe35ada66f7d6d6b5151fa248230c38676: systemd: fix typo in sulogin-path setting (2018-04-04 08:50:49 +0100) are available in the Git repository at:

[OE-core] [PATCH 1/2] llvm: Upgrade to 6.0 release

2018-04-04 Thread Khem Raj
Signed-off-by: Khem Raj --- ...etLibraryInfo-Undefine-libc-functions-if-th.patch | 20 ++-- .../0002-llvm-allow-env-override-of-exe-path.patch | 4 ++-- meta/recipes-devtools/llvm/llvm_git.bb | 11 ++- 3 files changed, 18

[OE-core] [PATCH 2/2] mesa: Require llvm 6.0

2018-04-04 Thread Khem Raj
llvm is now at version 6.0 in core Signed-off-by: Khem Raj --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 639eb35f6b..b501b7e726

[OE-core] [PATCH 05/10] ofono: upgrade to version 1.23

2018-04-04 Thread Maxin B. John
1.22 -> 1.23 Signed-off-by: Maxin B. John --- meta/recipes-connectivity/ofono/ofono_1.22.bb | 9 - meta/recipes-connectivity/ofono/ofono_1.23.bb | 9 + 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644

[OE-core] [PATCH 04/10] at-spi2-atk: upgrade to version 2.26.2

2018-04-04 Thread Maxin B. John
1. convert to meson build 2. inherit gnomebase and associated cleanup 3. add libxml2 to DEPENDS list Signed-off-by: Maxin B. John --- .../atk/{at-spi2-atk_2.26.1.bb => at-spi2-atk_2.26.2.bb} | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) rename

[OE-core] [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0

2018-04-04 Thread Maxin B. John
Refresh the following patch: 0001-Don-t-use-AC_CANONICAL_HOST.patch Signed-off-by: Maxin B. John --- .../0001-Don-t-use-AC_CANONICAL_HOST.patch | 14 +++--- ...a-icon-theme_3.26.1.bb => adwaita-icon-theme_3.28.0.bb} | 4 ++-- 2 files

[OE-core] [PATCH 02/10] at-spi2-core: upgrade to version 2.28.0

2018-04-04 Thread Maxin B. John
1. convert to meson build 2. Remove the following patch made obsolete by moving to meson: 0001-build-Add-with-systemduserunitdir.patch Signed-off-by: Maxin B. John --- .../0001-build-Add-with-systemduserunitdir.patch | 52 --

[OE-core] [PATCH 06/10] vte: upgrade to version 0.52.0

2018-04-04 Thread Maxin B. John
Removed configuration option "--disable-test-application" [unknown-configure-option] Signed-off-by: Maxin B. John --- meta/recipes-support/vte/{vte_0.50.2.bb => vte_0.52.0.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename

[OE-core] [PATCH 03/10] atk: upgrade to version 2.28.1

2018-04-04 Thread Maxin B. John
convert to meson build Signed-off-by: Maxin B. John --- meta/recipes-support/atk/{atk_2.26.1.bb => atk_2.28.1.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{atk_2.26.1.bb => atk_2.28.1.bb} (75%) diff --git

[OE-core] [PATCH 10/10] libevdev: upgrade to version 1.5.9

2018-04-04 Thread Maxin B. John
1.5.8 -> 1.5.9 Signed-off-by: Maxin B. John --- .../recipes-support/libevdev/{libevdev_1.5.8.bb => libevdev_1.5.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libevdev/{libevdev_1.5.8.bb => libevdev_1.5.9.bb} (74%) diff --git

[OE-core] [PATCH 08/10] libsoup-2.4: upgrade to version 2.62.0

2018-04-04 Thread Maxin B. John
2.60.3 -> 2.62.0 Signed-off-by: Maxin B. John --- .../libsoup/{libsoup-2.4_2.60.3.bb => libsoup-2.4_2.62.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.60.3.bb => libsoup-2.4_2.62.0.bb} (89%)

[OE-core] [PATCH 07/10] libusb1: upgrade to version 1.0.22

2018-04-04 Thread Maxin B. John
1.0.21 -> 1.0.22 Signed-off-by: Maxin B. John --- meta/recipes-support/libusb/{libusb1_1.0.21.bb => libusb1_1.0.22.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libusb/{libusb1_1.0.21.bb => libusb1_1.0.22.bb} (86%) diff --git

[OE-core] [PATCH 09/10] sqlite3: upgrade to version 3.23.0

2018-04-04 Thread Maxin B. John
3.22.0 -> 3.23.0 Includes optimizations and fixes for issues detected by OSSFuzz Signed-off-by: Maxin B. John --- meta/recipes-support/sqlite/{sqlite3_3.22.0.bb => sqlite3_3.23.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH] gcc-sanitizers: Update supported architectures

2018-04-04 Thread Dan McGregor
From: Dan McGregor aarch64 has been supported since GCC 5.1, sparc has been supported since 4.9, and S390 since 7.1. Also mark as broken entirely with musl. Signed-off-by: Dan McGregor --- meta/recipes-devtools/gcc/gcc-sanitizers.inc | 10

[OE-core] [PATCH] packagegroup-core-sdk: update sanitizer lists

2018-04-04 Thread Dan McGregor
From: Dan McGregor aarch64 has been supported since GCC 5.1, sparc has been supported since 4.9, and S390 since 7.1. Signed-off-by: Dan McGregor --- meta/recipes-core/packagegroups/packagegroup-core-sdk.bb | 3 --- 1 file changed, 3 deletions(-)

[OE-core] [PATCH v2] mesa: Upgrade 17.3.7 -> 17.3.8

2018-04-04 Thread Otavio Salvador
This version has been published at April 03, 2018, and it is a bugfix only release. The release includes several important fixes that were made as part of 18.0.1 development cycle. Full list of bug fixes can be see online at: https://www.mesa3d.org/relnotes/17.3.8.html Signed-off-by: Otavio

Re: [OE-core] ✗ patchtest: failure for mesa: Upgrade 17.3.7 -> 17.3.8

2018-04-04 Thread Otavio Salvador
On Wed, Apr 4, 2018 at 9:43 AM, Andreas Müller wrote: > On Wed, Apr 4, 2018 at 1:11 AM, Otavio Salvador > wrote: >> On Tue, Apr 3, 2018 at 6:32 PM, Patchwork >> wrote: >>> == Series Details == >>>

Re: [OE-core] [PATCH] package_manager.py: Skip gpgcheck while using dnf on target

2018-04-04 Thread Manjukumar Harthikote Matha
Hi All, > -Original Message- > From: Manjukumar Matha [mailto:manjukumar.harthikote-ma...@xilinx.com] > Sent: Tuesday, April 03, 2018 1:35 PM > To: openembedded-core@lists.openembedded.org > Cc: Manjukumar Harthikote Matha > Subject: [OE-core][PATCH]

Re: [OE-core] [PATCH] uninative: add variables to the whitelist so that it does not re-triger recipe parsing

2018-04-04 Thread Randy MacLeod
On 2018-04-03 10:15 AM, Cuero Bugot wrote: In short the answer is that no, we shouldn't and your patch is the better option. I've queued it in sumo-next. Thanks for figuring it out as it is an annoying problem. Hey no prb ! Given he traffic on this list I understand everyone is busy! Would

[OE-core] [PATCH] python3: Add recommended modules to nativesdk install

2018-04-04 Thread Tom Hochstein
The python3 installation in the SDK did not include the minimum set of modules. Signed-off-by: Tom Hochstein --- meta/recipes-devtools/python/python3_3.5.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3_3.5.5.bb

Re: [OE-core] [PATCH][RFC] pseudo: intercept syscall() and return ENOTSUP for renameat2

2018-04-04 Thread Khem Raj
On 3/27/18 8:48 AM, Ross Burton wrote: > coreutils is now using renameat2() in mv(1) but as this syscall isn't in most > glibc headers yet it falls back to directly calling syscall(), which pseudo > doesn't intercept. This results in permission problems as files mysteriously > move without pseudo

Re: [OE-core] [PATCH][RFC] pseudo: intercept syscall() and return ENOTSUP for renameat2

2018-04-04 Thread Seebs
On Wed, 4 Apr 2018 14:28:11 -0700 Khem Raj wrote: > what is the performance impact of adding another stack frame and > function call in the chain here. Do we have data ? Very close to unmeasurable, because *almost nothing ever uses syscall*. This is used only for the case

[OE-core] [PATCH V3] libgpg-error: 1.27 -> 1.28

2018-04-04 Thread Hongxu Jia
- Rebase pkgconfig.patch - Fix regression on arm64 due to invalid use of va_list License-Update: copyright years Signed-off-by: Hongxu Jia --- ...gression-on-arm64-due-to-invalid-use-of-v.patch | 61 .../libgpg-error/libgpg-error/pkgconfig.patch

[OE-core] [pyro][PATCH] qemu: fix memfd_create with glibc 2.27

2018-04-04 Thread Alexander Kanavin
From: Ross Burton glibc 2.27 has added memfd_create() but this conflicts with a copy in qemu, so take a patch from upstream to fix building with glibc 2.27. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie

[OE-core] [morty][PATCH 2/2] qemu: fix memfd_create with glibc 2.27

2018-04-04 Thread Alexander Kanavin
From: Ross Burton glibc 2.27 has added memfd_create() but this conflicts with a copy in qemu, so take a patch from upstream to fix building with glibc 2.27. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie

[OE-core] [morty][PATCH 1/2] selftest/signing: add --batch to gpg invocation when importing keys

2018-04-04 Thread Alexander Kanavin
Otherwise it may pop up windows asking for passphrases which breaks automated testing. Newer YP releases and master already have the fix. [YOCTO #12521] Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/signing.py | 2 +- 1 file changed, 1

[OE-core] ✗ patchtest: failure for qemu: fix memfd_create with glibc 2.27 (rev5)

2018-04-04 Thread Patchwork
== Series Details == Series: qemu: fix memfd_create with glibc 2.27 (rev5) Revision: 5 URL : https://patchwork.openembedded.org/series/10759/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been