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]
> > -=-=-=-=-=-=-=-=-=-=-=-
> > 
>
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"