All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denys Dmytriyenko" <denis@denix.org>
To: meta-arm@lists.yoctoproject.org
Cc: Denys Dmytriyenko <denys@ti.com>, nd <nd@arm.com>
Subject: Re: [meta-arm] [PATCH 5/5] optee-examples: cleanup
Date: Thu, 2 Apr 2020 12:27:49 -0400	[thread overview]
Message-ID: <20200402162749.GS1578@denix.org> (raw)
In-Reply-To: <AM0PR08MB3987297CAB3B18639C55F34892C60@AM0PR08MB3987.eurprd08.prod.outlook.com>

On Thu, Apr 02, 2020 at 07:21:47AM +0000, Diego Sueiro wrote:
> > -----Original Message-----
> > From: meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org>
> > On Behalf Of Denys Dmytriyenko via lists.yoctoproject.org
> > Sent: 02 April 2020 00:13
> > To: meta-arm@lists.yoctoproject.org
> > Cc: Denys Dmytriyenko <denys@ti.com>
> > Subject: [meta-arm] [PATCH 5/5] optee-examples: cleanup
> > 
> > From: Denys Dmytriyenko <denys@ti.com>
> > 
> > * Rename with _git suffix to match other optee recipes
> > * Set PV
> > * Add DESCRIPTION
> > * Depend on Python3 version of PyCryptodomex instead of Python2 version
> > of PyCrypto
> > 
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> 
> Can we take this opportunity to upgrade this recipe to 3.8.0 as well?

See the PV addition below - it is already at 3.8.0


> > ---
> >  .../optee/{optee-examples.bb => optee-examples_git.bb}               | 5 ++++-
> >  1 file changed, 4 insertions(+), 1 deletion(-)  rename meta-arm/recipes-
> > security/optee/{optee-examples.bb => optee-examples_git.bb} (87%)
> > 
> > diff --git a/meta-arm/recipes-security/optee/optee-examples.bb b/meta-
> > arm/recipes-security/optee/optee-examples_git.bb
> > similarity index 87%
> > rename from meta-arm/recipes-security/optee/optee-examples.bb
> > rename to meta-arm/recipes-security/optee/optee-examples_git.bb
> > index aaec4c4..768a55b 100644
> > --- a/meta-arm/recipes-security/optee/optee-examples.bb
> > +++ b/meta-arm/recipes-security/optee/optee-examples_git.bb
> > @@ -1,10 +1,13 @@
> >  SUMMARY = "OP-TEE examples"
> > +DESCRIPTION = "Open Portable Trusted Execution Environment - Sample
> > Applications"
> >  HOMEPAGE = "https://github.com/linaro-swg/optee_examples"
> > 
> >  LICENSE = "GPLv2"
> >  LIC_FILES_CHKSUM =
> > "file://${S}/LICENSE;md5=cd95ab417e23b94f381dafc453d70c30"
> > 
> > -DEPENDS = "optee-client optee-os python-pycrypto-native"
> > +PV = "3.8.0+git${SRCPV}"
> > +
> > +DEPENDS = "optee-client optee-os python3-pycryptodomex-native"
> > 
> >  inherit python3native
> > 
> > --
> > 2.7.4
> 

> 


  reply	other threads:[~2020-04-02 16:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=20200402162749.GS1578@denix.org \
    --to=denis@denix.org \
    --cc=denys@ti.com \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=nd@arm.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.