[OE-core][PATCH 0/2] Fixes for reproducible build and externalsrc

2021-09-08 Thread Mark Hatle
Two fixes, the first one ensures that the BUILD_REPRODUCIBLE_BINARIES variable actually does something useful. 1 (default) normal behavior, anything else it is off and regular behavior works. The second makes the reproducible build work properly with externalsrc. To test this, I did: bitbake

[OE-core][PATCH 2/2] reproducible_build: Work with externalsrc

2021-09-08 Thread Mark Hatle
From: Mark Hatle Externalsrc removes do_fetch, do_unpack, and do_patch. The system normally discovers the correct reproducible date as a postfuncs on do_unpack, so this date is never found, so it goes back to the default epoch. Instead we can move the discovery function to a prefuncs on the

[OE-core][PATCH 1/2] reproducible_build: Honor BUILD_REPRODUCIBLE_BINARIES

2021-09-08 Thread Mark Hatle
From: Mark Hatle A variable BUILD_REPRODUCIBLE_BINARIES is set to '1' by default and was used to control if the postfuncs were added. However, it didn't actually disable the reproducible_build (date) logic. This resulted in the program falling back to the default date. This change fully

[OE-core] [gatesgarth][PATCH 0/4] Pull request (cover letter only)

2021-09-08 Thread Anuj Mittal
Please merge these changes. Thanks, Anuj The following changes since commit d47b7cdc3508343349f3bb3eacb2dc3227dd94d2: build-appliance-image: Update to gatesgarth head revision (2021-05-06 11:20:38 +0100) are available in the Git repository at:

[OE-core][hardknott][PATCH] bluez5: fix CVE-2021-0129

2021-09-08 Thread Trevor Gamblin
Backport a fix from version 5.57 rather than doing an uprev, since there appear to be some minor functional changes between our current version and that version, despite the changelog only listing fixes. Signed-off-by: Trevor Gamblin --- meta/recipes-connectivity/bluez5/bluez5.inc | 1 +

Re: [OE-core][hardknott][PATCH] bluez5: fix CVE-2021-3658

2021-09-08 Thread Anuj Mittal
On Wed, 2021-09-08 at 10:43 -0400, Trevor Gamblin wrote: > > On 2021-09-01 2:45 p.m., Trevor Gamblin wrote: >   > > Backporting upstream fix since the uprev from 5.60 -> 5.61 does > > include > > some minor functionality changes. > > > > Signed-off-by: Trevor Gamblin >  Ping. Just wanna make

Re: [OE-core] [hardknott][PATCH] bitbake: server: Fix early parsing errors preventing zombie bitbake

2021-09-08 Thread Anuj Mittal
On Wed, 2021-09-08 at 17:27 +, Chris Laplante via lists.openembedded.org wrote: > Hello, > > > If the client process never sends cooker data, the server timeout > > will be 0.0, > > not None. This will prevent the server from exiting, as it is > > waiting for a new > > client. In particular,

Re: [OE-core] [hardknott][PATCH 1/1] assimp: Remove it

2021-09-08 Thread Anuj Mittal
Since there might be users of this in other layers, this or the move to meta-oe isn't an appropriate change for a stable branch in my opinion. Thanks, Anuj On Tue, 2021-09-07 at 17:31 +0800, Robert Yang wrote: > Remove it since it has license issues: > > *

[OE-core] [hardknott][PATCH 00/11] Pull request (cover letter only)

2021-09-08 Thread Anuj Mittal
Please merge these changes. Thanks, Anuj The following changes since commit e3a7eaf9fe1420b2525e14f0c0f2936e7818b8a3: build-appliance-image: Update to hardknott head revision (2021-09-01 16:28:21 +0100) are available in the Git repository at:

Re: [OE-core] [PATCH 03/26] lua: add a recipe from meta-oe

2021-09-08 Thread Khem Raj
also send a a patch to remove it from meta-oe once its merged in core, otherwise distros using meta-oe wont use it from core. On Wed, Sep 8, 2021 at 11:01 AM Alexander Kanavin wrote: > > Lua is a hard dependency in rpm 4.17. > > Signed-off-by: Alexander Kanavin > --- >

Re: [OE-core] [PATCH 1/1] assimp: Remove it

