All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/30] Patch review
Date: Fri,  9 Jun 2023 06:53:27 -1000	[thread overview]
Message-ID: <cover.1686329289.git.steve@sakoman.com> (raw)

Please review this set of changes for mickledore and have comments back by
end of day Tuesday.

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5432

with the exception of oe-selftest-fedora:

https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5301

which failed due to a transient outage at gitlab:

Could not list remote: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; git -c gc.autoDetach=false -c core.pager=cat ls-remote https://gitlab.gnome.org/GNOME/sysprof.git refs/tags/* failed with exit code 128, output:
remote: GitLab is not responding
fatal: unable to access 'https://gitlab.gnome.org/GNOME/sysprof.git/': The requested URL returned error: 502

Subsequent retest of oe-selftest-fedora passed:

https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5306

The following changes since commit fb1de20b22119fd62b338ab69cd2b6a6c4e9dd8f:

  qemurunner: avoid leaking server_socket (2023-06-01 06:33:14 -1000)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/mickledore-nut
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/mickledore-nut

Alexander Kanavin (1):
  rpm: update 4.18.0 -> 4.18.1

Bruce Ashfield (2):
  kernel: don't force PAHOLE=false
  linux-yocto: move build / debug dependencies to .inc

Chen Qi (1):
  staging.bbclass: do not add extend_recipe_sysroot to prefuncs of
    prepare_recipe_sysroot

Deepthi Hemraj (1):
  binutils: stable 2.40 branch updates

Denys Dmytriyenko (1):
  xz: upgrade 5.4.2 -> 5.4.3

Eero Aaltonen (1):
  avahi: fix D-Bus introspection

Khem Raj (2):
  go: Upgrade 1.20.1 -> 1.20.4
  go: Use -no-pie to build target cgo

Lorenzo Arena (1):
  conf: add nice level to the hash config ignred variables

Martin Jansa (4):
  binutils: package static libs from gprofng
  go.bbclass: don't use test to check output from ls
  image-live.bbclass: respect IMAGE_MACHINE_SUFFIX
  rpm: drop unused
    0001-Rip-out-partial-support-for-unused-MD2-and-RIPEMD160.patch

Michael Halstead (2):
  uninative: Upgrade to 3.10 to support gcc 13
  uninative: Upgrade to 4.0 to include latest gcc 13.1.1

Pavel Zhukov (1):
  lib/terminal.py: Add urxvt terminal

Peter Kjellerstedt (2):
  musl: Correct SRC_URI
  xf86-video-intel: Use the HTTPS protocol to fetch the Git repositories

Qiu Tingting (1):
  e2fsprogs: Fix error SRCDIR when using usrmerge DISTRO_FEATURES

Randy MacLeod (1):
  vim: upgrade 9.0.1429 -> 9.0.1527

Ranjitsinh Rathod (1):
  kmscube: Correct DEPENDS to avoid overwrite

Richard Purdie (1):
  selftest/reproducible: Allow native/cross reuse in test

Ross Burton (1):
  meta: depend on autoconf-archive-native, not autoconf-archive

Sudip Mukherjee (1):
  libxi: upgrade to v1.8.1

Thomas Roos (2):
  oeqa/selftest/cases/devtool.py: skip all tests require folder a git
    repo
  oeqa: adding selftest-hello and use it to speed up tests

Tom Hochstein (1):
  piglit: Add missing glslang dependencies

Wang Mingyu (1):
  iso-codes: upgrade 4.13.0 -> 4.15.0

