All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 01/24] core-image-sato-sdk-ptest: do not pull in ptest-pkgs
Date: Wed, 29 Jan 2020 10:07:15 +0100	[thread overview]
Message-ID: <20200129090738.1398-1-alex.kanavin@gmail.com> (raw)

The lists of ptests are defined via PTESTS_FAST and PTESTS_SLOW;
ptests-pkgs also pulls in additional items that are specifically
excluded from those due to causing issues with ptesting (particularly,
bash-ptest is non-deterministic and was dropped from PTESTS_FAST/SLOW
yet still gets pulled in via ptest-pkgs, and is causing failures).

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
index 85b5adbc693..58c257c49fb 100644
--- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
+++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
@@ -3,8 +3,6 @@ require conf/distro/include/ptest-packagelists.inc
 
 DESCRIPTION += "Also includes ptest packages."
 
-IMAGE_FEATURES += "ptest-pkgs"
-
 PROVIDES += "core-image-sato-ptest"
 
 # Also include ptests which may not otherwise be included in a sato image
-- 
2.25.0



             reply	other threads:[~2020-01-30 14:01 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-29  9:07 Alexander Kanavin [this message]
2020-01-29  9:07 ` [PATCH 02/24] findutils: drop upstream-version-is-even Alexander Kanavin
2020-01-29  9:07 ` [PATCH 03/24] libva-utils: fix upstream version check Alexander Kanavin
2020-01-29  9:07 ` [PATCH 04/24] speexdsp: " Alexander Kanavin
2020-01-29  9:07 ` [PATCH 05/24] shared-mime-info: fix (sort of) " Alexander Kanavin
2020-01-29  9:07 ` [PATCH 06/24] bison: upgrade 3.4.2 -> 3.5 Alexander Kanavin
2020-02-03 15:33   ` Khem Raj
2020-01-29  9:07 ` [PATCH 07/24] puzzles: upgrade to latest revision Alexander Kanavin
2020-01-29  9:07 ` [PATCH 08/24] socat: upgrade 1.7.3.3 -> 1.7.3.4 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 09/24] linux-firmware: upgrade to latest revision Alexander Kanavin
2020-03-04  9:17   ` linux-firmware broken (was: Re: [PATCH 09/24] linux-firmware: upgrade to latest revision) André Draszik
2020-03-04 10:13     ` Alexander Kanavin
2020-01-29  9:07 ` [PATCH 10/24] libxpm: upgrade 3.5.12 -> 3.5.13 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 11/24] ccache: upgrade 3.7.3 -> 3.7.7 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 12/24] piglit: upgrade to latest revision Alexander Kanavin
2020-01-29  9:07 ` [PATCH 13/24] kmscube: " Alexander Kanavin
2020-01-29  9:07 ` [PATCH 14/24] ncurses: upgrade 6.1+20190803 -> 6.1+20191019 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 15/24] python3-gitdb: upgrade 2.0.5 -> 2.0.6 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 16/24] libedit: upgrade 20191025-3.1 -> 20191231-3.1 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 17/24] python3-setuptools: upgrade 42.0.2 -> 45.0.0 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 18/24] python3-git: upgrade 3.0.2 -> 3.0.5 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 19/24] gnu-config: upgrade to latest revision Alexander Kanavin
2020-01-29  9:07 ` [PATCH 20/24] libarchive: upgrade 3.4.0 -> 3.4.1 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 21/24] python3-six: upgrade 1.13.0 -> 1.14.0 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 22/24] xserver-xorg: upgrade 1.20.6 -> 1.20.7 Alexander Kanavin
2020-02-03  8:55   ` Richard Purdie
2020-01-29  9:07 ` [PATCH 23/24] sed: upgrade 4.7 -> 4.8 Alexander Kanavin
2020-01-29  9:07 ` [PATCH 24/24] libpcre2: upgrade 10.33 -> 10.34 Alexander Kanavin

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=20200129090738.1398-1-alex.kanavin@gmail.com \
    --to=alex.kanavin@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 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.