Re: [OE-core] [PATCH 1/1] coreutils: fix statx failure on native builds

2022-02-28 Thread Richard Purdie
On Mon, 2022-02-28 at 23:24 -0800, Robert Yang wrote: > From: Davi Poyastro > > Coreutils configure only checks glibc compatibility for statx > syscall but fail to check kernel support. > > Fixed on RedHat Enterprise Linux Server 7.6 (Maipo) > Host kernel: 3.10.0-1127.8.2.el7.x86_64 > Docker dis

[OE-core] [meta-oe][PATCH v2] pip_install_wheel: improve wheel handling

2022-02-28 Thread Konrad Weihmann
- replace python3 prefix when guessing the wheel name as there are still plenty of recipes out there that do use python3 prefixes - remove all previously generated wheels matching the glob to avoid installing any outdated blob - don't use PV in glob, as PV doesn't necessarily align with the

[OE-core] [PATCH] pip_install_wheel: improve wheel handling

2022-02-28 Thread Konrad Weihmann
- replace python3 prefix when guessing the wheel name as there are still plenty of recipes out there that do use python3 prefixes - remove all previously generated wheels matching the glob to avoid installing any outdated blob - don't use PV in glob, as PV doesn't necessarily align with the

Re: [OE-core] [PATCH] Revert "cmake.bbclass: Set CXXFLAGS and CFLAGS"

2022-02-28 Thread Richard Purdie
On Mon, 2022-02-28 at 20:17 -0800, Khem Raj wrote: > this is fixing more than the workaround, e.g. see the patch I sent to > fix libical, where these flags are not passed to git compiler when > using cmake > I am not sure how many such fallouts there will be through out. The error Khem mentions is

[OE-core] [PATCH 0/1] coreutils: fix statx failure on native builds

2022-02-28 Thread Robert Yang
The following changes since commit b1bb4e2d73985c6e8cf03b0fea94e8b739648cf7: flit_core: inherit setuptools3-base (2022-02-27 12:34:05 +) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/coreutils http://cgit.openembedded.org/openembedded-

[OE-core] [PATCH 1/1] coreutils: fix statx failure on native builds

2022-02-28 Thread Robert Yang
From: Davi Poyastro Coreutils configure only checks glibc compatibility for statx syscall but fail to check kernel support. Fixed on RedHat Enterprise Linux Server 7.6 (Maipo) Host kernel: 3.10.0-1127.8.2.el7.x86_64 Docker distro: Ubuntu 20.04.1 LTS $ bitbake coreutils-native find the binary ls

Re: [OE-core] [PATCH] Revert "cmake.bbclass: Set CXXFLAGS and CFLAGS"

2022-02-28 Thread Khem Raj
this is fixing more than the workaround, e.g. see the patch I sent to fix libical, where these flags are not passed to git compiler when using cmake I am not sure how many such fallouts there will be through out. On Mon, Feb 28, 2022 at 8:37 AM Jose Quaresma wrote: > > This reverts commit 47594d5

[OE-core] [PATCH] libical: Pass TOOLCHAIN_OPTIONS via CFLAGS

2022-02-28 Thread Khem Raj
This ensures that right sysroot is used during build, otherwise we see warnings in build about using wrong sysroot and it fails explicitly with clang x86_64-yoe-linux-ld: warning: library search path "/usr/lib/gcc/x86_6 4-pc-linux-gnu/11.2.0/../../../../lib64" is unsafe for cross-compilation x86_

Re: [OE-core] [PATCH 1/1] go.bbclass: Allow network in do_compile

2022-02-28 Thread Bruce Ashfield
On Mon, Feb 28, 2022 at 8:17 PM Bruce Ashfield via lists.openembedded.org wrote: > > On Mon, Feb 28, 2022 at 6:54 PM Andrei Gherzan wrote: > > > > From: Andrei Gherzan > > > > Compile pulls in the go.mod list requiring network. Without this, do > > compile would fail with a similar error to the

