diff mbox series

[meta-python2] layer.conf: update LAYERSERIES_COMPAT to scarthgap

Message ID 20250505150451.2675990-1-f.pflug@pengutronix.de
State New
Headers show
Series [meta-python2] layer.conf: update LAYERSERIES_COMPAT to scarthgap | expand

Commit Message

Fabian Pflug May 5, 2025, 3:04 p.m. UTC
Layer is compatible with all version up till scarthgap.

Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Trevor Gamblin May 5, 2025, 3:13 p.m. UTC | #1
On 2025-05-05 11:04, Fabian Pflug via lists.openembedded.org wrote:
> Layer is compatible with all version up till scarthgap.

Do we really want to be making Python 2 recipes compatible with Scarthgap?

It's been EOL since 2020.

>
> Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
> ---
>   conf/layer.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 38ef579..b1d9820 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -14,7 +14,7 @@ LAYERVERSION_meta-python2 = "1"
>   
>   LAYERDEPENDS_meta-python2 = "core openembedded-layer"
>   
> -LAYERSERIES_COMPAT_meta-python2 = "kirkstone"
> +LAYERSERIES_COMPAT_meta-python2 = "kirkstone langdale mickledore nanbield scarthgap"
>   
>   LICENSE_PATH += "${LAYERDIR}/licenses"
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117319): https://lists.openembedded.org/g/openembedded-devel/message/117319
> Mute This Topic: https://lists.openembedded.org/mt/112631225/7611679
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [tgamblin@baylibre.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Fabian Pflug May 5, 2025, 3:42 p.m. UTC | #2
On Mon, 2025-05-05 at 11:13 -0400, Trevor Gamblin wrote:
> 
> On 2025-05-05 11:04, Fabian Pflug via lists.openembedded.org wrote:
> > Layer is compatible with all version up till scarthgap.
> 
> Do we really want to be making Python 2 recipes compatible with
> Scarthgap?
they already are. It is just not declared that way. My current problem
is that meta-qt5 in scarthgap requires python2 for some of its
packages, so there is a need here for me to have it compatible.

> 
> It's been EOL since 2020.
that is why there is the meta-python2 repository and not part of oe-
core


> > 
> > Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
> > ---
> >   conf/layer.conf | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/conf/layer.conf b/conf/layer.conf
> > index 38ef579..b1d9820 100644
> > --- a/conf/layer.conf
> > +++ b/conf/layer.conf
> > @@ -14,7 +14,7 @@ LAYERVERSION_meta-python2 = "1"
> >   
> >   LAYERDEPENDS_meta-python2 = "core openembedded-layer"
> >   
> > -LAYERSERIES_COMPAT_meta-python2 = "kirkstone"
> > +LAYERSERIES_COMPAT_meta-python2 = "kirkstone langdale mickledore
> > nanbield scarthgap"
> >   
> >   LICENSE_PATH += "${LAYERDIR}/licenses"
> >   
> > 
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#117319):
> > https://lists.openembedded.org/g/openembedded-devel/message/117319
> > Mute This Topic:
> > https://lists.openembedded.org/mt/112631225/7611679
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe:
> > https://lists.openembedded.org/g/openembedded-devel/unsub [
> > tgamblin@baylibre.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> > 
>
Tim Orling May 5, 2025, 9:52 p.m. UTC | #3
I made it very clear this would not receive any continued support.

On Mon, May 5, 2025 at 8:42 AM Fabian Pflug via lists.openembedded.org
<f.pflug=pengutronix.de@lists.openembedded.org> wrote:

> On Mon, 2025-05-05 at 11:13 -0400, Trevor Gamblin wrote:
> >
> > On 2025-05-05 11:04, Fabian Pflug via lists.openembedded.org wrote:
> > > Layer is compatible with all version up till scarthgap.
> >
> > Do we really want to be making Python 2 recipes compatible with
> > Scarthgap?
> they already are. It is just not declared that way. My current problem
> is that meta-qt5 in scarthgap requires python2 for some of its
> packages, so there is a need here for me to have it compatible.
>
> >
> > It's been EOL since 2020.
> that is why there is the meta-python2 repository and not part of oe-
> core
>
>
> > >
> > > Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
> > > ---
> > >   conf/layer.conf | 2 +-
> > >   1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/conf/layer.conf b/conf/layer.conf
> > > index 38ef579..b1d9820 100644
> > > --- a/conf/layer.conf
> > > +++ b/conf/layer.conf
> > > @@ -14,7 +14,7 @@ LAYERVERSION_meta-python2 = "1"
> > >
> > >   LAYERDEPENDS_meta-python2 = "core openembedded-layer"
> > >
> > > -LAYERSERIES_COMPAT_meta-python2 = "kirkstone"
> > > +LAYERSERIES_COMPAT_meta-python2 = "kirkstone langdale mickledore
> > > nanbield scarthgap"
> > >
> > >   LICENSE_PATH += "${LAYERDIR}/licenses"
> > >
> > >
> > >
> > >
> >
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117324):
> https://lists.openembedded.org/g/openembedded-devel/message/117324
> Mute This Topic: https://lists.openembedded.org/mt/112631225/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Fabian Pflug May 6, 2025, 6:06 a.m. UTC | #4
Then could you remove the CONTRIBUTING part from the README in meta-
python2? Or make it very clear inside this, that no patches will be
accepted?

