All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] layer.conf: remove dependency on meta-python
@ 2020-06-03 23:49 Denys Dmytriyenko
  2020-06-08 15:51 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-06-03 23:49 UTC (permalink / raw)
  To: meta-arm; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Corresponding Python modules pycryptodome(x) and pyelftools, needed by optee,
were moved from meta-python to oe-core.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arm/conf/layer.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
index d96e9f1..3341972 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"
-- 
2.7.4


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

end of thread, other threads:[~2020-07-23 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-03 23:49 [PATCH] layer.conf: remove dependency on meta-python Denys Dmytriyenko
2020-06-08 15:51 ` [meta-arm] " Jon Mason
2020-07-20 17:51   ` Denys Dmytriyenko
     [not found]   ` <16238755CA6601E8.5706@lists.yoctoproject.org>
2020-07-22 16:07     ` Denys Dmytriyenko
2020-07-23 18:07       ` Jon Mason
2020-07-23 18:16         ` Denys Dmytriyenko

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.