All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] layer.conf: remove dependency on meta-python
@ 2020-06-03 23:49 Denys Dmytriyenko
  2020-06-08 15:51 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-06-03 23:49 UTC (permalink / raw)
  To: meta-arm; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Corresponding Python modules pycryptodome(x) and pyelftools, needed by optee,
were moved from meta-python to oe-core.

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

diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
index d96e9f1..3341972 100644
--- a/meta-arm/conf/layer.conf
+++ b/meta-arm/conf/layer.conf
@@ -11,6 +11,5 @@ BBFILE_PRIORITY_meta-arm = "6"
 
 LAYERDEPENDS_meta-arm = " \
     core \
-    meta-python \
 "
 LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
-- 
2.7.4


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

* Re: [meta-arm] [PATCH] layer.conf: remove dependency on meta-python
  2020-06-03 23:49 [PATCH] layer.conf: remove dependency on meta-python Denys Dmytriyenko
@ 2020-06-08 15:51 ` Jon Mason
  2020-07-20 17:51   ` Denys Dmytriyenko
       [not found]   ` <16238755CA6601E8.5706@lists.yoctoproject.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Jon Mason @ 2020-06-08 15:51 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arm, Denys Dmytriyenko

On Wed, Jun 03, 2020 at 07:49:25PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Corresponding Python modules pycryptodome(x) and pyelftools, needed by optee,
> were moved from meta-python to oe-core.
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>

Pulled into master

Thanks,
Jon

> ---
>  meta-arm/conf/layer.conf | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> index d96e9f1..3341972 100644
> --- a/meta-arm/conf/layer.conf
> +++ b/meta-arm/conf/layer.conf
> @@ -11,6 +11,5 @@ BBFILE_PRIORITY_meta-arm = "6"
>  
>  LAYERDEPENDS_meta-arm = " \
>      core \
> -    meta-python \
>  "
>  LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> -- 
> 2.7.4
> 

> 


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

* Re: [meta-arm] [PATCH] layer.conf: remove dependency on meta-python
  2020-06-08 15:51 ` [meta-arm] " Jon Mason
@ 2020-07-20 17:51   ` Denys Dmytriyenko
       [not found]   ` <16238755CA6601E8.5706@lists.yoctoproject.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-07-20 17:51 UTC (permalink / raw)
  To: Jon Mason; +Cc: meta-arm

On Mon, Jun 08, 2020 at 11:51:43AM -0400, Jon Mason wrote:
> On Wed, Jun 03, 2020 at 07:49:25PM -0400, Denys Dmytriyenko wrote:
> > From: Denys Dmytriyenko <denys@ti.com>
> > 
> > Corresponding Python modules pycryptodome(x) and pyelftools, needed by optee,
> > were moved from meta-python to oe-core.
> > 
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> 
> Pulled into master

Can this be backported to dunfell as well, since the required Python module 
move has been finished in oe-core and meta-openembedded few weeks ago and 
there's been plenty of time for everyone to catch up with the change?

-- 
Denys


> Thanks,
> Jon
> 
> > ---
> >  meta-arm/conf/layer.conf | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> > index d96e9f1..3341972 100644
> > --- a/meta-arm/conf/layer.conf
> > +++ b/meta-arm/conf/layer.conf
> > @@ -11,6 +11,5 @@ BBFILE_PRIORITY_meta-arm = "6"
> >  
> >  LAYERDEPENDS_meta-arm = " \
> >      core \
> > -    meta-python \
> >  "
> >  LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> > -- 
> > 2.7.4
> > 
> 
> > 
> 

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

* Re: [meta-arm] [PATCH] layer.conf: remove dependency on meta-python
       [not found]   ` <16238755CA6601E8.5706@lists.yoctoproject.org>
@ 2020-07-22 16:07     ` Denys Dmytriyenko
  2020-07-23 18:07       ` Jon Mason
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-07-22 16:07 UTC (permalink / raw)
  To: Jon Mason; +Cc: meta-arm

On Mon, Jul 20, 2020 at 01:51:32PM -0400, Denys Dmytriyenko wrote:
> On Mon, Jun 08, 2020 at 11:51:43AM -0400, Jon Mason wrote:
> > On Wed, Jun 03, 2020 at 07:49:25PM -0400, Denys Dmytriyenko wrote:
> > > From: Denys Dmytriyenko <denys@ti.com>
> > > 
> > > Corresponding Python modules pycryptodome(x) and pyelftools, needed by optee,
> > > were moved from meta-python to oe-core.
> > > 
> > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > 
> > Pulled into master
> 
> Can this be backported to dunfell as well, since the required Python module 
> move has been finished in oe-core and meta-openembedded few weeks ago and 
> there's been plenty of time for everyone to catch up with the change?

Are there any objections to this change? Please let me know. Thanks.


> -- 
> Denys
> 
> 
> > Thanks,
> > Jon
> > 
> > > ---
> > >  meta-arm/conf/layer.conf | 1 -
> > >  1 file changed, 1 deletion(-)
> > > 
> > > diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> > > index d96e9f1..3341972 100644
> > > --- a/meta-arm/conf/layer.conf
> > > +++ b/meta-arm/conf/layer.conf
> > > @@ -11,6 +11,5 @@ BBFILE_PRIORITY_meta-arm = "6"
> > >  
> > >  LAYERDEPENDS_meta-arm = " \
> > >      core \
> > > -    meta-python \
> > >  "
> > >  LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> > > -- 
> > > 2.7.4
> > > 
> > 
> > > 
> > 

> 


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

* Re: [meta-arm] [PATCH] layer.conf: remove dependency on meta-python
  2020-07-22 16:07     ` Denys Dmytriyenko
