All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denys Dmytriyenko" <denis@denix.org>
To: meta-arm@lists.yoctoproject.org, Khem Raj <raj.khem@gmail.com>
Subject: Re: [meta-arm] [PATCH 1/5] layer.conf: add meta-python to LAYERDEPENDS for optee components
Date: Wed, 1 Apr 2020 19:20:26 -0400	[thread overview]
Message-ID: <20200401232026.GR1578@denix.org> (raw)
In-Reply-To: <1601D50E043B4BBD.6346@lists.yoctoproject.org>

On Wed, Apr 01, 2020 at 07:13:02PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> optee components use pycrypto, pycryptodomex and pyelftools from meta-python layer

And this is quite unfortunate! As a proposed common dependency for ARM-based 
BSPs, I was hoping meta-arm could stay clean and only depend on OE-Core. While 
meta-python by itself may not be such a big deal, it is not a standalone layer 
and is part of a much larger meta-openembedded collection of layers. So, any 
BSP that wants to depend on meta-arm would now need to pull meta-openembedded 
in its entirety just to use meta-python...

-- 
Denys


> 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
> 

> 


       reply	other threads:[~2020-04-01 23:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1601D50E043B4BBD.6346@lists.yoctoproject.org>
2020-04-01 23:20 ` Denys Dmytriyenko [this message]
     [not found] ` <1601D572187EB9D1.6346@lists.yoctoproject.org>
2020-05-11 17:28   ` [meta-arm] [PATCH 1/5] layer.conf: add meta-python to LAYERDEPENDS for optee components 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200401232026.GR1578@denix.org \
    --to=denis@denix.org \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.