Xiangyu Chen (1):
  sysstat: Fix CVE-2023-33204

 .../selftest-hello/files/helloworld.c         |   8 +
 .../selftest-hello/selftest-hello_1.0.bb      |  19 ++
 meta/classes-global/staging.bbclass           |   2 +-
 meta/classes-recipe/go.bbclass                |   2 +-
 meta/classes-recipe/image-live.bbclass        |   2 +-
 meta/classes-recipe/kernel.bbclass            |   2 +-
 meta/conf/bitbake.conf                        |   2 +-
 meta/conf/distro/include/yocto-uninative.inc  |   8 +-
 meta/lib/oe/terminal.py                       |   4 +
 meta/lib/oeqa/selftest/cases/bbtests.py       |  18 +-
 meta/lib/oeqa/selftest/cases/devtool.py       |   8 +
 meta/lib/oeqa/selftest/cases/reproducible.py  |   4 +-
 meta/recipes-connectivity/avahi/avahi_0.8.bb  |   3 +-
 meta/recipes-connectivity/neard/neard_0.18.bb |   2 +-
 meta/recipes-core/dbus/dbus_1.14.6.bb         |   2 +-
 meta/recipes-core/musl/musl_git.bb            |   2 +-
 .../binutils/binutils-2.40.inc                |   3 +-
 ...s-crosssdk-Generate-relocatable-SDKs.patch |   2 +-
 ...o-not-generate-linker-script-directo.patch |   2 +-
 ...dk-Search-for-alternative-ld.so.conf.patch |   8 +-
 ...004-Point-scripts-location-to-libdir.patch |   6 +-
 ...stro-compiler-point-to-the-wrong-ins.patch |   2 +-
 ...-system-directories-when-cross-linki.patch |   8 +-
 ...ect-assembling-for-ppc-wait-mnemonic.patch |   2 +-
 .../binutils/0008-Use-libtool-2.4.patch       | 252 +++++++++---------
 ...h-in-libtool-when-sysroot-is-enabled.patch |   2 +-
 .../0010-sync-with-OE-libtool-changes.patch   |   2 +-
 ...or-clang-before-checking-gcc-version.patch |   6 +-
 ...-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch |   2 +-
 ...sing-_Alignof-when-using-C11-or-newe.patch |   2 +-
 ...-dependencies-on-gmp-and-mpfr-when-g.patch |  56 ----
 .../binutils/binutils_2.40.bb                 |   3 +-
 meta/recipes-devtools/e2fsprogs/e2fsprogs.inc |   2 +-
 .../e2fsprogs/e2fsprogs/ptest.patch           |   4 +-
 .../e2fsprogs/e2fsprogs_1.47.0.bb             |   1 +
 .../go/{go-1.20.1.inc => go-1.20.4.inc}       |   5 +-
 ...e_1.20.1.bb => go-binary-native_1.20.4.bb} |   6 +-
 ..._1.20.1.bb => go-cross-canadian_1.20.4.bb} |   0
 ...{go-cross_1.20.1.bb => go-cross_1.20.4.bb} |   0
 ...osssdk_1.20.1.bb => go-crosssdk_1.20.4.bb} |   0
 ...o-native_1.20.1.bb => go-native_1.20.4.bb} |   0
 ...runtime_1.20.1.bb => go-runtime_1.20.4.bb} |   0
 ...ompile-instantiated-generic-methods-.patch |  90 -------
 .../go/go/CVE-2023-24532.patch                | 208 ---------------
 .../go/go/CVE-2023-24537.patch                |  89 -------
 .../go/{go_1.20.1.bb => go_1.20.4.bb}         |   2 +-
 ...olor-setting-for-mips64_n32-binaries.patch |  26 +-
 ...lib-rpm-as-the-installation-path-for.patch |  30 +--
 ...support-for-unused-MD2-and-RIPEMD160.patch |  81 ------
 ...o-not-build-manpages-requires-pandoc.patch |  23 --
 meta/recipes-devtools/rpm/files/fifofix.patch |  22 --
 .../rpm/files/fix-declaration.patch           |  39 +++
 .../rpm/{rpm_4.18.0.bb => rpm_4.18.1.bb}      |   7 +-
 .../sysstat/sysstat/CVE-2023-33204.patch      |  46 ++++
 .../sysstat/sysstat_12.6.2.bb                 |   4 +-
 meta/recipes-extended/wget/wget.inc           |   2 +-
 .../xz/{xz_5.4.2.bb => xz_5.4.3.bb}           |   2 +-
 .../gobject-introspection_1.74.0.bb           |   2 +-
 meta/recipes-graphics/kmscube/kmscube_git.bb  |   3 +-
 meta/recipes-graphics/piglit/piglit_git.bb    |   2 +-
 .../xorg-driver/xf86-video-intel_git.bb       |   3 +-
 .../recipes-graphics/xorg-lib/libx11_1.8.4.bb |   2 +-
 .../xorg-lib/{libxi_1.8.bb => libxi_1.8.1.bb} |   4 +-
 meta/recipes-kernel/linux/linux-yocto.inc     |  10 +-
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  |   4 -
 meta/recipes-kernel/powertop/powertop_2.15.bb |   2 +-
 meta/recipes-support/icu/icu_72-1.bb          |   3 +-
 ...so-codes_4.13.0.bb => iso-codes_4.15.0.bb} |   2 +-
 meta/recipes-support/mpfr/mpfr_4.2.0.bb       |   2 +-
 meta/recipes-support/vim/vim.inc              |   4 +-
 70 files changed, 365 insertions(+), 813 deletions(-)
 create mode 100644 meta-selftest/recipes-test/selftest-hello/files/helloworld.c
 create mode 100644 meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0014-configure-remove-dependencies-on-gmp-and-mpfr-when-g.patch
 rename meta/recipes-devtools/go/{go-1.20.1.inc => go-1.20.4.inc} (77%)
 rename meta/recipes-devtools/go/{go-binary-native_1.20.1.bb => go-binary-native_1.20.4.bb} (78%)
 rename meta/recipes-devtools/go/{go-cross-canadian_1.20.1.bb => go-cross-canadian_1.20.4.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.20.1.bb => go-cross_1.20.4.bb} (100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.20.1.bb => go-crosssdk_1.20.4.bb} (100%)
 rename meta/recipes-devtools/go/{go-native_1.20.1.bb => go-native_1.20.4.bb} (100%)
 rename meta/recipes-devtools/go/{go-runtime_1.20.1.bb => go-runtime_1.20.4.bb} (100%)
 delete mode 100644 meta/recipes-devtools/go/go/0010-cmd-compile-re-compile-instantiated-generic-methods-.patch
 delete mode 100644 meta/recipes-devtools/go/go/CVE-2023-24532.patch
 delete mode 100644 meta/recipes-devtools/go/go/CVE-2023-24537.patch
 rename meta/recipes-devtools/go/{go_1.20.1.bb => go_1.20.4.bb} (92%)
 delete mode 100644 meta/recipes-devtools/rpm/files/0001-Rip-out-partial-support-for-unused-MD2-and-RIPEMD160.patch
 delete mode 100644 meta/recipes-devtools/rpm/files/0001-docs-do-not-build-manpages-requires-pandoc.patch
 delete mode 100644 meta/recipes-devtools/rpm/files/fifofix.patch
 create mode 100644 meta/recipes-devtools/rpm/files/fix-declaration.patch
 rename meta/recipes-devtools/rpm/{rpm_4.18.0.bb => rpm_4.18.1.bb} (97%)
 create mode 100644 meta/recipes-extended/sysstat/sysstat/CVE-2023-33204.patch
 rename meta/recipes-extended/xz/{xz_5.4.2.bb => xz_5.4.3.bb} (95%)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.8.bb => libxi_1.8.1.bb} (85%)
 rename meta/recipes-support/iso-codes/{iso-codes_4.13.0.bb => iso-codes_4.15.0.bb} (94%)