[OE-core] [PATCH 1/1] insane.bbclass: Update insane.bbclass to work on FIPS enabled hosts

2022-02-28 Thread Mark Hatle
hashlib.md5() is not permitted on a FIPS enabled host system. This is due to md5 not being an approved hash algorithm. Instead use: hashlib.new('MD5', usedforsecurity=False) This is allowed, as it's clear the hash is used for a non-security purpose. Using an md5 to identify when a license has

[OE-core] [PATCH 0/1] FIPS host support

2022-02-28 Thread Mark Hatle
The patch here, and one sent to bitbake-devel together enable basic support for a FIPS-140 host system. What was identified were a few users of md5, which is not allowed for any security part of the system. It can still be used to identify changes and similar non-security activities. (OE already

Re: [OE-core] [PATCH 1/1] go.bbclass: Allow network in do_compile

2022-02-28 Thread Bruce Ashfield
On Mon, Feb 28, 2022 at 6:54 PM Andrei Gherzan wrote: > > From: Andrei Gherzan > > Compile pulls in the go.mod list requiring network. Without this, do > compile would fail with a similar error to the following: > > dial tcp: lookup proxy.golang.org: Temporary failure in name resolution This is

[OE-Core][PATCH] repo: upgrade 2.21 -> 2.22

2022-02-28 Thread Changhyeok Bae
Signed-off-by: Changhyeok Bae --- meta/recipes-devtools/repo/{repo_2.21.bb => repo_2.22.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.21.bb => repo_2.22.bb} (95%) diff --git a/meta/recipes-devtools/repo/repo_2.21.bb b/meta/recipes-devtools/

[OE-core] [PATCH 1/1] go.bbclass: Allow network in do_compile

2022-02-28 Thread Andrei Gherzan
From: Andrei Gherzan Compile pulls in the go.mod list requiring network. Without this, do compile would fail with a similar error to the following: dial tcp: lookup proxy.golang.org: Temporary failure in name resolution Signed-off-by: Andrei Gherzan --- meta/classes/go.bbclass | 1 + 1 file c

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-3.3.5.rc1)

2022-02-28 Thread Teoh, Jay Shen
Hi Everyone, This is the full report for yocto-3.3.5.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jay > -Original Message- > From: yo...@lists.

Re: [OE-core] [PATCH] buildhistory.bbclass: create the buildhistory directory when needed

2022-02-28 Thread Khem Raj
On Mon, Feb 28, 2022 at 10:06 AM Jose Quaresma wrote: > > > > Khem Raj escreveu no dia segunda, 28/02/2022 à(s) 17:12: >> >> On Mon, Feb 28, 2022 at 8:06 AM Jose Quaresma >> wrote: >> > >> > When the BUILDHISTORY_RESET is enabled we need to move the >> > content from BUILDHISTORY_DIR to BUILDHI

Re: [OE-core] [meta-python][PATCH] python3-pybind11: Override pip install variables

2022-02-28 Thread Khem Raj
please resend it to oe-devel ml. On Mon, Feb 28, 2022 at 10:14 AM Tom Hochstein wrote: > > Fix the pip install variables since the default values don't work > here. > > Signed-off-by: Tom Hochstein > --- > meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | 3 +++ > 1 file changed,

[OE-core] [meta-python][PATCH] python3-pybind11: Override pip install variables

2022-02-28 Thread Tom Hochstein
Fix the pip install variables since the default values don't work here. Signed-off-by: Tom Hochstein --- meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb b/meta-pyth

Re: [OE-core] [PATCH] buildhistory.bbclass: create the buildhistory directory when needed

2022-02-28 Thread Jose Quaresma
Khem Raj escreveu no dia segunda, 28/02/2022 à(s) 17:12: > On Mon, Feb 28, 2022 at 8:06 AM Jose Quaresma > wrote: > > > > When the BUILDHISTORY_RESET is enabled we need to move the > > content from BUILDHISTORY_DIR to BUILDHISTORY_OLD_DIR but > > when we start a clean build in the first run we d

