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-01 23:13 ` [PATCH 2/5] optee-os: upgrade 3.7.0 -> 3.8.0, cleanup Denys Dmytriyenko
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ 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] 18+ messages in thread

end of thread, other threads:[~2020-04-03  8:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-01 23:13 [PATCH 1/5] layer.conf: add meta-python to LAYERDEPENDS for optee components Denys Dmytriyenko
2020-04-01 23:13 ` [PATCH 2/5] optee-os: upgrade 3.7.0 -> 3.8.0, cleanup Denys Dmytriyenko
2020-04-02  7:20   ` [meta-arm] " Diego Sueiro
2020-04-01 23:13 ` [PATCH 3/5] optee-client: upgrade 3.7.0 -> 3,8,0, cleanup Denys Dmytriyenko
2020-04-02  7:21   ` [meta-arm] " Diego Sueiro
2020-04-02 10:01   ` Peter Griffin
2020-04-02 16:30     ` Denys Dmytriyenko
2020-04-03  8:52       ` Peter Griffin
2020-04-01 23:13 ` [PATCH 4/5] optee-test: upgrade 3.7.0 -> 3.8.0, cleanup Denys Dmytriyenko
2020-04-02  7:21   ` [meta-arm] " Diego Sueiro
2020-04-02 10:02   ` Peter Griffin
2020-04-01 23:13 ` [PATCH 5/5] optee-examples: cleanup Denys Dmytriyenko
2020-04-02  7:21   ` [meta-arm] " Diego Sueiro
2020-04-02 16:27     ` Denys Dmytriyenko
2020-04-02  9:57   ` Peter Griffin
2020-04-02 16:29     ` Denys Dmytriyenko
2020-04-02  7:19 ` [meta-arm] [PATCH 1/5] layer.conf: add meta-python to LAYERDEPENDS for optee components 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.