Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/15] Warrior review request
Date: Mon, 20 May 2019 18:43:02 -0700	[thread overview]
Message-ID: <cover.1558402534.git.akuster808@gmail.com> (raw)

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



             reply	other threads:[~2019-05-21  1:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-21  1:43 Armin Kuster [this message]
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

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.1558402534.git.akuster808@gmail.com \
    --to=akuster808@gmail.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