diff mbox series

[master] layer.conf: add compatibility with scarthgap

Message ID 20240213032513.3884498-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] layer.conf: add compatibility with scarthgap | expand

Commit Message

Denys Dmytriyenko Feb. 13, 2024, 3:25 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

OE-Core master has switched compatibility requirements from nanbield
to scarthgap in preparation for the upcoming 5.0 release.
https://wiki.yoctoproject.org/wiki/Releases

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-demos/conf/layer.conf  | 2 +-
 meta-arago-distro/conf/layer.conf | 2 +-
 meta-arago-extras/conf/layer.conf | 2 +-
 meta-arago-test/conf/layer.conf   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Chirag Shilwant Feb. 13, 2024, 6:48 a.m. UTC | #1
On 13/02/24 08:55, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ konsulko. com> OE-Core master has 
> switched compatibility requirements from nanbield to scarthgap in 
> preparation for the upcoming 5. 0 release. 
> https: //urldefense. com/v3/__https: //wiki. yoctoproject. org/wiki/Releases__;!!G3vK!XIUsnlrsl_wVVsG9OQ3m5Eq5nveRgXV7W1UvD08ey_yYC9RCCuvq6c-YqTRZ8xSExk7V6iMImqp1$
> ZjQcmQRYFpfptBannerStart
> This message was sent from outside of Texas Instruments.
> Do not click links or open attachments unless you recognize the source 
> of this email and know the content is safe.
> ZjQcmQRYFpfptBannerEnd
> From: Denys Dmytriyenko <denys@konsulko.com>
>
> OE-Core master has switched compatibility requirements from nanbield
> to scarthgap in preparation for the upcoming 5.0 release.
> https://urldefense.com/v3/__https://wiki.yoctoproject.org/wiki/Releases__;!!G3vK!XIUsnlrsl_wVVsG9OQ3m5Eq5nveRgXV7W1UvD08ey_yYC9RCCuvq6c-YqTRZ8xSExk7V6iMImqp1$
>
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>

Acked-by: Chirag Shilwant <c-shilwant@ti.com>

> ---
>   meta-arago-demos/conf/layer.conf  | 2 +-
>   meta-arago-distro/conf/layer.conf | 2 +-
>   meta-arago-extras/conf/layer.conf | 2 +-
>   meta-arago-test/conf/layer.conf   | 2 +-
>   4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta-arago-demos/conf/layer.conf b/meta-arago-demos/conf/layer.conf
> index ad443057..bcfbf0de 100644
> --- a/meta-arago-demos/conf/layer.conf
> +++ b/meta-arago-demos/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-demos"
>   BBFILE_PATTERN_meta-arago-demos := "^${LAYERDIR}/"
>   BBFILE_PRIORITY_meta-arago-demos = "10"
>   
> -LAYERSERIES_COMPAT_meta-arago-demos = "kirkstone langdale mickledore nanbield"
> +LAYERSERIES_COMPAT_meta-arago-demos = "kirkstone langdale mickledore nanbield scarthgap"
>   
>   LAYERDEPENDS_meta-arago-demos = " \
>       core \
> diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
> index 086b0411..6d0a071d 100644
> --- a/meta-arago-distro/conf/layer.conf
> +++ b/meta-arago-distro/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-distro"
>   BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/"
>   BBFILE_PRIORITY_meta-arago-distro = "10"
>   
> -LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale mickledore nanbield"
> +LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale mickledore nanbield scarthgap"
>   
>   LAYERDEPENDS_meta-arago-distro = " \
>       core \
> diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
> index be84afb8..1a415e89 100644
> --- a/meta-arago-extras/conf/layer.conf
> +++ b/meta-arago-extras/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-extras"
>   BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/"
>   BBFILE_PRIORITY_meta-arago-extras = "10"
>   
> -LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale mickledore nanbield"
> +LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale mickledore nanbield scarthgap"
>   
>   # Set a variable to get to the top of the metadata location
>   ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
> diff --git a/meta-arago-test/conf/layer.conf b/meta-arago-test/conf/layer.conf
> index f31d69c4..3d23e5de 100644
> --- a/meta-arago-test/conf/layer.conf
> +++ b/meta-arago-test/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-test"
>   BBFILE_PATTERN_meta-arago-test := "^${LAYERDIR}/"
>   BBFILE_PRIORITY_meta-arago-test = "10"
>   
> -LAYERSERIES_COMPAT_meta-arago-test = "kirkstone langdale mickledore nanbield"
> +LAYERSERIES_COMPAT_meta-arago-test = "kirkstone langdale mickledore nanbield scarthgap"
>   
>   # Set a variable to get to the top of the metadata location
>   TITESTBASE := '${@os.path.normpath("${LAYERDIR}/")}'
> -- 
> 2.25.1
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#15171):https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-arago/message/15171__;!!G3vK!XIUsnlrsl_wVVsG9OQ3m5Eq5nveRgXV7W1UvD08ey_yYC9RCCuvq6c-YqTRZ8xSExk7V6jJe2aU3$
> Mute This Topic:https://urldefense.com/v3/__https://lists.yoctoproject.org/mt/104326456/7030289__;!!G3vK!XIUsnlrsl_wVVsG9OQ3m5Eq5nveRgXV7W1UvD08ey_yYC9RCCuvq6c-YqTRZ8xSExk7V6mf8S6C3$
> Group Owner: meta-arago+owner@lists.yoctoproject.org
> Unsubscribe:https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-arago/unsub__;!!G3vK!XIUsnlrsl_wVVsG9OQ3m5Eq5nveRgXV7W1UvD08ey_yYC9RCCuvq6c-YqTRZ8xSExk7V6jODvYJ9$  [c-shilwant@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta-arago-demos/conf/layer.conf b/meta-arago-demos/conf/layer.conf
index ad443057..bcfbf0de 100644
--- a/meta-arago-demos/conf/layer.conf
+++ b/meta-arago-demos/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-arago-demos"
 BBFILE_PATTERN_meta-arago-demos := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-demos = "10"
 
-LAYERSERIES_COMPAT_meta-arago-demos = "kirkstone langdale mickledore nanbield"
+LAYERSERIES_COMPAT_meta-arago-demos = "kirkstone langdale mickledore nanbield scarthgap"
 
 LAYERDEPENDS_meta-arago-demos = " \
     core \
diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
index 086b0411..6d0a071d 100644
--- a/meta-arago-distro/conf/layer.conf
+++ b/meta-arago-distro/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-arago-distro"
 BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-distro = "10"
 
-LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale mickledore nanbield"
+LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale mickledore nanbield scarthgap"
 
 LAYERDEPENDS_meta-arago-distro = " \
     core \
diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
index be84afb8..1a415e89 100644
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-arago-extras"
 BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-extras = "10"
 
-LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale mickledore nanbield"
+LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale mickledore nanbield scarthgap"
 
 # Set a variable to get to the top of the metadata location
 ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
diff --git a/meta-arago-test/conf/layer.conf b/meta-arago-test/conf/layer.conf
index f31d69c4..3d23e5de 100644
--- a/meta-arago-test/conf/layer.conf
+++ b/meta-arago-test/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-arago-test"
 BBFILE_PATTERN_meta-arago-test := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-test = "10"
 
-LAYERSERIES_COMPAT_meta-arago-test = "kirkstone langdale mickledore nanbield"
+LAYERSERIES_COMPAT_meta-arago-test = "kirkstone langdale mickledore nanbield scarthgap"
 
 # Set a variable to get to the top of the metadata location
 TITESTBASE := '${@os.path.normpath("${LAYERDIR}/")}'