All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arm][PATCH] meta-arm: Remove meta-python dependency
@ 2020-05-29 15:14 Joshua Watt
  2020-05-29 15:21 ` Bertrand Marquis
  0 siblings, 1 reply; 17+ messages in thread
From: Joshua Watt @ 2020-05-29 15:14 UTC (permalink / raw)
  To: meta-arm; +Cc: Joshua Watt

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


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [meta-arm][PATCH] meta-arm: Remove meta-python dependency
@ 2020-05-29 15:18 Joshua Watt
  2020-05-29 15:22 ` Bertrand Marquis
  0 siblings, 1 reply; 17+ messages in thread
From: Joshua Watt @ 2020-05-29 15:18 UTC (permalink / raw)
  To: meta-arm; +Cc: Joshua Watt

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


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

end of thread, other threads:[~2020-06-08 16:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 15:14 [meta-arm][PATCH] meta-arm: Remove meta-python dependency Joshua Watt
2020-05-29 15:21 ` 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
2020-05-29 15:18 Joshua Watt
2020-05-29 15:22 ` Bertrand Marquis
2020-05-29 15:31   ` Joshua Watt

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.