@ 2020-07-23 18:07       ` Jon Mason
  2020-07-23 18:16         ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Mason @ 2020-07-23 18:07 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arm

On Wed, Jul 22, 2020 at 12:07:40PM -0400, Denys Dmytriyenko wrote:
> On Mon, Jul 20, 2020 at 01:51:32PM -0400, Denys Dmytriyenko wrote:
> > On Mon, Jun 08, 2020 at 11:51:43AM -0400, Jon Mason wrote:
> > > On Wed, Jun 03, 2020 at 07:49:25PM -0400, Denys Dmytriyenko wrote:
> > > > From: Denys Dmytriyenko <denys@ti.com>
> > > > 
> > > > Corresponding Python modules pycryptodome(x) and pyelftools, needed by optee,
> > > > were moved from meta-python to oe-core.
> > > > 
> > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > 
> > > Pulled into master
> > 
> > Can this be backported to dunfell as well, since the required Python module 
> > move has been finished in oe-core and meta-openembedded few weeks ago and 
> > there's been plenty of time for everyone to catch up with the change?
> 
> Are there any objections to this change? Please let me know. Thanks.

No internal objections, and it builds meta-arm-bsp without any
problems (though not tested).  So, I'm pulling in a modified version
(as the current one doesn't cleanly apply) into the dunfell branch.

Thanks,
Jon

> 
> 
> > -- 
> > Denys
> > 
> > 
> > > Thanks,
> > > Jon
> > > 
> > > > ---
> > > >  meta-arm/conf/layer.conf | 1 -
> > > >  1 file changed, 1 deletion(-)
> > > > 
> > > > diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> > > > index d96e9f1..3341972 100644
> > > > --- a/meta-arm/conf/layer.conf
> > > > +++ b/meta-arm/conf/layer.conf
> > > > @@ -11,6 +11,5 @@ BBFILE_PRIORITY_meta-arm = "6"
> > > >  
> > > >  LAYERDEPENDS_meta-arm = " \
> > > >      core \
> > > > -    meta-python \
> > > >  "
> > > >  LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> > > > -- 
> > > > 2.7.4
> > > > 
> > > 
> > > > 
> > > 
> 
> > 
> 

> 


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

* Re: [meta-arm] [PATCH] layer.conf: remove dependency on meta-python
  2020-07-23 18:07       ` Jon Mason
@ 2020-07-23 18:16         ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-07-23 18:16 UTC (permalink / raw)
  To: Jon Mason; +Cc: meta-arm

On Thu, Jul 23, 2020 at 02:07:31PM -0400, Jon Mason wrote:
> On Wed, Jul 22, 2020 at 12:07:40PM -0400, Denys Dmytriyenko wrote:
> > On Mon, Jul 20, 2020 at 01:51:32PM -0400, Denys Dmytriyenko wrote:
> > > On Mon, Jun 08, 2020 at 11:51:43AM -0400, Jon Mason wrote:
> > > > On Wed, Jun 03, 2020 at 07:49:25PM -0400, Denys Dmytriyenko wrote:
> > > > > From: Denys Dmytriyenko <denys@ti.com>
> > > > > 
> > > > > Corresponding Python modules pycryptodome(x) and pyelftools, needed by optee,
> > > > > were moved from meta-python to oe-core.
> > > > > 
> > > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > > 
> > > > Pulled into master
> > > 
> > > Can this be backported to dunfell as well, since the required Python module 
> > > move has been finished in oe-core and meta-openembedded few weeks ago and 
> > > there's been plenty of time for everyone to catch up with the change?
> > 
> > Are there any objections to this change? Please let me know. Thanks.
> 
> No internal objections, and it builds meta-arm-bsp without any
> problems (though not tested).  So, I'm pulling in a modified version
> (as the current one doesn't cleanly apply) into the dunfell branch.

Thanks!

-- 
Denys

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

end of thread, other threads:[~2020-07-23 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 23:49 [PATCH] layer.conf: remove dependency on meta-python Denys Dmytriyenko
2020-06-08 15:51 ` [meta-arm] " Jon Mason
2020-07-20 17:51   ` Denys Dmytriyenko
     [not found]   ` <16238755CA6601E8.5706@lists.yoctoproject.org>
2020-07-22 16:07     ` Denys Dmytriyenko
2020-07-23 18:07       ` Jon Mason
2020-07-23 18:16         ` Denys Dmytriyenko

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.