public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/16] Patch review
Date: Tue, 13 Sep 2022 04:17:41 -1000	[thread overview]
Message-ID: <cover.1663078051.git.steve@sakoman.com> (raw)

Please review this set of patches for kirkstone and have comments back by
end of day Thursday.

Passed a-full on autobuilder:

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

The following changes since commit bfce90b1260d07f01a8dc2998c9e63ca36d4ebbe:

  npm: use npm_registry to cache package (2022-09-06 07:10:59 -1000)

are available in the Git repository at:

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

Alejandro Hernandez Samaniego (1):
  rootfs.py: dont try to list installed packages for baremetal images

Alexandre Belloni (2):
  ruby: drop capstone support
  runqemu: display host uptime when starting

Joshua Watt (1):
  oeqa: qemurunner: Report UNIX Epoch timestamp on login

Khem Raj (2):
  autoconf: Fix strict prototype errors in generated tests
  autoconf: Update K & R stype functions

Kristian Amlie (1):
  externalsrc: Don't wipe out src dir when EXPORT_FUNCTIONS is used.

Martin Jansa (1):
  libxml2: Port gentest.py to Python-3

Pavel Zhukov (1):
  core-image.bbclass: Exclude openssh complementary packages

Peter Bergin (1):
  rootfs-postcommands.bbclass: avoid moving ssh host keys if etc is
    writable

Peter Kjellerstedt (1):
  cairo: Adapt the license information based on what is being built

Richard Purdie (3):
  gcc-multilib-config: Fix i686 toolchain relocation issues
  kernel: Always set CC and LD for the kernel build
  kernel: Use consistent make flags for menuconfig

wangmy (2):
  cracklib: upgrade 2.9.7 -> 2.9.8
  vala: upgrade 0.56.2 -> 0.56.3

 meta/classes/core-image.bbclass               |   4 +
 meta/classes/externalsrc.bbclass              |   8 +-
 meta/classes/kernel.bbclass                   |  16 +-
 meta/classes/rootfs-postcommands.bbclass      |  30 +-
 meta/lib/oe/rootfs.py                         |   4 +
 meta/lib/oeqa/utils/qemurunner.py             |   4 +-
 .../0001-Port-gentest.py-to-Python-3.patch    | 814 ++++++++++++++++++
 meta/recipes-core/libxml/libxml2_2.9.14.bb    |  11 +
 ...ilers-that-moan-about-K-R-func-decls.patch | 138 +++
 .../autoconf/autoconf_2.71.bb                 |   1 +
 .../gcc/gcc-multilib-config.inc               |   2 +-
 ...001-Remove-dependency-on-libcapstone.patch |  36 +
 meta/recipes-devtools/ruby/ruby_3.1.2.bb      |   2 +-
 meta/recipes-devtools/vala/vala_0.56.2.bb     |   3 -
 meta/recipes-devtools/vala/vala_0.56.3.bb     |   3 +
 ...01-rules-Drop-using-register-keyword.patch | 278 ------
 ...rrect-parameter-types-to-Debug-calls.patch |  40 -
 .../{cracklib_2.9.7.bb => cracklib_2.9.8.bb}  |   4 +-
 meta/recipes-graphics/cairo/cairo_1.16.0.bb   |   6 +-
 scripts/runqemu                               |   6 +
 20 files changed, 1058 insertions(+), 352 deletions(-)
 create mode 100644 meta/recipes-core/libxml/libxml2/0001-Port-gentest.py-to-Python-3.patch
 create mode 100644 meta/recipes-devtools/autoconf/autoconf/0001-Port-to-compilers-that-moan-about-K-R-func-decls.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/0001-Remove-dependency-on-libcapstone.patch
 delete mode 100644 meta/recipes-devtools/vala/vala_0.56.2.bb
 create mode 100644 meta/recipes-devtools/vala/vala_0.56.3.bb
 delete mode 100644 meta/recipes-extended/cracklib/cracklib/0001-rules-Drop-using-register-keyword.patch
 delete mode 100644 meta/recipes-extended/cracklib/cracklib/0002-rules-Correct-parameter-types-to-Debug-calls.patch
 rename meta/recipes-extended/cracklib/{cracklib_2.9.7.bb => cracklib_2.9.8.bb} (83%)

-- 
2.25.1



             reply	other threads:[~2022-09-13 14:18 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-13 14:17 Steve Sakoman [this message]
2022-09-13 14:17 ` [OE-core][kirkstone 01/16] cracklib: upgrade 2.9.7 -> 2.9.8 Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 02/16] vala: upgrade 0.56.2 -> 0.56.3 Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 03/16] ruby: drop capstone support Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 04/16] gcc-multilib-config: Fix i686 toolchain relocation issues Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 05/16] kernel: Always set CC and LD for the kernel build Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 06/16] kernel: Use consistent make flags for menuconfig Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 07/16] autoconf: Fix strict prototype errors in generated tests Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 08/16] autoconf: Update K & R stype functions Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 09/16] libxml2: Port gentest.py to Python-3 Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 10/16] core-image.bbclass: Exclude openssh complementary packages Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 11/16] rootfs-postcommands.bbclass: avoid moving ssh host keys if etc is writable Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 12/16] cairo: Adapt the license information based on what is being built Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 13/16] rootfs.py: dont try to list installed packages for baremetal images Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 14/16] externalsrc: Don't wipe out src dir when EXPORT_FUNCTIONS is used Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 15/16] oeqa: qemurunner: Report UNIX Epoch timestamp on login Steve Sakoman
2022-09-13 14:17 ` [OE-core][kirkstone 16/16] runqemu: display host uptime when starting Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-08-17  2:49 [OE-core][kirkstone 00/16] Patch review Steve Sakoman
2023-11-22  2:30 Steve Sakoman
2024-02-27 21:56 Steve Sakoman
2024-10-02 13:12 Steve Sakoman
2025-01-20 17:50 Steve Sakoman
2025-03-05 15:58 Steve Sakoman
2025-07-15 20:36 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.1663078051.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