|
[kirkstone 15/24] bitbake.conf: set BB_DEFAULT_UMASK using ??=
From: Rasmus Villemoes <rasmus.villemoes@...>
Currently, there's no way for the user's site.conf, local.conf or
similar to set BB_DEFAULT_UMASK, because those files are included by
bitbake.conf
From: Rasmus Villemoes <rasmus.villemoes@...>
Currently, there's no way for the user's site.conf, local.conf or
similar to set BB_DEFAULT_UMASK, because those files are included by
bitbake.conf
|
By
Steve Sakoman
·
#170410
·
|
|
[kirkstone 14/24] apr: Cache configure tests which use AC_TRY_RUN
From: Khem Raj <raj.khem@...>
AC_TRY_RUN macro means the test needs to run to find the result and we
are cross compiling so this will always get wrong results, this results
in miscompiling
From: Khem Raj <raj.khem@...>
AC_TRY_RUN macro means the test needs to run to find the result and we
are cross compiling so this will always get wrong results, this results
in miscompiling
|
By
Steve Sakoman
·
#170409
·
|
|
[kirkstone 13/24] maintainers: update opkg maintainer
From: Alex Stewart <alex.stewart@...>
Alex Stewart assumed maintainership of the yocto project's opkg fork,
and opkg recipes, from Alejandro Del Castilo back in Q1 of 2020.
Update maintainership
From: Alex Stewart <alex.stewart@...>
Alex Stewart assumed maintainership of the yocto project's opkg fork,
and opkg recipes, from Alejandro Del Castilo back in Q1 of 2020.
Update maintainership
|
By
Steve Sakoman
·
#170408
·
|
|
[kirkstone 12/24] insane.bbclass: Skip patches not in oe-core by full path
From: Yang Xu <yang.xu@...>
The full path of patch may contain '/meta/' but not in oe-core, skip
patches by checking it starts with oe-core full path or not.
Signed-off-by: Yang Xu
From: Yang Xu <yang.xu@...>
The full path of patch may contain '/meta/' but not in oe-core, skip
patches by checking it starts with oe-core full path or not.
Signed-off-by: Yang Xu
|
By
Steve Sakoman
·
#170407
·
|
|
[kirkstone 11/24] lz4: upgrade 1.9.3 -> 1.9.4
From: wangmy <wangmy@...>
CVE-2021-3520.patch
removed since it's included in 1.9.4
License-Update:
Copyright year updated to 2020
description of 3rd party applications
From: wangmy <wangmy@...>
CVE-2021-3520.patch
removed since it's included in 1.9.4
License-Update:
Copyright year updated to 2020
description of 3rd party applications
|
By
Steve Sakoman
·
#170406
·
|
|
[kirkstone 10/24] libatomic-ops: upgrade 7.6.12 -> 7.6.14
From: wangmy <wangmy@...>
License-Update: Adjust/reformat content of LICENSING.txt
=========================================================
"libatomic_ops_gpl.a" changed to
From: wangmy <wangmy@...>
License-Update: Adjust/reformat content of LICENSING.txt
=========================================================
"libatomic_ops_gpl.a" changed to
|
By
Steve Sakoman
·
#170405
·
|
|
[kirkstone 09/24] libwpe: upgrade 1.12.2 -> 1.12.3
From: wangmy <wangmy@...>
Changelog:
Fix the build when using Clang's libc++ or the Musl libc.
0001-Fix-build-failure-due-to-libc-using-libc-functions.patch
removed since it's included in
From: wangmy <wangmy@...>
Changelog:
Fix the build when using Clang's libc++ or the Musl libc.
0001-Fix-build-failure-due-to-libc-using-libc-functions.patch
removed since it's included in
|
By
Steve Sakoman
·
#170404
·
|
|
[kirkstone 08/24] liburcu: upgrade 0.13.1 -> 0.13.2
From: wangmy <wangmy@...>
2022-08-18 Userspace RCU 0.13.2
* Revert "Fix: remove type constness in URCU_FORCE_CAST's C++ version"
* Fix: futex.h: include headers outside extern C
* Fix: add
From: wangmy <wangmy@...>
2022-08-18 Userspace RCU 0.13.2
* Revert "Fix: remove type constness in URCU_FORCE_CAST's C++ version"
* Fix: futex.h: include headers outside extern C
* Fix: add
|
By
Steve Sakoman
·
#170403
·
|
|
[kirkstone 07/24] libtasn1: upgrade 4.18.0 -> 4.19.0
From: wangmy <wangmy@...>
Changelog:
===========
- Clarify libtasn1.map license. Closes: #38.
- Fix ETYPE_OK out of bounds read. Closes: #32.
- Update gnulib files and various maintenance
From: wangmy <wangmy@...>
Changelog:
===========
- Clarify libtasn1.map license. Closes: #38.
- Fix ETYPE_OK out of bounds read. Closes: #32.
- Update gnulib files and various maintenance
|
By
Steve Sakoman
·
#170402
·
|
|
[kirkstone 06/24] vim: Upgrade 9.0.0242 -> 9.0.0341
From: Richard Purdie <richard.purdie@...>
Addresses CVE-2022-2980, CVE-2022-2946 and CVE-2022-2982.
Signed-off-by: Richard Purdie <richard.purdie@...>
Signed-off-by:
From: Richard Purdie <richard.purdie@...>
Addresses CVE-2022-2980, CVE-2022-2946 and CVE-2022-2982.
Signed-off-by: Richard Purdie <richard.purdie@...>
Signed-off-by:
|
By
Steve Sakoman
·
#170401
·
|
|
[kirkstone 05/24] cve-check: close cursors as soon as possible
From: Ross Burton <ross.burton@...>
We can have multiple processes reading the database at the same time, and
cursors only release their locks when they're garbage collected.
This might be the
From: Ross Burton <ross.burton@...>
We can have multiple processes reading the database at the same time, and
cursors only release their locks when they're garbage collected.
This might be the
|
By
Steve Sakoman
·
#170400
·
|
|
[kirkstone 04/24] classes: cve-check: Get shared database lock
From: Joshua Watt <JPEWhacker@...>
The CVE check database needs to have a shared lock acquired on it before
it is accessed. This to prevent cve-update-db-native from deleting the
database file
From: Joshua Watt <JPEWhacker@...>
The CVE check database needs to have a shared lock acquired on it before
it is accessed. This to prevent cve-update-db-native from deleting the
database file
|
By
Steve Sakoman
·
#170399
·
|
|
[kirkstone 03/24] binutils : CVE-2022-38533
From: pgowda <pgowda.cve@...>
Upstream-Status: Backport
[https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef186fe54aa6d281a3ff8a9528417e5cc614c797]
Signed-off-by: pgowda
From: pgowda <pgowda.cve@...>
Upstream-Status: Backport
[https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef186fe54aa6d281a3ff8a9528417e5cc614c797]
Signed-off-by: pgowda
|
By
Steve Sakoman
·
#170398
·
|
|
[kirkstone 02/24] curl: Backport patch for CVE-2022-35252
From: Robert Joslyn <robert.joslyn@...>
https://curl.se/docs/CVE-2022-35252.html
Signed-off-by: Robert Joslyn <robert.joslyn@...>
Signed-off-by: Steve Sakoman
From: Robert Joslyn <robert.joslyn@...>
https://curl.se/docs/CVE-2022-35252.html
Signed-off-by: Robert Joslyn <robert.joslyn@...>
Signed-off-by: Steve Sakoman
|
By
Steve Sakoman
·
#170397
·
|
|
[kirkstone 01/24] sqlite: add CVE-2022-35737 patch to SRC_URI
From: Chee Yang Lee <chee.yang.lee@...>
SRC_URI include patch introduced in oe-core commit
fdc82b2314b580c0135c16b7278ebf8786311dec
Signed-off-by: Chee Yang Lee
From: Chee Yang Lee <chee.yang.lee@...>
SRC_URI include patch introduced in oe-core commit
fdc82b2314b580c0135c16b7278ebf8786311dec
Signed-off-by: Chee Yang Lee
|
By
Steve Sakoman
·
#170396
·
|
|
[kirkstone 00/24] Patch review
Please review this set of patches for kirkstone and have comments back by
end of day Friday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4192
The
Please review this set of patches for kirkstone and have comments back by
end of day Friday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4192
The
|
By
Steve Sakoman
·
#170395
·
|
|
Re: [PATCH v10] Rust Oe-Selftest implementation
I was able to debug this. Adding:
--exclude src/tools/lint-docs --exclude src/test/rustdoc-js-std
to the test run stops it trying to build the docs for Std.
Cheers,
Richard
I was able to debug this. Adding:
--exclude src/tools/lint-docs --exclude src/test/rustdoc-js-std
to the test run stops it trying to build the docs for Std.
Cheers,
Richard
|
By
Richard Purdie
·
#170394
·
|
|
Re: [PATCH 3/3] gcc: remove obsolete 0012-export-CPP.patch
Someone convinced upstream to fix that:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=84401ce5fb4ecab55decb472b168100e7593e01f
:)
Cheers,
Richard
Someone convinced upstream to fix that:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=84401ce5fb4ecab55decb472b168100e7593e01f
:)
Cheers,
Richard
|
By
Richard Purdie
·
#170393
·
|
|
[PATCH] sstate: Fix sstate file mirroring checksum issue
After a recent fix in bitbake, the checksums may be checked for local file
fetches at an earlier code point. The underlying recipe checksums won't
match sstate values so ensure these aren't set via
After a recent fix in bitbake, the checksums may be checked for local file
fetches at an earlier code point. The underlying recipe checksums won't
match sstate values so ensure these aren't set via
|
By
Richard Purdie
·
#170392
·
|
|
[PATCH 3/3] gcc: remove obsolete 0012-export-CPP.patch
This patch is no longer needed, the upstream Makefile exports CPP from
CPP_FOR_BUILD since 12.1.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta/recipes-devtools/gcc/gcc-12.2.inc |
This patch is no longer needed, the upstream Makefile exports CPP from
CPP_FOR_BUILD since 12.1.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta/recipes-devtools/gcc/gcc-12.2.inc |
|
By
Ross Burton
·
#170391
·
|