Re: [OE-core] [PATCH] buildhistory.bbclass: create the buildhistory directory when needed

2022-02-28 Thread Khem Raj
On Mon, Feb 28, 2022 at 8:06 AM Jose Quaresma wrote: > > When the BUILDHISTORY_RESET is enabled we need to move the > content from BUILDHISTORY_DIR to BUILDHISTORY_OLD_DIR but > when we start a clean build in the first run we don't have the > BUILDHISTORY_DIR so the move of files will fail. > > |

[OE-core] [PATCH] Revert "cmake.bbclass: Set CXXFLAGS and CFLAGS"

2022-02-28 Thread Jose Quaresma
This reverts commit 47594d59ec4ab82fcf87d3c590caf7c46a6bfdff. This patch was introduced 5 years ago as a temporary workaround to fix an upstream bug. Currently with that patch the following flags are duplicated: OECMAKE_C_FLAGS ?= "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS} ${CFLAGS}" OECMAKE_C_LINK_

Re: [OE-core] [PATCH] icecc.bbclass: enable networking in all tasks

2022-02-28 Thread Jose Quaresma
This patch can't be the right fix but currently the icecc.bbclass doesn't work on master. Jose Jose Quaresma via lists.openembedded.org escreveu no dia quarta, 16/02/2022 à(s) 23:27: > The icecc.bbclass needs network access to work properly. > > Currently I build with icecc inside a container w

[OE-core] [PATCH] buildhistory.bbclass: create the buildhistory directory when needed

2022-02-28 Thread Jose Quaresma
When the BUILDHISTORY_RESET is enabled we need to move the content from BUILDHISTORY_DIR to BUILDHISTORY_OLD_DIR but when we start a clean build in the first run we don't have the BUILDHISTORY_DIR so the move of files will fail. | ERROR: Command execution failed: Traceback (most recent call last):

Re: [OE-core] [PATCH v2 3/3] rust: Add snapshot checksums for powerpc64le

2022-02-28 Thread Alexander Kanavin
The final call is Richard's but I would still prefer to have this in core if there is at least one other consumer of it, other than openbmc. The downside of .bbappend is that there'll be inevitably a breakage window where the .bbappend needs to be updated. Alex On Mon, 28 Feb 2022 at 15:40, Andr

Re: [OE-core] [PATCH] bitbake.conf: add BB_NUMBER_THREADS to BB_HASHEXCLUDE_COMMON

2022-02-28 Thread Tom Hochstein
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Richard Purdie via > lists.openembedded.org > Sent: Monday, February 28, 2022 8:57 AM > To: Rasmus Villemoes ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-co

Re: [OE-core] [PATCH] bitbake.conf: add BB_NUMBER_THREADS to BB_HASHEXCLUDE_COMMON

2022-02-28 Thread Richard Purdie
On Mon, 2022-02-28 at 15:06 +0100, Rasmus Villemoes wrote: > On 28/02/2022 14.41, Richard Purdie wrote: > > On Mon, 2022-02-28 at 09:42 +0100, Rasmus Villemoes wrote: > > > The imx-gpu-sdk recipe in the meta-imx layer references > > > ${BB_NUMBER_THREADS} in its do_compile function. Changing > > >

[OE-core] [PATCH v2 3/3] rust: Add snapshot checksums for powerpc64le

2022-02-28 Thread Andrew Jeffery
Signed-off-by: Andrew Jeffery --- meta/recipes-devtools/rust/rust-snapshot.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/rust/rust-snapshot.inc b/meta/recipes-devtools/rust/rust-snapshot.inc index 173648c889fb..d0c05aec7866 100644 --- a/meta/recipes-devtools/r

[OE-core] [PATCH v2 2/3] rust: Introduce RUST_BUILD_ARCH

