Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 00/17] Patch review
Date: Tue, 23 Jul 2024 06:12:59 -0700	[thread overview]
Message-ID: <cover.1721740245.git.steve@sakoman.com> (raw)

Please review this set of changes for scarthgap and have comments back by
end of day Thursday, July 25

Passed a-full on autobuilder:

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

The following changes since commit 6cd503c5e84bf8090b840c69c7569ae1a46528d0:

  pixman: fixing inline failure with -Og (2024-07-17 07:20:02 -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

Alexander Kanavin (2):
  xserver-xorg: upgrade 21.1.12 -> 21.1.13
  mobile-broadband-provider-info: upgrade 20230416 -> 20240407

Chen Qi (1):
  libnl: change HOMEPAGE

Deepthi Hemraj (1):
  glibc: stable 2.39 branch updates

Emil Kronborg (3):
  insane.bbclass: remove skipping of cross-compiled packages
  insane.bbclass: fix HOST_ variable names
  insane.bbclass: remove leftover variables and comment

Etienne Cordonnier (1):
  oeqa/runtime: fix regression in minidebuginfo test

Khem Raj (1):
  systemd.bbclass: Clarify error message

Markus Volk (1):
  libadwaita: update 1.5.0 -> 1.5.1

Quentin Schulz (1):
  mmc-utils: fix URL

Richard Purdie (2):
  pseudo: Update to pull in python 3.12+ fix
  layer.conf: Add os-release to SIGGEN_EXCLUDERECIPES_ABISAFE

Simone Weiß (2):
  tzdata: Add tzdata.zi to tzdata-core package
  sanity: Check if tar is gnutar

Wang Mingyu (2):
  mesa: upgrade 24.0.5 -> 24.0.7
  wireless-regdb: upgrade 2024.01.23 -> 2024.05.08

 meta/classes-global/insane.bbclass            | 21 ++++++-------------
 meta/classes-global/sanity.bbclass            |  3 +++
 meta/classes-recipe/systemd.bbclass           |  2 +-
 meta/conf/layer.conf                          |  1 +
 meta/lib/oeqa/runtime/cases/systemd.py        |  3 ++-
 .../mobile-broadband-provider-info_git.bb     |  6 +++---
 meta/recipes-core/glibc/glibc-version.inc     |  2 +-
 meta/recipes-devtools/mmc/mmc-utils_git.bb    |  4 ++--
 meta/recipes-devtools/pseudo/pseudo_git.bb    |  2 +-
 meta/recipes-extended/timezone/tzdata.bb      |  3 +++
 ...ibadwaita_1.5.0.bb => libadwaita_1.5.1.bb} |  3 +--
 .../{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb}  |  0
 meta/recipes-graphics/mesa/mesa.inc           |  2 +-
 .../mesa/{mesa_24.0.5.bb => mesa_24.0.7.bb}   |  0
 ...-duplicate-definitions-of-IOPortBase.patch |  3 +--
 ...-Intel-ddx-only-for-pre-gen4-hardwar.patch |  9 +++-----
 ...org_21.1.12.bb => xserver-xorg_21.1.13.bb} |  2 +-
 ....01.23.bb => wireless-regdb_2024.05.08.bb} |  2 +-
 meta/recipes-support/libnl/libnl_3.9.0.bb     |  2 +-
 19 files changed, 32 insertions(+), 38 deletions(-)
 rename meta/recipes-gnome/libadwaita/{libadwaita_1.5.0.bb => libadwaita_1.5.1.bb} (88%)
 rename meta/recipes-graphics/mesa/{mesa-gl_24.0.5.bb => mesa-gl_24.0.7.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_24.0.5.bb => mesa_24.0.7.bb} (100%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.12.bb => xserver-xorg_21.1.13.bb} (92%)
 rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2024.01.23.bb => wireless-regdb_2024.05.08.bb} (94%)

-- 
2.34.1



             reply	other threads:[~2024-07-23 13:13 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-23 13:12 Steve Sakoman [this message]
2024-07-23 13:13 ` [OE-core][scarthgap 01/17] glibc: stable 2.39 branch updates Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 02/17] mesa: upgrade 24.0.5 -> 24.0.7 Steve Sakoman
2024-07-23 14:32   ` Böszörményi Zoltán
2024-07-23 14:44     ` Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 03/17] wireless-regdb: upgrade 2024.01.23 -> 2024.05.08 Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 04/17] pseudo: Update to pull in python 3.12+ fix Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 05/17] xserver-xorg: upgrade 21.1.12 -> 21.1.13 Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 06/17] libadwaita: update 1.5.0 -> 1.5.1 Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 07/17] mobile-broadband-provider-info: upgrade 20230416 -> 20240407 Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 08/17] mmc-utils: fix URL Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 09/17] systemd.bbclass: Clarify error message Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 10/17] layer.conf: Add os-release to SIGGEN_EXCLUDERECIPES_ABISAFE Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 11/17] libnl: change HOMEPAGE Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 12/17] tzdata: Add tzdata.zi to tzdata-core package Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 13/17] oeqa/runtime: fix regression in minidebuginfo test Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 14/17] sanity: Check if tar is gnutar Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 15/17] insane.bbclass: remove skipping of cross-compiled packages Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 16/17] insane.bbclass: fix HOST_ variable names Steve Sakoman
2024-07-23 13:13 ` [OE-core][scarthgap 17/17] insane.bbclass: remove leftover variables and comment Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2024-04-30 21:23 [OE-core][scarthgap 00/17] Patch review 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.1721740245.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