-- 
2.34.1



             reply	other threads:[~2023-06-09 16:54 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09 16:53 Steve Sakoman [this message]
2023-06-09 16:53 ` [OE-core][mickledore 01/30] sysstat: Fix CVE-2023-33204 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 02/30] go: Upgrade 1.20.1 -> 1.20.4 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 03/30] go: Use -no-pie to build target cgo Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 04/30] rpm: update 4.18.0 -> 4.18.1 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 05/30] vim: upgrade 9.0.1429 -> 9.0.1527 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 06/30] xz: upgrade 5.4.2 -> 5.4.3 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 07/30] iso-codes: upgrade 4.13.0 -> 4.15.0 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 08/30] libxi: upgrade to v1.8.1 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 09/30] binutils: stable 2.40 branch updates Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 10/30] binutils: package static libs from gprofng Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 11/30] avahi: fix D-Bus introspection Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 12/30] e2fsprogs: Fix error SRCDIR when using usrmerge DISTRO_FEATURES Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 13/30] go.bbclass: don't use test to check output from ls Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 14/30] image-live.bbclass: respect IMAGE_MACHINE_SUFFIX Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 15/30] meta: depend on autoconf-archive-native, not autoconf-archive Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 16/30] piglit: Add missing glslang dependencies Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 17/30] conf: add nice level to the hash config ignred variables Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 18/30] kernel: don't force PAHOLE=false Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 19/30] linux-yocto: move build / debug dependencies to .inc Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 20/30] kmscube: Correct DEPENDS to avoid overwrite Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 21/30] oeqa/selftest/cases/devtool.py: skip all tests require folder a git repo Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 22/30] musl: Correct SRC_URI Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 23/30] xf86-video-intel: Use the HTTPS protocol to fetch the Git repositories Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 24/30] staging.bbclass: do not add extend_recipe_sysroot to prefuncs of prepare_recipe_sysroot Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 25/30] lib/terminal.py: Add urxvt terminal Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 26/30] rpm: drop unused 0001-Rip-out-partial-support-for-unused-MD2-and-RIPEMD160.patch Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 27/30] oeqa: adding selftest-hello and use it to speed up tests Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 28/30] selftest/reproducible: Allow native/cross reuse in test Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 29/30] uninative: Upgrade to 3.10 to support gcc 13 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 30/30] uninative: Upgrade to 4.0 to include latest gcc 13.1.1 Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-06-28  2:29 [OE-core][mickledore 00/30] Patch review Steve Sakoman
2023-06-30  2:28 Steve Sakoman
2023-07-04 15:29 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.1686329289.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.