2021-09-08 Thread Khem Raj
On Wed, Sep 8, 2021 at 3:08 AM Ross Burton wrote: > > On Tue, 7 Sept 2021 at 13:50, Alexander Kanavin > wrote: > > I'm not sure why layerindex says otherewise, but neither vulkan nor > > anything in meta-qt5 actually depend on assimp. > > qt5/6 has an option, off by default, to use external

Re: [OE-core] [PATCH 0/1] assimp: Remove it

2021-09-08 Thread Khem Raj
also delete meta/lib/oeqa/sdk/cases/assimp.py On Tue, Sep 7, 2021 at 1:46 AM Robert Yang wrote: > > The following changes since commit 70de1dbb660461bdf0613494f53ec4c78738ae2a: > > vim: Add packageconfig for sound notification support (2021-09-06 09:49:13 > +0100) > > are available in the Git

[OE-core] [PATCH] weston: wrapper for weston modules argument

2021-09-08 Thread Pavel Zhukov
Due to custom option parser implementation weston accepts only one argument of a given type. As the result if multiple modules add multiple --modules agruments only last will be used. This fix introduces wrapper around modules in terms of weston-init to prepare proper modules argument for

Re: [OE-core] [PATCH] findutils: add ptest

2021-09-08 Thread Alexandre Belloni
Hello, Thank you for the patch but it causes the following warning: WARNING: findutils-4.8.0-r0 do_package_qa: QA Issue: supports ptests but is not included in oe-core's ptest-packagelists.inc [missing-ptest] On 07/09/2021 13:35:41+0300, Oleh Matiusha via lists.openembedded.org wrote: >

Re: [OE-core][PATCH v2] vim: add option to disable NLS support

2021-09-08 Thread Andrej Valek
Hello Steve, What's the current status in this case? I see, that changes are in dunfell-nut branch http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=stable/dunfell-nut . But you bumped the 3.1.11 version already (http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=dunfell ) where

Re: [OE-core] [PATCH 1/1] assimp: Remove it

2021-09-08 Thread Mikko Rapeli
Hi, On Wed, Sep 08, 2021 at 04:55:35PM +0800, Robert Yang wrote: > On 9/7/21 8:10 PM, Ross Burton wrote: > > On Tue, 7 Sept 2021 at 13:04, Randy MacLeod > > wrote: > > > I'll look at the sections that you have pointed out later today. > > > > Debian is always worth looking at when there's

Re: [OE-core] [PATCH 1/1] assimp: Remove it

2021-09-08 Thread Robert Yang
On 9/8/21 5:33 PM, mikko.rap...@bmw.de wrote: Hi, On Wed, Sep 08, 2021 at 04:55:35PM +0800, Robert Yang wrote: On 9/7/21 8:10 PM, Ross Burton wrote: On Tue, 7 Sept 2021 at 13:04, Randy MacLeod wrote: I'll look at the sections that you have pointed out later today. Debian is always worth

Re: [OE-core] [PATCH 1/1] assimp: Remove it

2021-09-08 Thread Ross Burton
On Tue, 7 Sept 2021 at 13:50, Alexander Kanavin wrote: > I'm not sure why layerindex says otherewise, but neither vulkan nor anything > in meta-qt5 actually depend on assimp. > qt5/6 has an option, off by default, to use external assimp, vulkan has no > dependency at all. > > This leaves

Re: [OE-core] [RFC PATCH 7/7] package_rpm: use zstd instead of xz

2021-09-08 Thread Alexandre Belloni
Hello Alex, On 30/08/2021 20:48:00+0200, Alexander Kanavin wrote: > zstd has similar time and space performance in compression but is > vastly faster in decompression, which benefits rootfs creation > (especially when installing very large packages) and on-target > package installation. > I

Re: [OE-core] [PATCH 1/1] assimp: Remove it

2021-09-08 Thread Robert Yang
Hi Ross, On 9/7/21 8:10 PM, Ross Burton wrote: On Tue, 7 Sept 2021 at 13:04, Randy MacLeod wrote: I'll look at the sections that you have pointed out later today. Debian is always worth looking at when there's license issues.

Re: [OE-core] [PATCH 1/1] assimp: Remove it

2021-09-08 Thread Richard Purdie
On Wed, 2021-09-08 at 11:08 +0100, Ross Burton wrote: > On Tue, 7 Sept 2021 at 13:50, Alexander Kanavin > wrote: > > I'm not sure why layerindex says otherewise, but neither vulkan nor > > anything in meta-qt5 actually depend on assimp. > > qt5/6 has an option, off by default, to use external

