All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Joshua Watt" <JPEWhacker@gmail.com>
To: meta-arm@lists.yoctoproject.org
Cc: Joshua Watt <JPEWhacker@gmail.com>
Subject: [meta-arm][PATCH] meta-arm: Remove meta-python dependency
Date: Fri, 29 May 2020 10:14:27 -0500	[thread overview]
Message-ID: <20200529151427.20272-1-JPEWhacker@gmail.com> (raw)

Removes the dependency on meta-arm, now that the required python modules
recipes are in oe-core. Ensure that a sufficiently new enough version of
oe-core is present for the recipes to be provided.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta-arm/conf/layer.conf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
index d96e9f1..1c241d4 100644
--- a/meta-arm/conf/layer.conf
+++ b/meta-arm/conf/layer.conf
@@ -11,6 +11,5 @@ BBFILE_PRIORITY_meta-arm = "6"
 
 LAYERDEPENDS_meta-arm = " \
     core \
-    meta-python \
 "
-LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
+LAYERSERIES_COMPAT_meta-arm = "gatesgarth"
-- 
2.17.1


             reply	other threads:[~2020-05-29 15:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-29 15:14 Joshua Watt [this message]
2020-05-29 15:21 ` [meta-arm][PATCH] meta-arm: Remove meta-python dependency Bertrand Marquis
2020-05-29 15:32   ` Joshua Watt
2020-05-29 15:37     ` Bertrand Marquis
2020-05-30 18:39       ` Joshua Watt
2020-06-01 21:31         ` Jon Mason
2020-06-01 21:55           ` Joshua Watt
2020-06-01 22:56             ` Jon Mason
2020-06-02  6:10               ` Nicolas Dechesne
2020-06-05 23:44                 ` Denys Dmytriyenko
2020-06-08 16:03                   ` Jon Mason
2020-06-02 12:51               ` Richard Purdie
2020-06-02 13:24               ` Ross Burton
2020-06-02 13:20             ` Joshua Watt
  -- strict thread matches above, loose matches on Subject: below --
2020-05-29 15:18 Joshua Watt
2020-05-29 15:22 ` Bertrand Marquis
2020-05-29 15:31   ` Joshua Watt

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=20200529151427.20272-1-JPEWhacker@gmail.com \
    --to=jpewhacker@gmail.com \
    --cc=meta-arm@lists.yoctoproject.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.