From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][nanbield 00/23] Patch review
Date: Fri, 26 Jan 2024 16:37:08 -1000 [thread overview]
Message-ID: <cover.1706322780.git.steve@sakoman.com> (raw)
Please review this set of changes for nanbield and have comments back by
end of day Tuesday, January 30
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6501
with the exception of a known autobuilder intermittent error on qemumips-tc:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15036
Passed subsequent retest:
https://autobuilder.yoctoproject.org/typhoon/#/builders/148/builds/1231
The following changes since commit 3d5a85f173dffa14a6829edb9e6adbd5a3946d9c:
rpcbind: Specify state directory under /run (2024-01-23 04:27:34 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/nanbield-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/nanbield-nut
Bruce Ashfield (8):
linux-yocto/6.1: update to v6.1.69
linux-yocto/6.1: update to v6.1.70
linux-yocto/6.1: update CVE exclusions
linux-yocto/6.1: update to v6.1.72
linux-yocto/6.1: update CVE exclusions
linux-yocto/6.1: security/cfg: add configs to harden protection
linux-yocto/6.1: update to v6.1.73
linux-yocto/6.1: update CVE exclusions
Clay Chang (1):
devtool: deploy: provide max_process to strip_execs
Joshua Watt (1):
classes-global/sstate: Fix variable typo
Markus Volk (1):
libadwaita: update 1.4.0 -> 1.4.2
Mingli Yu (1):
python3-license-expression: Fix the ptest failure
Peter Marko (1):
dtc: preserve version also from shallow git clones
Richard Purdie (3):
curl: Disable two intermittently failing tests
lib/prservice: Improve lock handling robustness
oeqa/selftest/prservice: Improve test robustness
Robert Berger (1):
uninative-tarball.xz - reproducibility fix
Robert Yang (1):
nfs-utils: Update Upstream-Status
Saul Wold (1):
package.py: OEHasPackage: Add MLPREFIX to packagename
Soumya Sambu (1):
ncurses: Fix - tty is hung after reset
Wang Mingyu (3):
libatomic-ops: upgrade 7.8.0 -> 7.8.2
libva-utils: upgrade 2.20.0 -> 2.20.1
kea: upgrade 2.4.0 -> 2.4.1
meta/classes-global/sstate.bbclass | 2 +-
meta/classes-recipe/populate_sdk_base.bbclass | 2 +-
meta/lib/oe/prservice.py | 4 +-
meta/lib/oeqa/runtime/decorator/package.py | 5 +-
meta/lib/oeqa/selftest/cases/prservice.py | 31 +-
.../kea/files/fix-multilib-conflict.patch | 8 +-
.../kea/files/fix_pid_keactrl.patch | 6 +-
.../kea/{kea_2.4.0.bb => kea_2.4.1.bb} | 2 +-
...nclude-unistd.h-to-compile-with-musl.patch | 2 +-
...eset-code-ncurses-6.4-patch-20231104.patch | 499 ++++++++++++++++++
meta/recipes-core/ncurses/ncurses_6.4.bb | 1 +
.../python3-license-expression/run-ptest | 2 +-
.../python3-license-expression_30.1.1.bb | 2 +
...ibadwaita_1.4.0.bb => libadwaita_1.4.2.bb} | 2 +-
...-utils_2.20.0.bb => libva-utils_2.20.1.bb} | 2 +-
...01-meson.build-bump-version-to-1.7.0.patch | 29 +
...n-allow-building-from-shallow-clones.patch | 38 ++
meta/recipes-kernel/dtc/dtc_1.7.0.bb | 6 +-
.../linux/cve-exclusion_6.1.inc | 68 ++-
.../linux/linux-yocto-rt_6.1.bb | 6 +-
.../linux/linux-yocto-tiny_6.1.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +-
meta/recipes-support/curl/curl/disable-tests | 6 +
...ic-ops_7.8.0.bb => libatomic-ops_7.8.2.bb} | 2 +-
scripts/lib/devtool/deploy.py | 3 +-
25 files changed, 706 insertions(+), 56 deletions(-)
rename meta/recipes-connectivity/kea/{kea_2.4.0.bb => kea_2.4.1.bb} (97%)
create mode 100644 meta/recipes-core/ncurses/files/0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch
rename meta/recipes-gnome/libadwaita/{libadwaita_1.4.0.bb => libadwaita_1.4.2.bb} (88%)
rename meta/recipes-graphics/libva/{libva-utils_2.20.0.bb => libva-utils_2.20.1.bb} (95%)
create mode 100644 meta/recipes-kernel/dtc/dtc/0001-meson.build-bump-version-to-1.7.0.patch
create mode 100644 meta/recipes-kernel/dtc/dtc/0002-meson-allow-building-from-shallow-clones.patch
rename meta/recipes-support/libatomic-ops/{libatomic-ops_7.8.0.bb => libatomic-ops_7.8.2.bb} (89%)
--
2.34.1
next reply other threads:[~2024-01-27 2:37 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-27 2:37 Steve Sakoman [this message]
2024-01-27 2:37 ` [OE-core][nanbield 01/23] libatomic-ops: upgrade 7.8.0 -> 7.8.2 Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 02/23] libva-utils: upgrade 2.20.0 -> 2.20.1 Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 03/23] libadwaita: update 1.4.0 -> 1.4.2 Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 04/23] kea: upgrade 2.4.0 -> 2.4.1 Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 05/23] linux-yocto/6.1: update to v6.1.69 Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 06/23] linux-yocto/6.1: update to v6.1.70 Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 07/23] linux-yocto/6.1: update CVE exclusions Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 08/23] linux-yocto/6.1: update to v6.1.72 Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 09/23] linux-yocto/6.1: update CVE exclusions Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 10/23] linux-yocto/6.1: security/cfg: add configs to harden protection Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 11/23] linux-yocto/6.1: update to v6.1.73 Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 12/23] linux-yocto/6.1: update CVE exclusions Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 13/23] nfs-utils: Update Upstream-Status Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 14/23] python3-license-expression: Fix the ptest failure Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 15/23] dtc: preserve version also from shallow git clones Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 16/23] curl: Disable two intermittently failing tests Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 17/23] devtool: deploy: provide max_process to strip_execs Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 18/23] ncurses: Fix - tty is hung after reset Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 19/23] uninative-tarball.xz - reproducibility fix Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 20/23] classes-global/sstate: Fix variable typo Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 21/23] lib/prservice: Improve lock handling robustness Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 22/23] oeqa/selftest/prservice: Improve test robustness Steve Sakoman
2024-01-27 2:37 ` [OE-core][nanbield 23/23] package.py: OEHasPackage: Add MLPREFIX to packagename Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1706322780.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox