diff mbox series

[[PATCH] layer.conf: Update for the styhead release series

Message ID 20240909094810.2801445-1-max.oss.09@gmail.com
State New
Headers show
Series [[PATCH] layer.conf: Update for the styhead release series | expand

Commit Message

Max Krummenacher Sept. 9, 2024, 9:48 a.m. UTC
From: Max Krummenacher <max.krummenacher@toradex.com>

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
---
 meta-arm-bsp/conf/layer.conf         | 2 +-
 meta-arm-systemready/conf/layer.conf | 2 +-
 meta-arm-toolchain/conf/layer.conf   | 2 +-
 meta-arm/conf/layer.conf             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Jon Mason Sept. 9, 2024, 5:37 p.m. UTC | #1
On Mon, Sep 09, 2024 at 11:48:10AM +0200, max.oss.09@gmail.com wrote:
> From: Max Krummenacher <max.krummenacher@toradex.com>
> 
> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>

Thanks for the patch, but I pulled in Martin's patch (as it was
received first).  See 
https://git.yoctoproject.org/meta-arm/commit/?id=f3d1c0293e5940ae763049c45b7fa4a3c59f54ad

Thanks,
Jon

> ---
>  meta-arm-bsp/conf/layer.conf         | 2 +-
>  meta-arm-systemready/conf/layer.conf | 2 +-
>  meta-arm-toolchain/conf/layer.conf   | 2 +-
>  meta-arm/conf/layer.conf             | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
> index 1a458400831a..4f648ac885be 100644
> --- a/meta-arm-bsp/conf/layer.conf
> +++ b/meta-arm-bsp/conf/layer.conf
> @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-arm-bsp"
>  BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-arm-bsp = "5"
>  
> -LAYERSERIES_COMPAT_meta-arm-bsp = "nanbield scarthgap"
> +LAYERSERIES_COMPAT_meta-arm-bsp = "styhead"
>  
>  LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
>  # This won't be used by layerindex-fetch, but works everywhere else
> diff --git a/meta-arm-systemready/conf/layer.conf b/meta-arm-systemready/conf/layer.conf
> index 79ef3a14414a..58f84fd9c8c4 100644
> --- a/meta-arm-systemready/conf/layer.conf
> +++ b/meta-arm-systemready/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
>  BBFILE_COLLECTIONS += "meta-arm-systemready"
>  BBFILE_PATTERN_meta-arm-systemready = "^${LAYERDIR}/"
>  
> -LAYERSERIES_COMPAT_meta-arm-systemready = "nanbield scarthgap"
> +LAYERSERIES_COMPAT_meta-arm-systemready = "styhead"
>  
>  LAYERDEPENDS_meta-arm-systemready = "core"
>  
> diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
> index 06494936ec7a..456dbe0d0459 100644
> --- a/meta-arm-toolchain/conf/layer.conf
> +++ b/meta-arm-toolchain/conf/layer.conf
> @@ -9,4 +9,4 @@ BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_arm-toolchain = "5"
>  
>  LAYERDEPENDS_arm-toolchain = "core"
> -LAYERSERIES_COMPAT_arm-toolchain = "nanbield scarthgap"
> +LAYERSERIES_COMPAT_arm-toolchain = "styhead"
> diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> index 9e9c9dbda13d..f2fb5c02b29b 100644
> --- a/meta-arm/conf/layer.conf
> +++ b/meta-arm/conf/layer.conf
> @@ -13,7 +13,7 @@ LAYERDEPENDS_meta-arm = " \
>      core \
>      arm-toolchain \
>  "
> -LAYERSERIES_COMPAT_meta-arm = "nanbield scarthgap"
> +LAYERSERIES_COMPAT_meta-arm = "styhead"
>  
>  # runfvp --console needs telnet, so pull this in for testimage.
>  HOSTTOOLS_NONFATAL += "telnet"
> -- 
> 2.42.0
> 
>
diff mbox series

Patch

diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
index 1a458400831a..4f648ac885be 100644
--- a/meta-arm-bsp/conf/layer.conf
+++ b/meta-arm-bsp/conf/layer.conf
@@ -9,7 +9,7 @@  BBFILE_COLLECTIONS += "meta-arm-bsp"
 BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arm-bsp = "5"
 
-LAYERSERIES_COMPAT_meta-arm-bsp = "nanbield scarthgap"
+LAYERSERIES_COMPAT_meta-arm-bsp = "styhead"
 
 LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
 # This won't be used by layerindex-fetch, but works everywhere else
diff --git a/meta-arm-systemready/conf/layer.conf b/meta-arm-systemready/conf/layer.conf
index 79ef3a14414a..58f84fd9c8c4 100644
--- a/meta-arm-systemready/conf/layer.conf
+++ b/meta-arm-systemready/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
 BBFILE_COLLECTIONS += "meta-arm-systemready"
 BBFILE_PATTERN_meta-arm-systemready = "^${LAYERDIR}/"
 
-LAYERSERIES_COMPAT_meta-arm-systemready = "nanbield scarthgap"
+LAYERSERIES_COMPAT_meta-arm-systemready = "styhead"
 
 LAYERDEPENDS_meta-arm-systemready = "core"
 
diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
index 06494936ec7a..456dbe0d0459 100644
--- a/meta-arm-toolchain/conf/layer.conf
+++ b/meta-arm-toolchain/conf/layer.conf
@@ -9,4 +9,4 @@  BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
 BBFILE_PRIORITY_arm-toolchain = "5"
 
 LAYERDEPENDS_arm-toolchain = "core"
-LAYERSERIES_COMPAT_arm-toolchain = "nanbield scarthgap"
+LAYERSERIES_COMPAT_arm-toolchain = "styhead"
diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
index 9e9c9dbda13d..f2fb5c02b29b 100644
--- a/meta-arm/conf/layer.conf
+++ b/meta-arm/conf/layer.conf
@@ -13,7 +13,7 @@  LAYERDEPENDS_meta-arm = " \
     core \
     arm-toolchain \
 "
-LAYERSERIES_COMPAT_meta-arm = "nanbield scarthgap"
+LAYERSERIES_COMPAT_meta-arm = "styhead"
 
 # runfvp --console needs telnet, so pull this in for testimage.
 HOSTTOOLS_NONFATAL += "telnet"