* Re: [meta-arm] [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell
2020-03-31 19:57 [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell Denys Dmytriyenko
@ 2020-04-01 6:28 ` Diego Sueiro
2020-04-01 6:42 ` Sumit Garg
` (3 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Diego Sueiro @ 2020-04-01 6:28 UTC (permalink / raw)
To: meta-arm@lists.yoctoproject.org; +Cc: Denys Dmytriyenko, nd
> -----Original Message-----
> From: meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org>
> On Behalf Of Denys Dmytriyenko via Lists.Yoctoproject.Org
> Sent: 31 March 2020 20:57
> To: meta-arm@lists.yoctoproject.org
> Cc: Denys Dmytriyenko <denys@ti.com>
> Subject: [meta-arm] [PATCH] layer.conf: update LAYERSERIES_COMPAT for
> dunfell
>
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Reviewed-by: Diego Sueiro <diego.sueiro@arm.com>
> ---
> meta-arm-bsp/conf/layer.conf | 2 +-
> meta-arm-toolchain/conf/layer.conf | 3 +--
> meta-arm/conf/layer.conf | 2 +-
> 3 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
> index 0632ba3..8afcbe5 100644
> --- a/meta-arm-bsp/conf/layer.conf
> +++ b/meta-arm-bsp/conf/layer.conf
> @@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
> BBFILE_PRIORITY_meta-arm-bsp = "6"
>
> LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
> -LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
> +LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
>
> # We have patches for xen but meta-virtualization might not be there so filter
> # out recipes-extended/xen unless xen is activated in the features diff --git
> a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
> index a247dc1..3a4c4f0 100644
> --- a/meta-arm-toolchain/conf/layer.conf
> +++ b/meta-arm-toolchain/conf/layer.conf
> @@ -8,8 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
> BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
> BBFILE_PRIORITY_arm-toolchain = "30"
>
> -LAYERSERIES_COMPAT_arm-toolchain = "zeus"
> +LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
>
> # do not error out on bbappends for missing recipes
> BB_DANGLINGAPPENDS_WARNONLY = "true"
> -
> diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf index
> 65ccd15..0b93e8d 100644
> --- a/meta-arm/conf/layer.conf
> +++ b/meta-arm/conf/layer.conf
> @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
> BBFILE_PRIORITY_meta-arm = "6"
>
> LAYERDEPENDS_meta-arm = "core"
> -LAYERSERIES_COMPAT_meta-arm = "warrior zeus"
> +LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> --
> 2.7.4
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [meta-arm] [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell
2020-03-31 19:57 [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell Denys Dmytriyenko
2020-04-01 6:28 ` [meta-arm] " Diego Sueiro
@ 2020-04-01 6:42 ` Sumit Garg
2020-04-01 7:53 ` Bertrand Marquis
` (2 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Sumit Garg @ 2020-04-01 6:42 UTC (permalink / raw)
To: meta-arm; +Cc: Denys Dmytriyenko
On Wed, 1 Apr 2020 at 01:27, Denys Dmytriyenko <denis@denix.org> wrote:
>
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> meta-arm-bsp/conf/layer.conf | 2 +-
> meta-arm-toolchain/conf/layer.conf | 3 +--
> meta-arm/conf/layer.conf | 2 +-
> 3 files changed, 3 insertions(+), 4 deletions(-)
>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
> diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
> index 0632ba3..8afcbe5 100644
> --- a/meta-arm-bsp/conf/layer.conf
> +++ b/meta-arm-bsp/conf/layer.conf
> @@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
> BBFILE_PRIORITY_meta-arm-bsp = "6"
>
> LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
> -LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
> +LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
>
> # We have patches for xen but meta-virtualization might not be there so filter
> # out recipes-extended/xen unless xen is activated in the features
> diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
> index a247dc1..3a4c4f0 100644
> --- a/meta-arm-toolchain/conf/layer.conf
> +++ b/meta-arm-toolchain/conf/layer.conf
> @@ -8,8 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
> BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
> BBFILE_PRIORITY_arm-toolchain = "30"
>
> -LAYERSERIES_COMPAT_arm-toolchain = "zeus"
> +LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
>
> # do not error out on bbappends for missing recipes
> BB_DANGLINGAPPENDS_WARNONLY = "true"
> -
> diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> index 65ccd15..0b93e8d 100644
> --- a/meta-arm/conf/layer.conf
> +++ b/meta-arm/conf/layer.conf
> @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
> BBFILE_PRIORITY_meta-arm = "6"
>
> LAYERDEPENDS_meta-arm = "core"
> -LAYERSERIES_COMPAT_meta-arm = "warrior zeus"
> +LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> --
> 2.7.4
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [meta-arm] [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell
2020-03-31 19:57 [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell Denys Dmytriyenko
2020-04-01 6:28 ` [meta-arm] " Diego Sueiro
2020-04-01 6:42 ` Sumit Garg
@ 2020-04-01 7:53 ` Bertrand Marquis
2020-04-07 14:33 ` Peter Griffin
2020-04-08 3:42 ` Jon Mason
4 siblings, 0 replies; 10+ messages in thread
From: Bertrand Marquis @ 2020-04-01 7:53 UTC (permalink / raw)
To: meta-arm@lists.yoctoproject.org; +Cc: nd
[-- Attachment #1: Type: text/plain, Size: 2100 bytes --]
On 31 Mar 2020, at 20:57, Denys Dmytriyenko via Lists.Yoctoproject.Org<http://Lists.Yoctoproject.Org> <denis=denix.org@lists.yoctoproject.org<mailto:denis=denix.org@lists.yoctoproject.org>> wrote:
Signed-off-by: Denys Dmytriyenko <denys@ti.com<mailto:denys@ti.com>>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com<mailto:bertrand.marquis@arm.com>>
---
meta-arm-bsp/conf/layer.conf | 2 +-
meta-arm-toolchain/conf/layer.conf | 3 +--
meta-arm/conf/layer.conf | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
index 0632ba3..8afcbe5 100644
--- a/meta-arm-bsp/conf/layer.conf
+++ b/meta-arm-bsp/conf/layer.conf
@@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-arm-bsp = "6"
LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
-LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
+LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
# We have patches for xen but meta-virtualization might not be there so filter
# out recipes-extended/xen unless xen is activated in the features
diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
index a247dc1..3a4c4f0 100644
--- a/meta-arm-toolchain/conf/layer.conf
+++ b/meta-arm-toolchain/conf/layer.conf
@@ -8,8 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
BBFILE_PRIORITY_arm-toolchain = "30"
-LAYERSERIES_COMPAT_arm-toolchain = "zeus"
+LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
# do not error out on bbappends for missing recipes
BB_DANGLINGAPPENDS_WARNONLY = "true"
-
diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
index 65ccd15..0b93e8d 100644
--- a/meta-arm/conf/layer.conf
+++ b/meta-arm/conf/layer.conf
@@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-arm = "6"
LAYERDEPENDS_meta-arm = "core"
-LAYERSERIES_COMPAT_meta-arm = "warrior zeus"
+LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
--
2.7.4
[-- Attachment #2: Type: text/html, Size: 3699 bytes --]
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [meta-arm] [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell
2020-03-31 19:57 [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell Denys Dmytriyenko
` (2 preceding siblings ...)
2020-04-01 7:53 ` Bertrand Marquis
@ 2020-04-07 14:33 ` Peter Griffin
2020-04-08 3:42 ` Jon Mason
4 siblings, 0 replies; 10+ messages in thread
From: Peter Griffin @ 2020-04-07 14:33 UTC (permalink / raw)
To: meta-arm; +Cc: Denys Dmytriyenko
[-- Attachment #1: Type: text/plain, Size: 2079 bytes --]
On Tue, 31 Mar 2020 at 20:57, Denys Dmytriyenko <denis@denix.org> wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
> ---
> meta-arm-bsp/conf/layer.conf | 2 +-
> meta-arm-toolchain/conf/layer.conf | 3 +--
> meta-arm/conf/layer.conf | 2 +-
> 3 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
> index 0632ba3..8afcbe5 100644
> --- a/meta-arm-bsp/conf/layer.conf
> +++ b/meta-arm-bsp/conf/layer.conf
> @@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
> BBFILE_PRIORITY_meta-arm-bsp = "6"
>
> LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
> -LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
> +LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
>
> # We have patches for xen but meta-virtualization might not be there so
> filter
> # out recipes-extended/xen unless xen is activated in the features
> diff --git a/meta-arm-toolchain/conf/layer.conf
> b/meta-arm-toolchain/conf/layer.conf
> index a247dc1..3a4c4f0 100644
> --- a/meta-arm-toolchain/conf/layer.conf
> +++ b/meta-arm-toolchain/conf/layer.conf
> @@ -8,8 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
> BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
> BBFILE_PRIORITY_arm-toolchain = "30"
>
> -LAYERSERIES_COMPAT_arm-toolchain = "zeus"
> +LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
>
> # do not error out on bbappends for missing recipes
> BB_DANGLINGAPPENDS_WARNONLY = "true"
> -
> diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> index 65ccd15..0b93e8d 100644
> --- a/meta-arm/conf/layer.conf
> +++ b/meta-arm/conf/layer.conf
> @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
> BBFILE_PRIORITY_meta-arm = "6"
>
> LAYERDEPENDS_meta-arm = "core"
> -LAYERSERIES_COMPAT_meta-arm = "warrior zeus"
> +LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> --
> 2.7.4
>
>
>
[-- Attachment #2: Type: text/html, Size: 2935 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [meta-arm] [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell
2020-03-31 19:57 [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell Denys Dmytriyenko
` (3 preceding siblings ...)
2020-04-07 14:33 ` Peter Griffin
@ 2020-04-08 3:42 ` Jon Mason
2020-04-08 3:52 ` Denys Dmytriyenko
4 siblings, 1 reply; 10+ messages in thread
From: Jon Mason @ 2020-04-08 3:42 UTC (permalink / raw)
To: meta-arm; +Cc: Denys Dmytriyenko
On Tue, Mar 31, 2020 at 03:57:17PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> meta-arm-bsp/conf/layer.conf | 2 +-
> meta-arm-toolchain/conf/layer.conf | 3 +--
> meta-arm/conf/layer.conf | 2 +-
> 3 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
> index 0632ba3..8afcbe5 100644
> --- a/meta-arm-bsp/conf/layer.conf
> +++ b/meta-arm-bsp/conf/layer.conf
> @@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
> BBFILE_PRIORITY_meta-arm-bsp = "6"
>
> LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
> -LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
> +LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
I was actually waiting for dunfell to be released, then I was going to
remove warrior and zeus when adding dunfell. The logic behind this is
to limit the scope of our support and testing. To my knowledge, no one
is using meta-arm in production for warrior or zeus, so I don't think
it's an issue.
Thanks,
Jon
>
> # We have patches for xen but meta-virtualization might not be there so filter
> # out recipes-extended/xen unless xen is activated in the features
> diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
> index a247dc1..3a4c4f0 100644
> --- a/meta-arm-toolchain/conf/layer.conf
> +++ b/meta-arm-toolchain/conf/layer.conf
> @@ -8,8 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
> BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
> BBFILE_PRIORITY_arm-toolchain = "30"
>
> -LAYERSERIES_COMPAT_arm-toolchain = "zeus"
> +LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
>
> # do not error out on bbappends for missing recipes
> BB_DANGLINGAPPENDS_WARNONLY = "true"
> -
> diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> index 65ccd15..0b93e8d 100644
> --- a/meta-arm/conf/layer.conf
> +++ b/meta-arm/conf/layer.conf
> @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
> BBFILE_PRIORITY_meta-arm = "6"
>
> LAYERDEPENDS_meta-arm = "core"
> -LAYERSERIES_COMPAT_meta-arm = "warrior zeus"
> +LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> --
> 2.7.4
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [meta-arm] [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell
2020-04-08 3:42 ` Jon Mason
@ 2020-04-08 3:52 ` Denys Dmytriyenko
2020-04-08 6:06 ` Nicolas Dechesne
0 siblings, 1 reply; 10+ messages in thread
From: Denys Dmytriyenko @ 2020-04-08 3:52 UTC (permalink / raw)
To: meta-arm; +Cc: Denys Dmytriyenko
On Tue, Apr 07, 2020 at 11:42:35PM -0400, Jon Mason wrote:
> On Tue, Mar 31, 2020 at 03:57:17PM -0400, Denys Dmytriyenko wrote:
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> > meta-arm-bsp/conf/layer.conf | 2 +-
> > meta-arm-toolchain/conf/layer.conf | 3 +--
> > meta-arm/conf/layer.conf | 2 +-
> > 3 files changed, 3 insertions(+), 4 deletions(-)
> >
> > diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
> > index 0632ba3..8afcbe5 100644
> > --- a/meta-arm-bsp/conf/layer.conf
> > +++ b/meta-arm-bsp/conf/layer.conf
> > @@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
> > BBFILE_PRIORITY_meta-arm-bsp = "6"
> >
> > LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
> > -LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
> > +LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
>
> I was actually waiting for dunfell to be released, then I was going to
> remove warrior and zeus when adding dunfell. The logic behind this is
> to limit the scope of our support and testing. To my knowledge, no one
> is using meta-arm in production for warrior or zeus, so I don't think
> it's an issue.
Jon,
You can remove warrior and zeus later, but OE-Core master has been only
compatible with dunfell for couple weeks now and meta-arm in unusable w/o
a similar change.
--
Denys
> Thanks,
> Jon
>
> >
> > # We have patches for xen but meta-virtualization might not be there so filter
> > # out recipes-extended/xen unless xen is activated in the features
> > diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
> > index a247dc1..3a4c4f0 100644
> > --- a/meta-arm-toolchain/conf/layer.conf
> > +++ b/meta-arm-toolchain/conf/layer.conf
> > @@ -8,8 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
> > BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
> > BBFILE_PRIORITY_arm-toolchain = "30"
> >
> > -LAYERSERIES_COMPAT_arm-toolchain = "zeus"
> > +LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
> >
> > # do not error out on bbappends for missing recipes
> > BB_DANGLINGAPPENDS_WARNONLY = "true"
> > -
> > diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> > index 65ccd15..0b93e8d 100644
> > --- a/meta-arm/conf/layer.conf
> > +++ b/meta-arm/conf/layer.conf
> > @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
> > BBFILE_PRIORITY_meta-arm = "6"
> >
> > LAYERDEPENDS_meta-arm = "core"
> > -LAYERSERIES_COMPAT_meta-arm = "warrior zeus"
> > +LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> > --
> > 2.7.4
> >
>
> >
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [meta-arm] [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell
2020-04-08 3:52 ` Denys Dmytriyenko
@ 2020-04-08 6:06 ` Nicolas Dechesne
2020-04-08 13:21 ` Jon Mason
0 siblings, 1 reply; 10+ messages in thread
From: Nicolas Dechesne @ 2020-04-08 6:06 UTC (permalink / raw)
To: meta-arm; +Cc: Denys Dmytriyenko
[-- Attachment #1: Type: text/plain, Size: 3252 bytes --]
On Wed, Apr 8, 2020 at 5:52 AM Denys Dmytriyenko <denis@denix.org> wrote:
> On Tue, Apr 07, 2020 at 11:42:35PM -0400, Jon Mason wrote:
> > On Tue, Mar 31, 2020 at 03:57:17PM -0400, Denys Dmytriyenko wrote:
> > > From: Denys Dmytriyenko <denys@ti.com>
> > >
> > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > ---
> > > meta-arm-bsp/conf/layer.conf | 2 +-
> > > meta-arm-toolchain/conf/layer.conf | 3 +--
> > > meta-arm/conf/layer.conf | 2 +-
> > > 3 files changed, 3 insertions(+), 4 deletions(-)
> > >
> > > diff --git a/meta-arm-bsp/conf/layer.conf
> b/meta-arm-bsp/conf/layer.conf
> > > index 0632ba3..8afcbe5 100644
> > > --- a/meta-arm-bsp/conf/layer.conf
> > > +++ b/meta-arm-bsp/conf/layer.conf
> > > @@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
> > > BBFILE_PRIORITY_meta-arm-bsp = "6"
> > >
> > > LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
> > > -LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
> > > +LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
> >
> > I was actually waiting for dunfell to be released, then I was going to
> > remove warrior and zeus when adding dunfell. The logic behind this is
> > to limit the scope of our support and testing. To my knowledge, no one
> > is using meta-arm in production for warrior or zeus, so I don't think
> > it's an issue.
>
> Jon,
>
> You can remove warrior and zeus later, but OE-Core master has been only
> compatible with dunfell for couple weeks now and meta-arm in unusable w/o
> a similar change.
+1. We would like to switch our OE RPB builds to meta-arm-toolchain, and
remove our copy of gcc-arm from meta-linaro-toolchain, but we can't do that
until this patch gets in.
OE-core is typically updated several weeks before the release, that allows
all layers to get ready for the release.
>
> --
> Denys
>
>
> > Thanks,
> > Jon
> >
> > >
> > > # We have patches for xen but meta-virtualization might not be there
> so filter
> > > # out recipes-extended/xen unless xen is activated in the features
> > > diff --git a/meta-arm-toolchain/conf/layer.conf
> b/meta-arm-toolchain/conf/layer.conf
> > > index a247dc1..3a4c4f0 100644
> > > --- a/meta-arm-toolchain/conf/layer.conf
> > > +++ b/meta-arm-toolchain/conf/layer.conf
> > > @@ -8,8 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
> > > BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
> > > BBFILE_PRIORITY_arm-toolchain = "30"
> > >
> > > -LAYERSERIES_COMPAT_arm-toolchain = "zeus"
> > > +LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
> > >
> > > # do not error out on bbappends for missing recipes
> > > BB_DANGLINGAPPENDS_WARNONLY = "true"
> > > -
> > > diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> > > index 65ccd15..0b93e8d 100644
> > > --- a/meta-arm/conf/layer.conf
> > > +++ b/meta-arm/conf/layer.conf
> > > @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
> > > BBFILE_PRIORITY_meta-arm = "6"
> > >
> > > LAYERDEPENDS_meta-arm = "core"
> > > -LAYERSERIES_COMPAT_meta-arm = "warrior zeus"
> > > +LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> > > --
> > > 2.7.4
> > >
> >
> > >
> >
>
> >
>
>
>
[-- Attachment #2: Type: text/html, Size: 4677 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [meta-arm] [PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell
2020-04-08 6:06 ` Nicolas Dechesne
@ 2020-04-08 13:21 ` Jon Mason
0 siblings, 0 replies; 10+ messages in thread
From: Jon Mason @ 2020-04-08 13:21 UTC (permalink / raw)
To: meta-arm; +Cc: Denys Dmytriyenko
On Wed, Apr 08, 2020 at 08:06:14AM +0200, Nicolas Dechesne wrote:
> On Wed, Apr 8, 2020 at 5:52 AM Denys Dmytriyenko <denis@denix.org> wrote:
>
> > On Tue, Apr 07, 2020 at 11:42:35PM -0400, Jon Mason wrote:
> > > On Tue, Mar 31, 2020 at 03:57:17PM -0400, Denys Dmytriyenko wrote:
> > > > From: Denys Dmytriyenko <denys@ti.com>
> > > >
> > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > > ---
> > > > meta-arm-bsp/conf/layer.conf | 2 +-
> > > > meta-arm-toolchain/conf/layer.conf | 3 +--
> > > > meta-arm/conf/layer.conf | 2 +-
> > > > 3 files changed, 3 insertions(+), 4 deletions(-)
> > > >
> > > > diff --git a/meta-arm-bsp/conf/layer.conf
> > b/meta-arm-bsp/conf/layer.conf
> > > > index 0632ba3..8afcbe5 100644
> > > > --- a/meta-arm-bsp/conf/layer.conf
> > > > +++ b/meta-arm-bsp/conf/layer.conf
> > > > @@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
> > > > BBFILE_PRIORITY_meta-arm-bsp = "6"
> > > >
> > > > LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
> > > > -LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
> > > > +LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
> > >
> > > I was actually waiting for dunfell to be released, then I was going to
> > > remove warrior and zeus when adding dunfell. The logic behind this is
> > > to limit the scope of our support and testing. To my knowledge, no one
> > > is using meta-arm in production for warrior or zeus, so I don't think
> > > it's an issue.
> >
> > Jon,
> >
> > You can remove warrior and zeus later, but OE-Core master has been only
> > compatible with dunfell for couple weeks now and meta-arm in unusable w/o
> > a similar change.
>
>
> +1. We would like to switch our OE RPB builds to meta-arm-toolchain, and
> remove our copy of gcc-arm from meta-linaro-toolchain, but we can't do that
> until this patch gets in.
> OE-core is typically updated several weeks before the release, that allows
> all layers to get ready for the release.
Fair enough, pulling in now.
Thanks,
Jon
>
>
> >
>
>
> > --
> > Denys
> >
> >
> > > Thanks,
> > > Jon
> > >
> > > >
> > > > # We have patches for xen but meta-virtualization might not be there
> > so filter
> > > > # out recipes-extended/xen unless xen is activated in the features
> > > > diff --git a/meta-arm-toolchain/conf/layer.conf
> > b/meta-arm-toolchain/conf/layer.conf
> > > > index a247dc1..3a4c4f0 100644
> > > > --- a/meta-arm-toolchain/conf/layer.conf
> > > > +++ b/meta-arm-toolchain/conf/layer.conf
> > > > @@ -8,8 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
> > > > BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
> > > > BBFILE_PRIORITY_arm-toolchain = "30"
> > > >
> > > > -LAYERSERIES_COMPAT_arm-toolchain = "zeus"
> > > > +LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
> > > >
> > > > # do not error out on bbappends for missing recipes
> > > > BB_DANGLINGAPPENDS_WARNONLY = "true"
> > > > -
> > > > diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> > > > index 65ccd15..0b93e8d 100644
> > > > --- a/meta-arm/conf/layer.conf
> > > > +++ b/meta-arm/conf/layer.conf
> > > > @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
> > > > BBFILE_PRIORITY_meta-arm = "6"
> > > >
> > > > LAYERDEPENDS_meta-arm = "core"
> > > > -LAYERSERIES_COMPAT_meta-arm = "warrior zeus"
> > > > +LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
> > > > --
> > > > 2.7.4
> > > >
> > >
> > > >
> > >
> >
> > >
> >
> >
> >
>
^ permalink raw reply [flat|nested] 10+ messages in thread