currently it states:
Support by the above maintainer will end when Yocto Project 3.1 is
released in
approximately April 2020. Creation and maintainence of this layer is
entirely a volunteer
effort and the author has ZERO REASON to continue using or supporting
python2.

Which sounds like it would accept patches, but there is no active
development. Especially when there has been a commit 14 days ago.

On Mon, 2025-05-05 at 14:52 -0700, Tim Orling via
lists.openembedded.org wrote:
> I made it very clear this would not receive any continued support.
> 
> On Mon, May 5, 2025 at 8:42 AM Fabian Pflug via
> lists.openembedded.org
> <f.pflug=pengutronix.de@lists.openembedded.org> wrote:
> > On Mon, 2025-05-05 at 11:13 -0400, Trevor Gamblin wrote:
> > > 
> > > On 2025-05-05 11:04, Fabian Pflug via lists.openembedded.org
> > > wrote:
> > > > Layer is compatible with all version up till scarthgap.
> > > 
> > > Do we really want to be making Python 2 recipes compatible with
> > > Scarthgap?
> > they already are. It is just not declared that way. My current
> > problem
> > is that meta-qt5 in scarthgap requires python2 for some of its
> > packages, so there is a need here for me to have it compatible.
> > 
> > > 
> > > It's been EOL since 2020.
> > that is why there is the meta-python2 repository and not part of
> > oe-
> > core
> > 
> > 
> > > > 
> > > > Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
> > > > ---
> > > >   conf/layer.conf | 2 +-
> > > >   1 file changed, 1 insertion(+), 1 deletion(-)
> > > > 
> > > > diff --git a/conf/layer.conf b/conf/layer.conf
> > > > index 38ef579..b1d9820 100644
> > > > --- a/conf/layer.conf
> > > > +++ b/conf/layer.conf
> > > > @@ -14,7 +14,7 @@ LAYERVERSION_meta-python2 = "1"
> > > >   
> > > >   LAYERDEPENDS_meta-python2 = "core openembedded-layer"
> > > >   
> > > > -LAYERSERIES_COMPAT_meta-python2 = "kirkstone"
> > > > +LAYERSERIES_COMPAT_meta-python2 = "kirkstone langdale
> > > > mickledore
> > > > nanbield scarthgap"
> > > >   
> > > >   LICENSE_PATH += "${LAYERDIR}/licenses"
> > > >   
> > > > 
> > > > 
> > > > 
> > > 
> > 
> > 
> > 
> > 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117332):
> https://lists.openembedded.org/g/openembedded-devel/message/117332
> Mute This Topic: https://lists.openembedded.org/mt/112631225/9783037
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe:
> https://lists.openembedded.org/g/openembedded-devel/unsub [
> f.pflug@pengutronix.de]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 38ef579..b1d9820 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,7 +14,7 @@  LAYERVERSION_meta-python2 = "1"
 
 LAYERDEPENDS_meta-python2 = "core openembedded-layer"
 
-LAYERSERIES_COMPAT_meta-python2 = "kirkstone"
+LAYERSERIES_COMPAT_meta-python2 = "kirkstone langdale mickledore nanbield scarthgap"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"