On Thu, 2 Apr 2020 at 00:13, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > optee components use pycrypto, pycryptodomex and pyelftools from > meta-python layer > > Signed-off-by: Denys Dmytriyenko > Reviewed-by: Peter Griffin --- > 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 > > >