openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [OE-core][mickledore 00/13] Patch review
@ 2023-06-02  2:21 Steve Sakoman
  2023-06-02  2:22 ` [OE-core][mickledore 01/13] linux-yocto/5.15: update to v5.15.109 Steve Sakoman
                   ` (12 more replies)
  0 siblings, 13 replies; 21+ messages in thread
From: Steve Sakoman @ 2023-06-02  2:21 UTC (permalink / raw)
  To: openembedded-core

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

Passed a-full on autobuilder:

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

The following changes since commit c46d0cfe4b18318c00390eb112edcbea8b8d6a7a:

  gdb: fix crashes when debugging threads with Arm Pointer Authentication enabled (2023-05-26 13:55:18 -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):
  libgcrypt: update 1.10.1 -> 1.10.2

Archana Polampalli (1):
  git: ignore CVE-2023-25815

Bruce Ashfield (5):
  linux-yocto/5.15: update to v5.15.109
  linux-yocto/5.15: update to v5.15.110
  linux-yocto/5.15: update to v5.15.111
  linux-yocto/5.15: update to v5.15.112
  linux-yocto/5.15: update to v5.15.113

Martin Jansa (1):
  populate_sdk_base.bbclass: respect MLPREFIX for ptest-pkgs's
    ptest-runner

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

Mikko Rapeli (1):
  qemurunner: avoid leaking server_socket

Qiu Tingting (1):
  e2fsprogs: fix ptest bug for second running

nikhil (1):
  tiff: Remove unused patch from tiff

 meta/classes-recipe/populate_sdk_base.bbclass |   2 +-
 meta/conf/distro/include/yocto-uninative.inc  |   8 +-
 meta/lib/oeqa/utils/qemurunner.py             |   1 +
 .../e2fsprogs/e2fsprogs/run-ptest             |   1 +
 .../e2fsprogs/e2fsprogs_1.47.0.bb             |   3 +
 meta/recipes-devtools/git/git_2.39.2.bb       |   2 +
 .../linux/linux-yocto-rt_5.15.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.15.bb            |   6 +-
 meta/recipes-kernel/linux/linux-yocto_5.15.bb |  26 +-
 ...-of-TIFFTAG_INKNAMES-and-related-TIF.patch | 267 ------------------
 ...01-libgcrypt-fix-m4-file-for-oe-core.patch |   6 +-
 ...ilding-error-with-O2-in-sysroot-path.patch |  10 +-
 ...ibgcrypt_1.10.1.bb => libgcrypt_1.10.2.bb} |   2 +-
 13 files changed, 40 insertions(+), 300 deletions(-)
 delete mode 100644 meta/recipes-multimedia/libtiff/files/0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch
 rename meta/recipes-support/libgcrypt/{libgcrypt_1.10.1.bb => libgcrypt_1.10.2.bb} (96%)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-06-15 15:18 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02  2:21 [OE-core][mickledore 00/13] Patch review Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 01/13] linux-yocto/5.15: update to v5.15.109 Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 02/13] linux-yocto/5.15: update to v5.15.110 Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 03/13] linux-yocto/5.15: update to v5.15.111 Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 04/13] linux-yocto/5.15: update to v5.15.112 Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 05/13] linux-yocto/5.15: update to v5.15.113 Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 06/13] git: ignore CVE-2023-25815 Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 07/13] libgcrypt: update 1.10.1 -> 1.10.2 Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 08/13] e2fsprogs: fix ptest bug for second running Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 09/13] tiff: Remove unused patch from tiff Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 10/13] populate_sdk_base.bbclass: respect MLPREFIX for ptest-pkgs's ptest-runner Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 11/13] qemurunner: avoid leaking server_socket Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 12/13] uninative: Upgrade to 3.10 to support gcc 13 Steve Sakoman
2023-06-02  2:22 ` [OE-core][mickledore 13/13] uninative: Upgrade to 4.0 to include latest gcc 13.1.1 Steve Sakoman
2023-06-04 17:39   ` Martin Jansa
2023-06-04 19:14     ` Steve Sakoman
2023-06-04 20:34       ` Martin Jansa
2023-06-08 18:50         ` Steve Sakoman
2023-06-08 19:01           ` Martin Jansa
2023-06-15 15:06         ` mkfs.ext4 segfaults with uninative-4.0 Was: " Martin Jansa
     [not found]         ` <1768DD7D92A3BE8A.10197@lists.openembedded.org>
2023-06-15 15:17           ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).