mbox

[scarthgap,00/13] Patch review

Message ID cover.1739023409.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

https://git.openembedded.org/openembedded-core-contrib stable/scarthgap-nut

Message

Steve Sakoman Feb. 8, 2025, 2:04 p.m. UTC
Please review this set of changes for scarthgap and have comments back by
end of day Tuesday, February 11

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/977

The following changes since commit 37835788d0772568f3551532eacbf810a4a6e47b:

  uboot-config: fix devtool modify with kernel-fitimage (2025-01-29 08:19:33 -0800)

are available in the Git repository at:

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

Alexander Kanavin (2):
  pkg-config-native: pick additional search paths from
    $EXTRA_NATIVE_PKGCONFIG_PATH
  selftest/rust: correctly form the PATH environment variable

Deepesh Varatharajan (1):
  binutils: stable 2.42 branch update

Esben Haabendal (2):
  files: Amend overlayfs unit descriptions with path information
  files: overlayfs-create-dirs: Improve mount unit dependency

Harish Sadineni (3):
  rust: fix for rust multilib sdk configuration
  rust: remove redundant cargo config file
  oeqa/sdk/context: fix for gtk3 test failure during do_testsdk

Jiaying Song (1):
  binutils: File name too long causing failure to open temporary head
    file in dlltool

Pedro Ferreira (1):
  rust-common.bbclass: soft assignment for RUSTLIB path

Peter Marko (1):
  glibc: stable 2.39 branch updates

Ross Burton (1):
  oeqa/selftest/rust: skip on all MIPS platforms

Wang Mingyu (1):
  gnupg: upgrade 2.4.4 -> 2.4.5

 meta/classes-recipe/rust-common.bbclass       |   2 +-
 meta/files/overlayfs-create-dirs.service.in   |   5 +-
 meta/files/overlayfs-unit.mount.in            |   2 +-
 meta/lib/oeqa/sdk/context.py                  |  12 +-
 meta/lib/oeqa/selftest/cases/rust.py          |  13 +-
 meta/recipes-core/glibc/glibc-version.inc     |   2 +-
 meta/recipes-core/glibc/glibc_2.39.bb         |   2 +-
 .../binutils/binutils-2.42.inc                |   3 +-
 .../0017-dlltool-file-name-too-long.patch     | 208 ++++++++++++++++++
 .../pkgconf/pkgconf/pkg-config-native.in      |   2 +-
 .../pkgconfig/pkgconfig/pkg-config-native.in  |   2 +-
 meta/recipes-devtools/rust/cargo_1.75.0.bb    |  13 ++
 .../rust/rust-cross-canadian.inc              |  24 +-
 meta/recipes-devtools/rust/rust_1.75.0.bb     |  12 +
 .../gnupg/{gnupg_2.4.4.bb => gnupg_2.4.5.bb}  |   2 +-
 15 files changed, 257 insertions(+), 47 deletions(-)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0017-dlltool-file-name-too-long.patch
 rename meta/recipes-support/gnupg/{gnupg_2.4.4.bb => gnupg_2.4.5.bb} (97%)