2022-02-28 Thread Andrew Jeffery
RUST_BUILD_ARCH contains the arch_to_rust_arch()-translated value of BUILD_ARCH. This is necessary to acquire the correct snapshot artifacts under Linux where `uname -m` reports "ppc64le" rather than "powerpc64le". Change-Id: I6aec23aced8e1c6f0bfc46fe52531b0c16bcf687 Signed-off-by: Andrew Jeffery

[OE-core] [PATCH v2 1/3] rust: Introduce arch_to_rust_arch()

2022-02-28 Thread Andrew Jeffery
On modern Power systems `uname -m` yields 'ppc64le' while the toolchain knows the architecture as 'powerpc64le'. Provide a mapping from one to the other to integrate with the existing architecture configuration flags. arch_to_rust_arch() only exists to map the OE *_ARCH variables before any furthe

[OE-core] [PATCH v2 0/3] rust: Fix powerpc64le support

2022-02-28 Thread Andrew Jeffery
Hello, Here's v2 of what was previously an RFC series where I just slashed my way through trying to get rust going out of the box on powerpc64le. Thanks to some pointers from Alex that effort has been significantly cleaned up. v2 is no-longer RFC as I think I have a decent understanding of what'

Re: [OE-core] OE-core CVE metrics for dunfell on Sun 27 Feb 2022 04:30:01 AM HST

2022-02-28 Thread Steve Sakoman
On Sun, Feb 27, 2022 at 4:34 AM Steve Sakoman via lists.openembedded.org wrote: > > Branch: dunfell > > New this week: 6 CVEs > CVE-2022-24975: git > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-24975 * > CVE-2022-25235: expat:expat-native > https://web.nvd.nist.gov/view/vuln/detail

[OE-core] [PATCH] nghttp2: upgrade 1.46.0 -> 1.47.0

2022-02-28 Thread wangmy
Changelog: = lib: Fix decoder table size update (GH-1667) lib: chore: fix -Wunreachable-code-return (GH-1625) build: Make Docker speak HTTP/3 (GH-1657) build: Remove SPDY option for CMake (GH-1665) build: cmake: Disable libbpf build by default doc: Fix typos (GH-1668) doc: Update nghttp2.py

Re: [OE-core] [PATCH] bitbake.conf: add BB_NUMBER_THREADS to BB_HASHEXCLUDE_COMMON

2022-02-28 Thread Rasmus Villemoes via lists.openembedded.org
On 28/02/2022 14.41, Richard Purdie wrote: > On Mon, 2022-02-28 at 09:42 +0100, Rasmus Villemoes wrote: >> The imx-gpu-sdk recipe in the meta-imx layer references >> ${BB_NUMBER_THREADS} in its do_compile function. Changing >> BB_NUMBER_THREADS between bitbake invocations leads to the well-known >>

[OE-core] [PATCH] libgit2: upgrade 1.4.1 -> 1.4.2

2022-02-28 Thread wangmy
This is a bugfix release with the following changes: remote: do store the update_tips callback error value win32: find_system_dirs does not return GIT_ENOTFOUND Signed-off-by: Wang Mingyu --- .../libgit2/{libgit2_1.4.1.bb => libgit2_1.4.2.bb}

[OE-core] [PATCH] ell: upgrade 0.48 -> 0.49