[OE-core] [PATCH] wic/bootimg-efi: Add option for only installing the bootloader

2021-09-08 Thread Kristian Klausen via lists.openembedded.org
systemd-boot supports automatic detection of Unified Kernel Images[1] if the are installed into $BOOT/EFI/Linux/ with a .efi extension. In that case a boot entry isn't needed nor is the normal kernel as the Unified Kernel Image would likely be installed with IMAGE_EFI_BOOT_FILES. [1]

[OE-core] [PATCH] conf: mips: mips16e: prepend override to MACHINEOVERRIDES

2021-09-08 Thread Quentin Schulz
Add the tune specific override to MACHINEOVERRIDES and not OVERRIDES as is done for all other tune include files. Also prepend it instead of appending so that it's among the leftmost overrides in MACHINEOVERRIDES and has a lower precedence compared to other MACHINEOVERRIDES added later (which

[OE-core] [PATCH 2/3] findutils: add pkgconfig for selinux

2021-09-08 Thread Yu, Mingli
From: Mingli Yu Add pkgconfig setting for selinux. Signed-off-by: Mingli Yu --- meta/recipes-extended/findutils/findutils_4.8.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/findutils/findutils_4.8.0.bb b/meta/recipes-extended/findutils/findutils_4.8.0.bb index

[OE-core] [PATCH 3/3] tar: add pkgconfig for selinux

2021-09-08 Thread Yu, Mingli
From: Mingli Yu Add pkgconfig setting for selinux. Signed-off-by: Mingli Yu --- meta/recipes-extended/tar/tar_1.34.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/tar/tar_1.34.bb b/meta/recipes-extended/tar/tar_1.34.bb index 98755a11cc..a6a417a1a5 100644 ---

[OE-core] [PATCH 1/3] coreutils: add pkgconfig for selinux

2021-09-08 Thread Yu, Mingli
From: Mingli Yu Add pkgconfig setting for selinux. Signed-off-by: Mingli Yu --- meta/recipes-core/coreutils/coreutils_8.32.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb b/meta/recipes-core/coreutils/coreutils_8.32.bb index

Re: [OE-core] [RFC PATCH 7/7] package_rpm: use zstd instead of xz

2021-09-08 Thread Alexander Kanavin
On Wed, 8 Sept 2021 at 14:54, Alexandre Belloni < alexandre.bell...@bootlin.com> wrote: > Sure: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/115/builds/641/steps/13/logs/stdio > > > I also have this one with the patch removed but with the previous lua > patches and it only has a

[OE-core] [meta][dunfell][PATCH] rpm: Handle proper return value to avoid major issues and removing unnecessary code

2021-09-08 Thread Ranjitsinh Rathod
From: Ranjitsinh Rathod Change in 2 patch as below to avoid critical issues 1) 0001-rpm-rpmio.c-restrict-virtual-memory-usage-if-limit-s.patch Handled return values of getrlimit() and lzma_cputhreads() functions to avoid unexpected behaviours like devide by zero and potential read of

Re: [OE-core] [RFC PATCH 7/7] package_rpm: use zstd instead of xz

2021-09-08 Thread Alexandre Belloni
On 08/09/2021 14:05:34+0200, Alexander Kanavin wrote: > On Wed, 8 Sept 2021 at 13:31, Alexandre Belloni < > alexandre.bell...@bootlin.com> wrote: > > > On 30/08/2021 20:48:00+0200, Alexander Kanavin wrote: > > > zstd has similar time and space performance in compression but is > > > vastly faster

Re: [OE-core] [RFC PATCH 7/7] package_rpm: use zstd instead of xz

