From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/34] Patch review
Date: Fri, 29 Apr 2022 06:00:19 -1000 [thread overview]
Message-ID: <cover.1651246310.git.steve@sakoman.com> (raw)
Please review this set of patches for kirkstone and have comments back by
end of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3589
with the exception of qemuarm-oe-core, which was due to operator error (this
test uses oe-core + bitbake repos and I neglected to push the corresponding
oe-core)
Passed after pushing and retesting:
https://autobuilder.yoctoproject.org/typhoon/#/builders/47/builds/5132
The following changes since commit ca1c990df62f1b3d53b2114a387f192efe7e38e8:
ruby: upgrade 3.1.1 -> 3.1.2 (2022-04-28 17:07:01 +0100)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut
Alexander Kanavin (2):
glib: upgrade 2.72.0 -> 2.72.1
libxml2: update patch status
Carlos Rafael Giani (2):
gstreamer1.0-plugins-good: Fix libsoup dependency
gstreamer1.0: Minor documentation addition
Chen Qi (2):
cases/buildepoxy.py: fix typo
go.bbclass: disable the use of the default configuration file
Davide Gardenal (1):
create-spdx: delete virtual/kernel dependency to fix FreeRTOS build
Dmitry Baryshkov (2):
linux-firmware: correct license for ar3k firmware
arch-armv8-2a.inc: fix a typo in TUNEVALID variable
Henning Schild (1):
wic: do not use PARTLABEL for msdos partition tables
Khem Raj (7):
seatd: Disable overflow warning as error on ppc64/musl
musl: Fix build when usrmerge distro feature is enabled
gcompat: Fix build when usrmerge distro feature is enabled
libc-glibc: Use libxcrypt to provide virtual/crypt
qemu.bbclass: Extend ppc/ppc64 extra options
busybox: Use base_bindir instead of hardcoding /bin path
util-linux: Create u-a symlink for findfs utility
Naveen Saini (1):
gstreamer1.0-plugins-bad: drop patch
Nicolas Dechesne (1):
sanity: skip make 4.2.1 warning for debian
Paul Gortmaker (1):
install/devshell: Introduce git intercept script due to fakeroot
issues
Peter Kjellerstedt (2):
terminal.py: Restore error output from Terminal
devshell.bbclass: Allow devshell & pydevshell to use the network
Pgowda (1):
glibc: ptest: Fix glibc-tests package issue
Rahul Kumar (1):
neard: Switch SRC_URI to git repo
Richard Purdie (2):
base: Drop git intercept
staging: Ensure we filter out ourselves
Ross Burton (5):
e2fsprogs: fix CVE-2022-1304
python3: ignore CVE-2015-20107
cve_check: skip remote patches that haven't been fetched when
searching for CVE tags
subversion: upgrade to 1.14.2
bitbake.conf: mark all directories as safe for git to read
Russ Dill (2):
package.bbclass: Prevent perform_packagecopy from removing
/sysroot-only
kernel-yocto.bbclass: Fixup do_kernel_configcheck usage of KMETA
wangmy (1):
apt: upgrade 2.4.4 -> 2.4.5
meta/classes/create-spdx.bbclass | 2 -
meta/classes/devshell.bbclass | 4 ++
meta/classes/go.bbclass | 1 +
meta/classes/kernel-yocto.bbclass | 14 ++--
meta/classes/package.bbclass | 8 +--
meta/classes/qemu.bbclass | 6 +-
meta/classes/sanity.bbclass | 2 +-
meta/classes/staging.bbclass | 2 +-
meta/conf/bitbake.conf | 8 +++
meta/conf/distro/include/tclibc-glibc.inc | 1 +
.../machine/include/arm/arch-armv8-2a.inc | 2 +-
meta/lib/oe/cve_check.py | 5 +-
meta/lib/oe/terminal.py | 3 +-
meta/lib/oeqa/sdk/cases/buildepoxy.py | 2 +-
meta/recipes-connectivity/neard/neard_0.16.bb | 13 ++--
meta/recipes-core/busybox/busybox.inc | 2 +-
...s-for-typechecking-with-atomic-compa.patch | 64 -----------------
...variant-of-g_atomic_int_compare_and_.patch | 70 ------------------
...ble-more-tests-while-cross-compiling.patch | 32 ++++-----
.../glib-2.0/glib-2.0/relocate-modules.patch | 8 +--
...{glib-2.0_2.72.0.bb => glib-2.0_2.72.1.bb} | 4 +-
meta/recipes-core/glibc/glibc-tests_2.35.bb | 3 +-
.../recipes-core/libxml/libxml2/runtest.patch | 4 +-
meta/recipes-core/musl/gcompat_git.bb | 8 +--
meta/recipes-core/musl/musl_git.bb | 6 +-
meta/recipes-core/seatd/seatd_0.6.4.bb | 3 +
.../util-linux/util-linux_2.37.4.bb | 1 +
.../apt/{apt_2.4.4.bb => apt_2.4.5.bb} | 2 +-
.../e2fsprogs/e2fsprogs/extents.patch | 56 +++++++++++++++
.../e2fsprogs/e2fsprogs_1.46.5.bb | 1 +
.../recipes-devtools/python/python3_3.10.4.bb | 3 +
.../subversion/subversion/disable_macos.patch | 71 -------------------
...version_1.14.1.bb => subversion_1.14.2.bb} | 3 +-
.../linux-firmware/linux-firmware_20220411.bb | 4 +-
.../0005-msdk-fix-includedir-path.patch | 40 -----------
.../gstreamer1.0-plugins-bad_1.20.1.bb | 3 +-
.../gstreamer1.0-plugins-base_1.20.1.bb | 2 +
.../gstreamer1.0-plugins-good_1.20.1.bb | 7 +-
scripts/git-intercept/git | 19 +++++
scripts/lib/wic/plugins/imager/direct.py | 2 +-
40 files changed, 174 insertions(+), 317 deletions(-)
delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-tests-Add-C-tests-for-typechecking-with-atomic-compa.patch
delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0002-gatomic-Add-a-C-variant-of-g_atomic_int_compare_and_.patch
rename meta/recipes-core/glib-2.0/{glib-2.0_2.72.0.bb => glib-2.0_2.72.1.bb} (90%)
rename meta/recipes-devtools/apt/{apt_2.4.4.bb => apt_2.4.5.bb} (97%)
create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/extents.patch
delete mode 100644 meta/recipes-devtools/subversion/subversion/disable_macos.patch
rename meta/recipes-devtools/subversion/{subversion_1.14.1.bb => subversion_1.14.2.bb} (96%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-msdk-fix-includedir-path.patch
create mode 100755 scripts/git-intercept/git
--
2.25.1
next reply other threads:[~2022-04-29 16:01 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-29 16:00 Steve Sakoman [this message]
2022-04-29 16:00 ` [OE-core][kirkstone 01/34] e2fsprogs: fix CVE-2022-1304 Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 02/34] python3: ignore CVE-2015-20107 Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 03/34] cve_check: skip remote patches that haven't been fetched when searching for CVE tags Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 04/34] apt: upgrade 2.4.4 -> 2.4.5 Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 05/34] subversion: upgrade to 1.14.2 Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 06/34] glib: upgrade 2.72.0 -> 2.72.1 Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 07/34] glibc: ptest: Fix glibc-tests package issue Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 08/34] seatd: Disable overflow warning as error on ppc64/musl Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 09/34] package.bbclass: Prevent perform_packagecopy from removing /sysroot-only Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 10/34] kernel-yocto.bbclass: Fixup do_kernel_configcheck usage of KMETA Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 11/34] linux-firmware: correct license for ar3k firmware Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 12/34] arch-armv8-2a.inc: fix a typo in TUNEVALID variable Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 13/34] musl: Fix build when usrmerge distro feature is enabled Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 14/34] gcompat: " Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 15/34] wic: do not use PARTLABEL for msdos partition tables Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 16/34] libc-glibc: Use libxcrypt to provide virtual/crypt Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 17/34] qemu.bbclass: Extend ppc/ppc64 extra options Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 18/34] busybox: Use base_bindir instead of hardcoding /bin path Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 19/34] gstreamer1.0-plugins-good: Fix libsoup dependency Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 20/34] gstreamer1.0: Minor documentation addition Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 21/34] gstreamer1.0-plugins-bad: drop patch Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 22/34] terminal.py: Restore error output from Terminal Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 23/34] devshell.bbclass: Allow devshell & pydevshell to use the network Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 24/34] cases/buildepoxy.py: fix typo Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 25/34] create-spdx: delete virtual/kernel dependency to fix FreeRTOS build Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 26/34] go.bbclass: disable the use of the default configuration file Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 27/34] install/devshell: Introduce git intercept script due to fakeroot issues Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 28/34] base: Drop git intercept Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 29/34] bitbake.conf: mark all directories as safe for git to read Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 30/34] neard: Switch SRC_URI to git repo Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 31/34] sanity: skip make 4.2.1 warning for debian Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 32/34] util-linux: Create u-a symlink for findfs utility Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 33/34] staging: Ensure we filter out ourselves Steve Sakoman
2022-04-29 16:00 ` [OE-core][kirkstone 34/34] libxml2: update patch status 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.1651246310.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.