2022-02-28 Thread wangmy
Changelog: == Fix issue with multiple offers from the same DHCP server. Fix issue with Base64 decoding and bytes consumed validation. Signed-off-by: Wang Mingyu --- meta/recipes-core/ell/{ell_0.48.bb => ell_0.49.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/rec

[OE-core] [hardknott][PATCH 39/39] scripts/buildhistory-diff: drop use of distutils

2022-02-28 Thread Anuj Mittal
From: Tim Orling The use of distutils.version.LooseVersion to check for GitPython > 0.3.1 is not really needed anymore since any supported distribution has at least 1.0.0 (centos-7 via epel7, debian-9, ubuntu-16.04) If we want to reinstate this check, alternatives would be to require python3-pac

[OE-core] [hardknott][PATCH 38/39] ccache: upgrade 4.2 -> 4.2.1

2022-02-28 Thread Anuj Mittal
From: wangmy License-Update: add license information of src/third_party/win32/winerror_to_errno.h Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 12f0aa9533edc7ac5a65b1c165797b049349b19e) Signed-off-by: Anuj Mittal --- .../ccache/{ccache_4.2.bb => ccache_

[OE-core] [hardknott][PATCH 37/39] package_manager: ipk: Fix host manifest generation

2022-02-28 Thread Anuj Mittal
From: Oleksiy Obitotskyy Since honister host manifest stopped to generate, i.e. manifest file is empty but all ipks/files into sdk is ok. Signed-off-by: Oleksiy Obitotskyy Signed-off-by: Richard Purdie (cherry picked from commit 79a2392f5d2a4cb6509a83afb40bca01bac59914) Signed-off-by: Anuj Mit

[OE-core] [hardknott][PATCH 36/39] libarchive : update to 3.5.3

2022-02-28 Thread Anuj Mittal
From: Lee Chee Yang Libarchive 3.5.3 is a security release Security Fixes: extended fix for following symlinks when processing the fixup list (#1566, #1617, CVE-2021-31566) fix invalid memory access and out of bounds read in RAR5 reader (#1491, #1492, #1493, CVE-2021-36976) Signed-off-by: Le

[OE-core] [hardknott][PATCH 35/39] libarchive: upgrade 3.5.1 -> 3.5.2

2022-02-28 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit f8f39cd5757907d50444203e0e6e2c5ed0a47152) Signed-off-by: Anuj Mittal --- .../libarchive/{libarchive_3.5.1.bb => libarchive_3.5.2.bb} | 2 +-

[OE-core] [hardknott][PATCH 34/39] uninative: Upgrade to 3.5

2022-02-28 Thread Anuj Mittal
From: Michael Halstead Add support for glibc 2.35. Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie (cherry picked from commit 347b8c87fb4e2c398644f900728cf6e22ba4516d) Signed-off-by: Anuj Mittal (cherry picked from commit eeae63c343c8ebd418679915ee20aa8c02fa0fdc) Signed-off-by:

[OE-core] [hardknott][PATCH 33/39] vim: Upgrade 8.2.4314 -> 8.2.4424

2022-02-28 Thread Anuj Mittal
From: Richard Purdie License file had some grammar fixes. Includes CVE-2022-0554. Signed-off-by: Richard Purdie (cherry picked from commit a8d0a4026359c2c8a445dba9456f8a05470293c1) Signed-off-by: Anuj Mittal --- meta/recipes-support/vim/vim.inc | 6 +++--- 1 file changed, 3 insertions(+), 3

[OE-core] [hardknott][PATCH 32/39] linux-firmware: upgrade 20211216 -> 20220209

2022-02-28 Thread Anuj Mittal
From: wangmy License-Update: Version of some driver files updated Added files for some drivers Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 1a2a64082d2a4845bebe802afed2a65dac994043) Signed-off-by: Anuj Mittal --- ...{linux-firmware_20211216.bb => linux-

[OE-core] [hardknott][PATCH 31/39] initramfs-framework: unmount automounts before switch_root

2022-02-28 Thread Anuj Mittal
From: Justin Bronder If mounts are left lingering, then after we switch_root, attempts to modify the block devices will result in an EBUSY with no way to unmount them. As we're about to switch_root anyways, there isn't much use to keep anything mounted unless it has the new rootfs. Signed-off-b

[OE-core] [hardknott][PATCH 30/39] vim: Upgrade 4269 -> 4134

2022-02-28 Thread Anuj Mittal
From: Richard Purdie License text underwent changes on how to submit Uganda donations, switch from http to https urls and an update date change but the license itself is unchanged. Also, add an entry for the top level license file. This is also the vim license so LICENSE is unchanged but we sho

[OE-core] [hardknott][PATCH 29/39] devtool: deploy-target: Remove stripped binaries in pseudo context

2022-02-28 Thread Anuj Mittal
From: Florian Amstutz deploy-target may fail the second time with "pseudo abort" because devtool-deploy-target-stripped is deleted outside of pseudo's fakeroot context. Signed-off-by: Florian Amstutz Signed-off-by: Richard Purdie (cherry picked from commit 2338a33b690b0bbe279cde3f73764911b239c

[OE-core] [hardknott][PATCH 28/39] mc: fix build if ncurses have been configured without wide characters

2022-02-28 Thread Anuj Mittal
From: Christian Eggers Some distros like poky-tiny set ENABLE_WIDEC=false, which disables wide character support for ncurses. The new patch fixes the build of mc for this case. Since 9000f8033662, NCURSES_WIDECHAR is set explicitly to 1 for musl. This doesn't work for ENABLE_WIDEC==false. In thi

[OE-core] [hardknott][PATCH 27/39] gst-devtools: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- .../{gst-devtools_1.18.5.bb => gst-devtools_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.18.5.bb => gst-devtools_1.18.6.bb} (9

[OE-core] [hardknott][PATCH 26/39] gstreamer1.0-python: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- ...reamer1.0-python_1.18.5.bb => gstreamer1.0-python_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.18.5.bb => gstreamer1.0-python

[OE-core] [hardknott][PATCH 25/39] gst-examples: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- .../{gst-examples_1.18.5.bb => gst-examples_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gst-examples_1.18.5.bb => gst-examples_1.18.6.bb} (9

[OE-core] [hardknott][PATCH 22/39] gstreamer1.0-libav: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- ...streamer1.0-libav_1.18.5.bb => gstreamer1.0-libav_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.18.5.bb => gstreamer1.0-libav_1

[OE-core] [hardknott][PATCH 23/39] gstreamer1.0-omx: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- .../{gstreamer1.0-omx_1.18.5.bb => gstreamer1.0-omx_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.18.5.bb => gstreamer1.0-omx_1.18.

[OE-core] [hardknott][PATCH 24/39] gstreamer1.0-rtsp-server: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- ...rtsp-server_1.18.5.bb => gstreamer1.0-rtsp-server_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.18.5.bb => gstreamer1.0-r

[OE-core] [hardknott][PATCH 21/39] gstreamer1.0-vaapi: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- ...streamer1.0-vaapi_1.18.5.bb => gstreamer1.0-vaapi_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.18.5.bb => gstreamer1.0-vaapi_1

[OE-core] [hardknott][PATCH 20/39] gstreamer1.0-plugins-ugly: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- ...ugins-ugly_1.18.5.bb => gstreamer1.0-plugins-ugly_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.18.5.bb => gstreamer1.0-

[OE-core] [hardknott][PATCH 19/39] gstreamer1.0-plugins-bad: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- ...plugins-bad_1.18.5.bb => gstreamer1.0-plugins-bad_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.18.5.bb => gstreamer1.0-p

[OE-core] [hardknott][PATCH 18/39] gstreamer1.0-plugins-good: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- ...ugins-good_1.18.5.bb => gstreamer1.0-plugins-good_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.18.5.bb => gstreamer1.0-

[OE-core] [hardknott][PATCH 17/39] gstreamer1.0-plugins-base: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- ...ugins-base_1.18.5.bb => gstreamer1.0-plugins-base_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.18.5.bb => gstreamer1.0-

[OE-core] [hardknott][PATCH 16/39] gstreamer1.0: 1.18.5 -> 1.18.6

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- .../{gstreamer1.0_1.18.5.bb => gstreamer1.0_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.18.5.bb => gstreamer1.0_1.18.6.bb} (9

[OE-core] [hardknott][PATCH 15/39] gstreamer1.0-plugins-ugly: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit 09373e8c33cd0c585e146b55d9f7680832f2ad09) Signed-off-by: Anuj Mittal --- ...ugins-ugly_1.18.4.bb => gstreamer1.0-plugins-ugly_1.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [hardknott][PATCH 14/39] gst-examples: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit b1bddc80dc172563b7cd469a8de6b9db2e6ad985) Signed-off-by: Anuj Mittal --- .../{gst-examples_1.18.4.bb => gst-examples_1.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [hardknott][PATCH 12/39] gstreamer1.0-python: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit 3c68529eb99c74de5a30520261f62a5544be9b39) Signed-off-by: Anuj Mittal --- ...reamer1.0-python_1.18.4.bb => gstreamer1.0-python_1.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [hardknott][PATCH 13/39] gst-devtools: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit fe1345f72e41fe0fd0a8c69ac8e7cb7551666fcb) Signed-off-by: Anuj Mittal --- .../{gst-devtools_1.18.4.bb => gst-devtools_1.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [hardknott][PATCH 11/39] gstreamer1.0-omx: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit 65ed3c4e6c0fbade647ec31a6a77f06ed4e97e7a) Signed-off-by: Anuj Mittal --- .../{gstreamer1.0-omx_1.18.4.bb => gstreamer1.0-omx_1.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [hardknott][PATCH 10/39] gstreamer1.0-vaapi: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit a46b9209b5f2f45b4206a7819e00c48795885093) Signed-off-by: Anuj Mittal --- ...streamer1.0-vaapi_1.18.4.bb => gstreamer1.0-vaapi_1.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [hardknott][PATCH 09/39] gstreamer1.0-libav: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit 6a52088c1938c197d8e89e10d8e6622fa4b41465) Signed-off-by: Anuj Mittal --- ...streamer1.0-libav_1.18.4.bb => gstreamer1.0-libav_1.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [hardknott][PATCH 07/39] gstreamer1.0-plugins-good: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Drop backport patches: * 0002-rtpjitterbuffer-Fix-parsing-of-the-mediaclk-direct-f.patch * 0003-Remove-volatile-from-static-vars-to-fix-build-with-g.patch https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/commit/a1bf3d8d540a25268d612a489e1e836d6ea737b

[OE-core] [hardknott][PATCH 05/39] gstreamer1.0-plugins-base: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Drop backport patches: * 4ef5c91697a141fea7317aff7f0f28e5a861db99.patch Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit de0ee4323a19a27b6bcef7cc791d0373c311ef22) Signed-off-by: Anuj Mittal --- ...ugins-base_1.18.4.bb => gstream

