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][scarthgap 00/27] Patch review
Date: Sun, 29 Sep 2024 18:56:55 -0700	[thread overview]
Message-ID: <cover.1727661284.git.steve@sakoman.com> (raw)

Please review this set of changes for scarthgap and have comments back by
end of day Tuesday, October 1

Passed a-full on autobuilder:

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

The following changes since commit f888dd911529a828820799a7a1b75dfd3a44847c:

  build-appliance-image: Update to scarthgap head revision (2024-09-25 08:06:11 -0700)

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

Adrian Freihofer (2):
  kernel-fitimage: fix intentation
  kernel-fitimage: fix external dtb check

Aleksandar Nikolic (3):
  install-buildtools: remove md5 checksum validation
  install-buildtools: fix "test installation" step
  install-buildtools: update base-url, release and installer version

Alexander Kanavin (1):
  pulseaudio, desktop-file-utils: correct freedesktop.org ->
    www.freedesktop.org SRC_URI

Bruce Ashfield (11):
  linux-yocto/6.6: update to v6.6.36
  linux-yocto/6.6: update to v6.6.38
  linux-yocto/6.6: update to v6.6.40
  linux-yocto/6.6: update to v6.6.43
  kernel-devsrc: remove 64 bit vdso cmd files
  linux-yocto/6.6: update to v6.6.44
  linux-yocto/6.6: update to v6.6.45
  linux-yocto/6.6: fix genericarm64 config warning
  linux-yocto/6.6: update to v6.6.47
  linux-yocto/6.6: update to v6.6.49
  linux-yocto/6.6: update to v6.6.50

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

Hitendra Prajapati (1):
  curl: fix CVE-2024-8096

Jaeyoon Jung (1):
  makedevs: Fix issue when rootdir of / is given

Konrad Weihmann (3):
  runqemu: keep generating tap devices
  testimage: fallback for empty IMAGE_LINK_NAME
  testexport: fallback for empty IMAGE_LINK_NAME

Richard Purdie (2):
  scripts/install-buildtools: Update to 5.0.3
  bitbake.conf: Add truncate to HOSTTOOLS

Victor Kamensky (1):
  systemtap: fix systemtap-native build error on Fedora 40

Yi Zhao (1):
  rpm: fix expansion of %_libdir in macros

 meta/classes-recipe/kernel-fitimage.bbclass   |  66 +++---
 meta/classes-recipe/testexport.bbclass        |   2 +-
 meta/classes-recipe/testimage.bbclass         |   4 +-
 meta/conf/bitbake.conf                        |   2 +-
 .../binutils/binutils-2.42.inc                |   2 +-
 .../desktop-file-utils_0.27.bb                |   2 +-
 .../makedevs/makedevs/makedevs.c              |  21 +-
 ...et-libdir-to-CMAKE_INSTALL_FULL_LIBD.patch |  53 +++++
 meta/recipes-devtools/rpm/rpm_4.19.1.1.bb     |   1 +
 meta/recipes-kernel/linux/kernel-devsrc.bb    |   1 +
 .../linux/linux-yocto-rt_6.6.bb               |   6 +-
 .../linux/linux-yocto-tiny_6.6.bb             |   6 +-
 meta/recipes-kernel/linux/linux-yocto_6.6.bb  |  28 +--
 ...gcc-version-compatibility-hack-redux.patch |  32 +++
 ...e.cxx-gcc-version-compatibility-hack.patch |  52 +++++
 .../systemtap/systemtap_git.inc               |   2 +
 .../pulseaudio/pulseaudio_17.0.bb             |   2 +-
 .../curl/curl/CVE-2024-8096.patch             | 207 ++++++++++++++++++
 meta/recipes-support/curl/curl_8.7.1.bb       |   1 +
 scripts/install-buildtools                    |  47 ++--
 scripts/runqemu                               |  24 +-
 21 files changed, 460 insertions(+), 101 deletions(-)
 create mode 100644 meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-set-libdir-to-CMAKE_INSTALL_FULL_LIBD.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-elaborate.cxx-gcc-version-compatibility-hack-redux.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-elaborate.cxx-gcc-version-compatibility-hack.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2024-8096.patch

-- 
2.34.1



             reply	other threads:[~2024-09-30  1:57 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-30  1:56 Steve Sakoman [this message]
2024-09-30  1:56 ` [OE-core][scarthgap 01/27] curl: fix CVE-2024-8096 Steve Sakoman
2024-09-30  1:56 ` [OE-core][scarthgap 02/27] binutils: stable 2.42 branch updates Steve Sakoman
2024-09-30  1:56 ` [OE-core][scarthgap 03/27] linux-yocto/6.6: update to v6.6.36 Steve Sakoman
2024-09-30  1:56 ` [OE-core][scarthgap 04/27] linux-yocto/6.6: update to v6.6.38 Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 05/27] linux-yocto/6.6: update to v6.6.40 Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 06/27] linux-yocto/6.6: update to v6.6.43 Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 07/27] kernel-devsrc: remove 64 bit vdso cmd files Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 08/27] linux-yocto/6.6: update to v6.6.44 Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 09/27] linux-yocto/6.6: update to v6.6.45 Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 10/27] linux-yocto/6.6: fix genericarm64 config warning Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 11/27] linux-yocto/6.6: update to v6.6.47 Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 12/27] linux-yocto/6.6: update to v6.6.49 Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 13/27] linux-yocto/6.6: update to v6.6.50 Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 14/27] runqemu: keep generating tap devices Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 15/27] testimage: fallback for empty IMAGE_LINK_NAME Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 16/27] testexport: " Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 17/27] systemtap: fix systemtap-native build error on Fedora 40 Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 18/27] install-buildtools: remove md5 checksum validation Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 19/27] install-buildtools: fix "test installation" step Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 20/27] install-buildtools: update base-url, release and installer version Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 21/27] scripts/install-buildtools: Update to 5.0.3 Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 22/27] kernel-fitimage: fix intentation Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 23/27] kernel-fitimage: fix external dtb check Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 24/27] pulseaudio, desktop-file-utils: correct freedesktop.org -> www.freedesktop.org SRC_URI Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 25/27] rpm: fix expansion of %_libdir in macros Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 26/27] bitbake.conf: Add truncate to HOSTTOOLS Steve Sakoman
2024-09-30  1:57 ` [OE-core][scarthgap 27/27] makedevs: Fix issue when rootdir of / is given Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2024-11-21 21:53 [OE-core][scarthgap 00/27] Patch review Steve Sakoman
2024-07-14 12:38 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.1727661284.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.