Openembedded Core Discussions
 help / color / mirror / Atom feed
From: <mingli.yu@windriver.com>
To: <matt@madison.systems>, <ross.burton@intel.com>,
	<openembedded-core@lists.openembedded.org>
Subject: [PATCH] go.bbclass: remove ptest inherit
Date: Wed, 3 Jul 2019 02:24:12 -0700	[thread overview]
Message-ID: <20190703092412.30747-1-mingli.yu@windriver.com> (raw)
In-Reply-To: <CAGgRHJqeFE75tXJ7qB4gyxkZaWsLmFozY+1YoJLUPXzG9Q+fOA@mail.gmail.com>

From: Mingli Yu <mingli.yu@windriver.com>

Remove the ptest bbclass inherit logic to let
each recipe inherit ptest individually if the
specified recipe wants to support ptest to avoid
the recipe which inherits go bblcass inheriting
ptest automatically.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta/classes/go.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass
index e05a5c641c..424d869540 100644
--- a/meta/classes/go.bbclass
+++ b/meta/classes/go.bbclass
@@ -1,4 +1,4 @@
-inherit goarch ptest
+inherit goarch
 
 GO_PARALLEL_BUILD ?= "${@oe.utils.parallel_make_argument(d, '-p %d')}"
 
-- 
2.21.0



  parent reply	other threads:[~2019-07-03  9:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-28  7:57 [PATCH] go-dep: disable PTEST_ENABLED mingli.yu
2019-06-28 11:02 ` Richard Purdie
2019-07-01  2:03   ` Yu, Mingli
2019-07-01 11:59     ` Matt Madison
2019-07-01 14:45       ` Burton, Ross
2019-07-03  2:34       ` Yu, Mingli
2019-07-03  9:24       ` mingli.yu [this message]
2019-07-04 12:38         ` [PATCH] go.bbclass: remove ptest inherit Matt Madison
2019-07-05  9:00           ` [PATCH v3] go.bbclass: separate the ptest logic to go-ptest class mingli.yu

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=20190703092412.30747-1-mingli.yu@windriver.com \
    --to=mingli.yu@windriver.com \
    --cc=matt@madison.systems \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /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