All of lore.kernel.org
 help / color / mirror / Atom feed
* [honister][PATCH 00/24] Review request
@ 2021-11-02 16:43 Anuj Mittal
  2021-11-02 16:43 ` [honister][PATCH 01/24] python3-setuptools: _distutils/sysconfig fix Anuj Mittal
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: Anuj Mittal @ 2021-11-02 16:43 UTC (permalink / raw)
  To: openembedded-core

Please review these changes for honister. Two intermittent AB failures seen
while testing but those aren't related to these changes.

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

Thanks,

Anuj

The following changes since commit 6ca6c9c12c93c6df7b18f49ebdbfb69433ff5158:

  bootchart2: Don't compile python modules (2021-10-26 21:42:27 +0800)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/honister

Ahmed Hossam (1):
  go.bbclass: Allow adding parameters to go ldflags

Alexander Kanavin (4):
  waffle: convert to git, website is down
  stress-ng: convert to git, website is down
  tzdata: upgrade 2021a -> 2021d
  tzdata: update 2021d -> 2021e

Bruce Ashfield (7):
  linux-yocto/5.10: update to v5.10.73
  linux-yocto/5.14: update to v5.14.12
  linux-yocto/5.14: update to v5.14.13
  linux-yocto/5.10: update to v5.10.74
  linux-yocto/5.14: common-pc: enable CONFIG_ATA_PIIX as built-in
  linux-yocto/5.14: update to v5.14.14
  linux-yocto/5.10: update to v5.10.75

Hsia-Jun(Randy) Li (1):
  meson: install native file in sdk

Joshua Watt (1):
  classes/populate_sdk_base: Add setscene tasks

Peter Kjellerstedt (2):
  meson.bblcass: Remove empty egg-info directories before running meson
  qemu.inc: Remove empty egg-info directories before running meson

Randy Li (1):
  meson: move lang args to the right section

Richard Purdie (1):
  staging: Fix autoconf-native rebuild failure

Ross Burton (1):
  strace: show test suite log on failure

Saul Wold (3):
  spdx.py: Add annotation to relationship
  create-spdx: add create_annotation function
  create-spdx: cross recipes are native also

Teoh Jay Shen (1):
  oeqa/runtime/parselogs: modified drm error in common errors list

Tim Orling (1):
  python3-setuptools: _distutils/sysconfig fix

 meta/classes/create-spdx.bbclass              | 22 +++++---
 meta/classes/go.bbclass                       |  3 +-
 meta/classes/meson.bbclass                    | 10 ++++
 meta/classes/populate_sdk_base.bbclass        |  4 ++
 meta/classes/staging.bbclass                  |  2 +-
 meta/lib/oe/spdx.py                           |  6 ++-
 meta/lib/oeqa/runtime/cases/parselogs.py      |  2 +-
 .../meson/meson/meson-setup.py                |  8 +++
 .../meson/meson/meson-wrapper                 |  1 +
 .../meson/nativesdk-meson_0.58.1.bb           | 52 ++++++++++++++++++-
 ...nfig-append-STAGING_LIBDIR-python-sy.patch | 34 ++++++++++++
 .../python/python3-setuptools_57.4.0.bb       |  5 +-
 meta/recipes-devtools/qemu/qemu.inc           |  8 ++-
 meta/recipes-devtools/strace/strace/run-ptest |  9 ++++
 ...write-the-timestamp-into-compressed-.patch | 26 ++++++++++
 .../stress-ng/stress-ng_0.13.00.bb            |  8 +--
 meta/recipes-extended/timezone/timezone.inc   |  7 +--
 meta/recipes-graphics/waffle/waffle_1.6.1.bb  | 10 ++--
 .../linux/linux-yocto-rt_5.10.bb              |  6 +--
 .../linux/linux-yocto-rt_5.14.bb              |  6 +--
 .../linux/linux-yocto-tiny_5.10.bb            |  8 +--
 .../linux/linux-yocto-tiny_5.14.bb            |  8 +--
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 ++++-----
 meta/recipes-kernel/linux/linux-yocto_5.14.bb | 26 +++++-----
 24 files changed, 227 insertions(+), 68 deletions(-)
 create mode 100644 meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch
 create mode 100644 meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch

-- 
2.31.1



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

end of thread, other threads:[~2021-11-02 16:47 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02 16:43 [honister][PATCH 00/24] Review request Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 01/24] python3-setuptools: _distutils/sysconfig fix Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 02/24] waffle: convert to git, website is down Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 03/24] strace: show test suite log on failure Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 04/24] classes/populate_sdk_base: Add setscene tasks Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 05/24] staging: Fix autoconf-native rebuild failure Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 06/24] linux-yocto/5.10: update to v5.10.73 Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 07/24] linux-yocto/5.14: update to v5.14.12 Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 08/24] linux-yocto/5.14: update to v5.14.13 Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 09/24] linux-yocto/5.10: update to v5.10.74 Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 10/24] linux-yocto/5.14: common-pc: enable CONFIG_ATA_PIIX as built-in Anuj Mittal
2021-11-02 16:43 ` [honister][PATCH 11/24] linux-yocto/5.14: update to v5.14.14 Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 12/24] linux-yocto/5.10: update to v5.10.75 Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 13/24] meson: move lang args to the right section Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 14/24] meson: install native file in sdk Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 15/24] go.bbclass: Allow adding parameters to go ldflags Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 16/24] stress-ng: convert to git, website is down Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 17/24] tzdata: upgrade 2021a -> 2021d Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 18/24] tzdata: update 2021d -> 2021e Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 19/24] spdx.py: Add annotation to relationship Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 20/24] create-spdx: add create_annotation function Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 21/24] create-spdx: cross recipes are native also Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 22/24] oeqa/runtime/parselogs: modified drm error in common errors list Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 23/24] meson.bblcass: Remove empty egg-info directories before running meson Anuj Mittal
2021-11-02 16:44 ` [honister][PATCH 24/24] qemu.inc: " Anuj Mittal

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.