All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] layer.conf: add meta-python to LAYERDEPENDS for optee components
@ 2020-04-01 23:13 Denys Dmytriyenko
  2020-04-02  7:19 ` [meta-arm] " Diego Sueiro
  2020-04-02  9:59 ` Peter Griffin
  0 siblings, 2 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2020-04-01 23:13 UTC (permalink / raw)
  To: meta-arm; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

optee components use pycrypto, pycryptodomex and pyelftools from meta-python layer

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

diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
index 0b93e8d..d96e9f1 100644
--- a/meta-arm/conf/layer.conf
+++ b/meta-arm/conf/layer.conf
@@ -9,5 +9,8 @@ BBFILE_COLLECTIONS += "meta-arm"
 BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arm = "6"
 
-LAYERDEPENDS_meta-arm = "core"
+LAYERDEPENDS_meta-arm = " \
+    core \
+    meta-python \
+"
 LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
-- 
2.7.4


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

end of thread, other threads:[~2020-05-11 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1601D50E043B4BBD.6346@lists.yoctoproject.org>
2020-04-01 23:20 ` [meta-arm] [PATCH 1/5] layer.conf: add meta-python to LAYERDEPENDS for optee components Denys Dmytriyenko
     [not found] ` <1601D572187EB9D1.6346@lists.yoctoproject.org>
2020-05-11 17:28   ` Denys Dmytriyenko
2020-05-11 17:44     ` Khem Raj
2020-04-01 23:13 Denys Dmytriyenko
2020-04-02  7:19 ` [meta-arm] " Diego Sueiro
2020-04-02  9:59 ` Peter Griffin

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.