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
- 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
- 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
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
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-
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
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
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_
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
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
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
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
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/
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
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.
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
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,
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
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
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.
>
> |
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_
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
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):
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
> -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
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
> > >
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
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
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
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'
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
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
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
>>
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}
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
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
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_
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
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
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 +-
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:
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
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-
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
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
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
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
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
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
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
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
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.
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
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
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-
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
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-
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 +++
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
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
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
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
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
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
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 `
80 matches
Mail list logo