diff mbox series

[master] layer.conf: add compatibility with scarthgap

Message ID 20240213033335.3884670-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:33 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-ti-bsp/conf/layer.conf    | 2 +-
 meta-ti-extras/conf/layer.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Chirag Shilwant Feb. 13, 2024, 6:48 a.m. UTC | #1
On 13/02/24 09:03, 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!ROTyMVBUpWLhwNofCZJZhWiQzM3whXqAxjgtw_opF9h4p5eXyS-BKISNCzozXPPgDVPoVKMmqJd_$
> 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!ROTyMVBUpWLhwNofCZJZhWiQzM3whXqAxjgtw_opF9h4p5eXyS-BKISNCzozXPPgDVPoVKMmqJd_$
>
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Acked-by: Chirag Shilwant <c-shilwant@ti.com>
> ---
>   meta-ti-bsp/conf/layer.conf    | 2 +-
>   meta-ti-extras/conf/layer.conf | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
> index f0fcbc7b..502e355f 100644
> --- a/meta-ti-bsp/conf/layer.conf
> +++ b/meta-ti-bsp/conf/layer.conf
> @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp"
>   BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
>   BBFILE_PRIORITY_meta-ti-bsp = "6"
>   
> -LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore nanbield"
> +LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore nanbield scarthgap"
>   
>   LICENSE_PATH += "${LAYERDIR}/licenses"
>   
> diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
> index a7cca42e..a05dbe5f 100644
> --- a/meta-ti-extras/conf/layer.conf
> +++ b/meta-ti-extras/conf/layer.conf
> @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras"
>   BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
>   BBFILE_PRIORITY_meta-ti-extras = "6"
>   
> -LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore nanbield"
> +LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore nanbield scarthgap"
>   
>   LICENSE_PATH += "${LAYERDIR}/licenses"
>   
> -- 
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#17477): https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-ti/message/17477__;!!G3vK!ROTyMVBUpWLhwNofCZJZhWiQzM3whXqAxjgtw_opF9h4p5eXyS-BKISNCzozXPPgDVPoVNZXBGZv$
> Mute This Topic: https://urldefense.com/v3/__https://lists.yoctoproject.org/mt/104326553/7030289__;!!G3vK!ROTyMVBUpWLhwNofCZJZhWiQzM3whXqAxjgtw_opF9h4p5eXyS-BKISNCzozXPPgDVPoVNCUuW4j$
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-ti/unsub__;!!G3vK!ROTyMVBUpWLhwNofCZJZhWiQzM3whXqAxjgtw_opF9h4p5eXyS-BKISNCzozXPPgDVPoVKI7LW6n$  [c-shilwant@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index f0fcbc7b..502e355f 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -9,7 +9,7 @@  BBFILE_COLLECTIONS += "meta-ti-bsp"
 BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-ti-bsp = "6"
 
-LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore nanbield"
+LAYERSERIES_COMPAT_meta-ti-bsp = "kirkstone langdale mickledore nanbield scarthgap"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index a7cca42e..a05dbe5f 100644
--- a/meta-ti-extras/conf/layer.conf
+++ b/meta-ti-extras/conf/layer.conf
@@ -9,7 +9,7 @@  BBFILE_COLLECTIONS += "meta-ti-extras"
 BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-ti-extras = "6"
 
-LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore nanbield"
+LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone langdale mickledore nanbield scarthgap"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"