meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [master][PATCH] layer.conf: add compatibility with scarthgap
@ 2024-02-13  3:33 Denys Dmytriyenko
  2024-02-13  6:48 ` [EXTERNAL] [meta-ti] " Chirag Shilwant
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2024-02-13  3:33 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

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(-)

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [EXTERNAL] [meta-ti] [master][PATCH] layer.conf: add compatibility with scarthgap
  2024-02-13  3:33 [master][PATCH] layer.conf: add compatibility with scarthgap Denys Dmytriyenko
@ 2024-02-13  6:48 ` Chirag Shilwant
  0 siblings, 0 replies; 2+ messages in thread
From: Chirag Shilwant @ 2024-02-13  6:48 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-ti; +Cc: Denys Dmytriyenko


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-13  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13  3:33 [master][PATCH] layer.conf: add compatibility with scarthgap Denys Dmytriyenko
2024-02-13  6:48 ` [EXTERNAL] [meta-ti] " Chirag Shilwant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).