[OE-core] [hardknott][PATCH 06/39] gstreamer1.0-plugins-bad: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit 4e7789ecfdb1bd7afa6ff5be40f1d0e2a1a09e4c) Signed-off-by: Anuj Mittal --- ...plugins-bad_1.18.4.bb => gstreamer1.0-plugins-bad_1.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [hardknott][PATCH 08/39] gstreamer1.0-rtsp-server: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit 809db373816ed896048f551275589bac0f04ff92) Signed-off-by: Anuj Mittal --- ...rtsp-server_1.18.4.bb => gstreamer1.0-rtsp-server_1.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [hardknott][PATCH 04/39] gstreamer1.0: 1.18.4 -> 1.18.5

2022-02-28 Thread Anuj Mittal
From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit d325f0d31bb1cbe889c7303ac2999c4dae391b34) Signed-off-by: Anuj Mittal --- .../0002-Remove-unused-valgrind-detection.patch| 14 +++--- ...treamer1.0_1.18.4.bb => gstreamer1.0

[OE-core] [hardknott][PATCH 03/39] e2fsprogs: backport to fix one regression

2022-02-28 Thread Anuj Mittal
From: Changqing Li Backport a patch in 1.46.3 which fix one regression: This is what the changelog says: Fix e2fsck so that the if the s_interval is zero, and the last mount or write time is in the future, it will fix invalid last mount/write timestamps in the superblock. (This was a

[OE-core] [hardknott][PATCH 02/39] expat: fix CVE-2022-23990

2022-02-28 Thread Anuj Mittal
From: Kai Kang CVE: CVE-2022-23990 Based on Steve Sakoman's patch for branch dunfell, fix CVE-2022-23990 for expat in branch hardknott. And correct indent as well. Signed-off-by: Kai Kang Signed-off-by: Anuj Mittal --- .../expat/expat/CVE-2022-23990.patch | 49 +++

[OE-core] [hardknott][PATCH 01/39] virglrenderer: fix CVE-2022-0135 and -0175

2022-02-28 Thread Anuj Mittal
From: Joe Slater CVE-2022-0135 concerns out-of-bounds writes in read_transfer_data(). CVE-2022-0175 concerns using malloc() instead of calloc(). We cherry-pick from master. Signed-off-by: Joe Slater Signed-off-by: Richard Purdie (cherry picked from commit 91f7511df79c5c1f93add9f2827a5a2664536

[OE-core] [hardknott][PATCH 00/39] Patch review

2022-02-28 Thread Anuj Mittal
Next set of changes for hardknott. Please review. No problems seen while testing on autobuilder. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3289 Thanks, Anuj The following changes since commit 29cd1d796057ef5599fe17c39b42aa099f7b1c29: build-appliance-image: Update to

Re: [OE-core] [RFC PATCH 6/8] rust: Mitigate duplicate sections on matching architectures

2022-02-28 Thread Andrew Jeffery
On Mon, 28 Feb 2022, at 18:51, Alexander Kanavin wrote: > On Mon, 28 Feb 2022 at 01:13, Andrew Jeffery wrote: >> Okay, so the root cause of this was I was setting RUST_{HOST,TARGET}_SYS >> to "powerpc64le-unknown-linux-gnu", which matched RUST_BUILD_SYS. I did >> that because rustc seems to be q

Re: [OE-core] [PATCH] bitbake.conf: add BB_NUMBER_THREADS to BB_HASHEXCLUDE_COMMON

2022-02-28 Thread Richard Purdie
On Mon, 2022-02-28 at 09:42 +0100, Rasmus Villemoes wrote: > The imx-gpu-sdk recipe in the meta-imx layer references > ${BB_NUMBER_THREADS} in its do_compile function. Changing > BB_NUMBER_THREADS between bitbake invocations leads to the well-known > > When reparsing > ...meta-imx/meta-sdk/reci

Re: [OE-core] [meta-oe][PATCH v2] libsndfile1: bump to version 1.0.31

2022-02-28 Thread Alexandru Ardelean
On Thu, Feb 24, 2022 at 5:30 PM Alexandru Ardelean wrote: > > It seems that the homepage has moved (for a while now) from > http://www.mega-nerd.com/libsndfile/ > to > https://libsndfile.github.io/libsndfile/ > > On Github, the development group seems to include Erik de Castro Lopo (the > orig

[OE-core] [PATCH] bitbake.conf: add BB_NUMBER_THREADS to BB_HASHEXCLUDE_COMMON

2022-02-28 Thread Rasmus Villemoes via lists.openembedded.org
The imx-gpu-sdk recipe in the meta-imx layer references ${BB_NUMBER_THREADS} in its do_compile function. Changing BB_NUMBER_THREADS between bitbake invocations leads to the well-known When reparsing ...meta-imx/meta-sdk/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_5.8.0.bb:do_compile, the basehash

Re: [OE-core] [RFC PATCH 6/8] rust: Mitigate duplicate sections on matching architectures

2022-02-28 Thread Alexander Kanavin
On Mon, 28 Feb 2022 at 01:13, Andrew Jeffery wrote: > Okay, so the root cause of this was I was setting RUST_{HOST,TARGET}_SYS > to "powerpc64le-unknown-linux-gnu", which matched RUST_BUILD_SYS. I did > that because rustc seems to be quite unhappy when supplied with > `--target ppc64le-linux` or `