2021-09-08 Thread Alexander Kanavin
On Wed, 8 Sept 2021 at 13:31, Alexandre Belloni < alexandre.bell...@bootlin.com> wrote: > On 30/08/2021 20:48:00+0200, Alexander Kanavin wrote: > > zstd has similar time and space performance in compression but is > > vastly faster in decompression, which benefits rootfs creation > > (especially

[OE-core] [PATCH] gzip: upgrade 1.10 -> 1.11

2021-09-08 Thread wangmy
Signed-off-by: Wang Mingyu --- .../gzip/{gzip-1.10 => gzip-1.11}/wrong-path-fix.patch | 0 meta/recipes-extended/gzip/{gzip_1.10.bb => gzip_1.11.bb} | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-extended/gzip/{gzip-1.10 =>

[OE-core] [PATCH] harfbuzz: upgrade 2.9.0 -> 2.9.1

2021-09-08 Thread wangmy
Final subset API is in place and if no issues are discovered, it will be the stable subset API of HarfBuzz 3.0.0. Old API is kept to ease transition, but will be removed in 3.0.0. Various fuzzer-found bug fixes. hb_buffer_append() now handles the pre- and post-context which previously were left

[OE-core] [PATCH] inetutils: upgrade 2.1 -> 2.2

2021-09-08 Thread wangmy
refresh inetutils-only-check-pam_appl.h-when-pam-enabled.patch Signed-off-by: Wang Mingyu --- ...ils-only-check-pam_appl.h-when-pam-enabled.patch | 13 - .../{inetutils_2.1.bb => inetutils_2.2.bb} | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) rename

Re: [OE-core][PATCH v2] vim: add option to disable NLS support

2021-09-08 Thread Steve Sakoman
On Tue, Sep 7, 2021 at 9:49 PM Andrej Valek wrote: > > Hello Steve, > > What's the current status in this case? It is in my most recent pull request for openembedded-core: https://lists.openembedded.org/g/openembedded-core/message/155775 > I see, that changes are in dunfell-nut branch >

Re: [OE-core] [RFC PATCH 7/7] package_rpm: use zstd instead of xz

2021-09-08 Thread Alexandre Belloni
On 08/09/2021 16:02:16+0200, Alexander Kanavin wrote: > On Wed, 8 Sept 2021 at 14:54, Alexandre Belloni < > alexandre.bell...@bootlin.com> wrote: > > > Sure: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/115/builds/641/steps/13/logs/stdio > > > > > > I also have this one with

Re: [OE-core][hardknott][PATCH] bluez5: fix CVE-2021-3658

2021-09-08 Thread Trevor Gamblin
On 2021-09-01 2:45 p.m., Trevor Gamblin wrote: Backporting upstream fix since the uprev from 5.60 -> 5.61 does include some minor functionality changes. Signed-off-by: Trevor Gamblin Ping. Just wanna make sure this is picked up. --- meta/recipes-connectivity/bluez5/bluez5.inc | 1 +

[OE-core] [RFC][PATCH] kernel: Add Unified Kernel Image image type

2021-09-08 Thread Kristian Klausen via lists.openembedded.org
"A unified kernel image is a single EFI PE executable combining an EFI stub loader, a kernel image, an initramfs image, and the kernel command line. [...] Images of this type have the advantage that all metadata and payload that makes up the boot entry is monopolized in a single PE file that can

[OE-core] [PATCH v2] findutils: add ptest

2021-09-08 Thread Oleh Matiusha via lists.openembedded.org
Fixed warning spotted by Alexandre Belloni by adding findutils-ptest to ptest-packagelists.inc. Placed it in PTESTS_SLOW since it takes 36s to execute this ptest on qemu. Signed-off-by: Oleh Matiusha --- .../distro/include/ptest-packagelists.inc | 1 +

Re: [OE-core] [hardknott][PATCH] bitbake: server: Fix early parsing errors preventing zombie bitbake

2021-09-08 Thread Chris Laplante via lists.openembedded.org
Hello, > If the client process never sends cooker data, the server timeout will be 0.0, > not None. This will prevent the server from exiting, as it is waiting for a > new > client. In particular, the client will disconnect with a bad "INHERIT" line, > such > as: > > INHERIT +=

[OE-core] [meta][master][PATCH] rpm: Handle proper return value to avoid major issues

2021-09-08 Thread Ranjitsinh Rathod
From: Ranjitsinh Rathod 0001-rpm-rpmio.c-restrict-virtual-memory-usage-if-limit-s.patch changed to avoid critical issues Handled return values of getrlimit() and lzma_cputhreads() functions to avoid unexpected behaviours like devide by zero and potential read of uninitialized variable

[OE-core] [PATCH] package-manager: escape package names for regexps

2021-09-08 Thread tobias . kaufmann
From: Tobias Kaufmann If a package-name contains characters which are used in regular expressions (e.g. libstdc++) this might break the regexp compilation. To solve this issue the package names are escaped before using them in the regular expression Signed-off-by: Tobias Kaufmann ---

[OE-core] [PATCH 01/26] meson: update 0.58.1 -> 0.59.1

2021-09-08 Thread Alexander Kanavin
Drop 0003-native_bindir.patch: it doesn't seem to actually define anything where the use_native parameter is set to true. Also, the issue should be solved without invasive, custom patching of the code: via meson.cross, custom .pc files for the items in question or some other configuration

[OE-core] [PATCH 02/26] libcap: update 2.51 -> 2.54

2021-09-08 Thread Alexander Kanavin
Rebase patches. Delete 0001-tests-do-not-statically-link-a-test.patch as centos builds are now using their own buildtools. Signed-off-by: Alexander Kanavin --- ...-tests-do-not-statically-link-a-test.patch | 52 --- ...-tests-do-not-run-target-executables.patch | 10 ++--

[OE-core] [PATCH 04/26] lua: update 5.3.6 -> 5.4.3

2021-09-08 Thread Alexander Kanavin
Drop three backports and 0001-Allow-building-lua-without-readline-on-Linux.patch (feature added upstream, adjust the recipe accordingly). Adjust ar/ranlib flags for reproducibility on liblua.a. License-Update: lines moved around, formatting Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 06/26] libdnf: fix the rpm sqlite-only target setup

