All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] Warrior review request
@ 2019-05-21  1:43 Armin Kuster
  2019-05-21  1:43 ` [PATCH 01/15] gdb: Fix aarch64 build with musl Armin Kuster
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Armin Kuster @ 2019-05-21  1:43 UTC (permalink / raw)
  To: openembedded-core

Here is the next small batch for the next warrior.
This includes " oeqa/target/ssh: Replace suggogatepass with ignoring errors" which was just merged.
( take it up with the owner)

This series was tested on the AB.

The following changes since commit 21079473e0cbd0e43682dc0d15a651e7e64db747:

  oeqa/core/runner: Handle unexpectedSucesses (2019-05-11 08:44:16 -0700)

are available in the git repository at:

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

Alejandro Enedino Hernandez Samaniego (1):
  run-postinsts: Fix full execution of scripts at first boot

Alex Kiernan (1):
  shadow: Backport last change reproducibility

Chee Yang Lee (1):
  wic/bootimg-efi: replace hardcoded volume name with label

Hongxu Jia (1):
  oeqa/targetcontrol.py: fix qemuparams not work in runqemu with
    launch_cmd

Kai Kang (1):
  bitbake.conf: set NO_RECOMMENDATIONS with weak assignment

Martin Jansa (2):
  glib-networking: add PACKAGECONFIG for openssl
  perf: make sure that the tools/include/uapi/asm-generic directory
    exists

Mikko Rapeli (2):
  openssh: recommend rng-tools with sshd
  oeqa/sdk: use bash to execute SDK test commands

Ming Liu (1):
  kernel.bbclass: adjust a condition checking

Paul Barker (1):
  gdb: Fix aarch64 build with musl

Richard Purdie (4):
  oeqa/runner: Fix subunit setupClass/setupModule failure handling
  oeqa/concurrenttest: Patch subunit module to handle classSetup
    failures
  oeqa/target/ssh: Replace suggogatepass with ignoring errors
  core-image-sato-sdk-ptest: Tweak size to stay within 4GB limit

 meta/classes/kernel.bbclass                        |  3 +-
 meta/conf/bitbake.conf                             |  2 +-
 meta/lib/oeqa/core/runner.py                       |  4 +-
 meta/lib/oeqa/core/target/ssh.py                   |  4 +-
 meta/lib/oeqa/core/utils/concurrencytest.py        | 27 ++++++-
 meta/lib/oeqa/sdk/case.py                          |  2 +-
 meta/lib/oeqa/sdk/utils/sdkbuildproject.py         |  3 +-
 meta/lib/oeqa/targetcontrol.py                     |  2 +-
 meta/recipes-connectivity/openssh/openssh_7.9p1.bb |  1 +
 .../glib-networking/glib-networking_2.60.1.bb      |  1 +
 meta/recipes-devtools/gdb/gdb-8.2.1.inc            |  1 +
 ...-AArch64-Fix-the-gdb-build-with-musl-libc.patch | 52 +++++++++++++
 .../run-postinsts/run-postinsts/run-postinsts      |  2 +-
 ...p_lstchg-shadow-field-reproducible-re.-71.patch | 89 ++++++++++++++++++++++
 ...002-gettime-Use-secure_getenv-over-getenv.patch | 71 +++++++++++++++++
 meta/recipes-extended/shadow/shadow.inc            |  2 +
 meta/recipes-kernel/perf/perf.bb                   |  2 +-
 .../images/core-image-sato-sdk-ptest.bb            |  4 +-
 scripts/lib/wic/plugins/source/bootimg-efi.py      |  6 +-
 19 files changed, 259 insertions(+), 19 deletions(-)
 create mode 100644 meta/recipes-devtools/gdb/gdb/0012-AArch64-Fix-the-gdb-build-with-musl-libc.patch
 create mode 100644 meta/recipes-extended/shadow/files/0001-Make-the-sp_lstchg-shadow-field-reproducible-re.-71.patch
 create mode 100644 meta/recipes-extended/shadow/files/0002-gettime-Use-secure_getenv-over-getenv.patch

-- 
2.7.4



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

end of thread, other threads:[~2019-05-21  5:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-21  1:43 [PATCH 00/15] Warrior review request Armin Kuster
2019-05-21  1:43 ` [PATCH 01/15] gdb: Fix aarch64 build with musl Armin Kuster
2019-05-21  5:34   ` Adrian Bunk
2019-05-21  1:43 ` [PATCH 02/15] shadow: Backport last change reproducibility Armin Kuster
2019-05-21  5:49   ` Adrian Bunk
2019-05-21  1:43 ` [PATCH 03/15] oeqa/runner: Fix subunit setupClass/setupModule failure handling Armin Kuster
2019-05-21  1:43 ` [PATCH 04/15] oeqa/concurrenttest: Patch subunit module to handle classSetup failures Armin Kuster
2019-05-21  1:43 ` [PATCH 05/15] bitbake.conf: set NO_RECOMMENDATIONS with weak assignment Armin Kuster
2019-05-21  1:43 ` [PATCH 06/15] openssh: recommend rng-tools with sshd Armin Kuster
2019-05-21  1:43 ` [PATCH 07/15] oeqa/sdk: use bash to execute SDK test commands Armin Kuster
2019-05-21  1:43 ` [PATCH 08/15] run-postinsts: Fix full execution of scripts at first boot Armin Kuster
2019-05-21  1:43 ` [PATCH 09/15] oeqa/target/ssh: Replace suggogatepass with ignoring errors Armin Kuster
2019-05-21  1:43 ` [PATCH 10/15] oeqa/targetcontrol.py: fix qemuparams not work in runqemu with launch_cmd Armin Kuster
2019-05-21  1:43 ` [PATCH 11/15] wic/bootimg-efi: replace hardcoded volume name with label Armin Kuster
2019-05-21  1:43 ` [PATCH 12/15] glib-networking: add PACKAGECONFIG for openssl Armin Kuster
2019-05-21  1:43 ` [PATCH 13/15] perf: make sure that the tools/include/uapi/asm-generic directory exists Armin Kuster
2019-05-21  1:43 ` [PATCH 14/15] core-image-sato-sdk-ptest: Tweak size to stay within 4GB limit Armin Kuster
2019-05-21  1:43 ` [PATCH 15/15] kernel.bbclass: adjust a condition checking Armin Kuster

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.