2021-09-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...xt.cpp-do-not-try-to-access-BDB-data.patch | 37 +++ meta/recipes-devtools/libdnf/libdnf_0.63.1.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644

[OE-core] [PATCH 03/26] lua: add a recipe from meta-oe

2021-09-08 Thread Alexander Kanavin
Lua is a hard dependency in rpm 4.17. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 + .../distro/include/ptest-packagelists.inc | 1 + ...ilding-lua-without-readline-on-Linux.patch | 59 +++ ...rriers-cannot-be-active-during-sweep.patch |

[OE-core] [PATCH 05/26] rpm: update 4.16.1.3 -> 4.17.0

2021-09-08 Thread Alexander Kanavin
The flagship features are migration from bdb to sqlite and zstd support, both are enabled and taken into use. The relationship and upstream preference between sqlite and ndb formats isn't quite clear. Lua is now a hard dependency. Added packageconfig option for r/o support for bdb (that doesn't

[OE-core] [PATCH 08/26] perl: do not build berkeley db module by default

2021-09-08 Thread Alexander Kanavin
Bdb is unmaintained and altogether obsolete, the less dependencies we have on it, the better. This leaves only apt (specifically, apt-ftparchive) in core as a bdb consumer, sadly it has a hard dependency that isn't easy to patch out. Maybe apt upstream will get to it at some point.

[OE-core] [PATCH 16/26] shaderc: update 2021.1 -> 2021.2

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../shaderc/{shaderc_2021.1.bb => shaderc_2021.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/shaderc/{shaderc_2021.1.bb => shaderc_2021.2.bb} (95%) diff --git

[OE-core] [PATCH 18/26] core-image-ptest-all: bump RAM requirement to 4G

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin /tmp is half that, and lttng-ptest writes just under 1G there (and just over 1G on aarch64), so let's have a safe margin. Signed-off-by: Alexander Kanavin --- meta/recipes-core/images/core-image-ptest-all.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 20/26] systemd: update 249.3 -> 249.4

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...ystemd-boot_249.3.bb => systemd-boot_249.4.bb} | 0 meta/recipes-core/systemd/systemd.inc | 2 +- .../0002-don-t-use-glibc-specific-qsort_r.patch | 2 +- h-add-__compare_fn_t-and-comparison_fn_.patch | 2 +-

[OE-core] [PATCH 22/26] libpam: update 1.5.1 -> 1.5.2

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Drop patches: issues fixed upstream. Move .pc files to correct place as libpam is instructed to install them in /lib via --libdir. Signed-off-by: Alexander Kanavin --- .../0001-Makefile.am-support-usrmage.patch| 28 ---

[OE-core] [PATCH 21/26] lsof: update 4.91 -> 4.94.0

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Drop all custom sourcedir handling as the source is now a standard git checkout. Signed-off-by: Alexander Kanavin --- .../files/lsof-remove-host-information.patch | 17 +-- .../lsof/{lsof_4.91.bb => lsof_4.94.0.bb} | 28 +++ 2 files

[OE-core] [PATCH 24/26] rt-tests: update 2.1 -> 2.2

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 6 +++--- meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 17/26] lttng: update 2.12 -> 2.13.0

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Drop 0001-tests-regression-disable-the-tools-live-tests.patch (mass-disabling of ptests) and replace that with more targeted fixes: - a patch that adds explicit sleeps where races due to too tight timings were observed (not a proper fix; upstream needs to figure out how

[OE-core] [PATCH 25/26] libgit2: update 1.1.1 -> 1.2.0

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin License-Update: includes portions of openssl headers https://github.com/libgit2/libgit2/commit/0903cac1d08817e87c556f5a3e6ec881be86c7f2 Signed-off-by: Alexander Kanavin --- .../libgit2/{libgit2_1.1.1.bb => libgit2_1.2.0.bb}| 8 1 file changed, 4

[OE-core] [PATCH 26/26] libssh2: update 1.9.0 -> 1.10.0

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin 0001-configure-Conditionally-undefine-backend-m4-macro.patch no longer needed; code removed upstream. License-Update: copyright years Signed-off-by: Alexander Kanavin --- ...nviroment-to-decide-if-a-test-is-bui.patch | 6 +-

[OE-core] [PATCH 19/26] inetutils: update 2.1 -> 2.2

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...tils-only-check-pam_appl.h-when-pam-enabled.patch | 12 ++-- .../inetutils/{inetutils_2.1.bb => inetutils_2.2.bb} | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename

[OE-core] [PATCH 07/26] libsolv: disable rpm bdb format support

2021-09-08 Thread Alexander Kanavin
Otherwise this causes runtime errors when only sqlite is present. Signed-off-by: Alexander Kanavin --- meta/recipes-extended/libsolv/libsolv_0.7.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.19.bb

[OE-core] [PATCH 09/26] package_rpm: use zstd instead of xz

2021-09-08 Thread Alexander Kanavin
zstd has similar time and space performance in compression but is vastly faster in decompression, which benefits rootfs creation (especially when installing very large packages) and on-target package installation. Signed-off-by: Alexander Kanavin --- meta/classes/package_rpm.bbclass | 4 ++--

[OE-core] [PATCH 12/26] gnupg: update 2.3.1 -> 2.3.2

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Drop chunk from relocate.patch, the upstream code no longer exists. Signed-off-by: Alexander Kanavin --- ...-a-custom-value-for-the-location-of-.patch | 6 +-- .../gnupg/gnupg/relocate.patch| 39 +++ .../gnupg/{gnupg_2.3.1.bb =>

[OE-core] [PATCH 10/26] qemu: update 6.0.0 -> 6.1.0

2021-09-08 Thread Alexander Kanavin
Recipe changes: qemu-plugin.h is installed by both qemu-native and qemu-system-native qmp.py module is now provided in a module directory (no other files from that directory are necessary to use it though) additional host-specific info is stripeed from ptest tests/tcg/*.mak Patches: drop all

[OE-core] [PATCH 13/26] pinentry: update 1.1.1 -> 1.2.0

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Rebase patches. Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/oescripts.py | 2 +- .../gpg-error_pkconf.patch| 126 ++ .../libassuan_pkgconf.patch | 0 .../{pinentry_1.1.1.bb =>

[OE-core] [PATCH 11/26] runqemu: correct vga-virtio option to keep virgl enabled

2021-09-08 Thread Alexander Kanavin
qemu 6.1 has (perhaps unintentionally) disabled virgl in -vga virtio: https://gitlab.com/qemu-project/qemu/-/issues/586 Signed-off-by: Alexander Kanavin --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index

[OE-core] [PATCH 14/26] spirv-tools: update 2021.2 -> 2021.3

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Drop 0001-fix-strncpy-bound-error.patch; issue fixed upstream. Bump spirv-headers revision to avoid outdated headers causing build errors. Signed-off-by: Alexander Kanavin --- .../files/0001-fix-strncpy-bound-error.patch | 30 ---

[OE-core] [PATCH 15/26] glslang: update 11.5.0 -> 11.6.0

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../glslang/{glslang_11.5.0.bb => glslang_11.6.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/glslang/{glslang_11.5.0.bb => glslang_11.6.0.bb} (95%) diff --git

[OE-core] [PATCH 23/26] libhandy: update 1.2.3 -> 1.4.0

2021-09-08 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../libhandy/{libhandy_1.2.3.bb => libhandy_1.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libhandy/{libhandy_1.2.3.bb => libhandy_1.4.0.bb} (92%) diff --git