diff mbox series

[meta-swupdate-boards,1/4] conf/layer.conf: Add Scarthgap support

Message ID 20240726124225.621957-1-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-swupdate-boards,1/4] conf/layer.conf: Add Scarthgap support | expand

Commit Message

Leon Anavi July 26, 2024, 12:42 p.m. UTC
Add Yocto release Scarthgap support to align this layer with
layer meta-swupdate.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic July 26, 2024, 2:45 p.m. UTC | #1
On 26.07.24 14:42, Leon Anavi wrote:
> Add Yocto release Scarthgap support to align this layer with
> layer meta-swupdate.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> ---
>   conf/layer.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 9d0f6f3..acac75a 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -11,7 +11,7 @@ BBFILE_PRIORITY_swupdate-boards = "7"
>
>   LAYERDEPENDS_swupdate-boards = "swupdate"
>
> -LAYERSERIES_COMPAT_swupdate-boards = "kirkstone"
> +LAYERSERIES_COMPAT_swupdate-boards = "scarthgap"
>
>   BBFILES_DYNAMIC += " \
>       atmel:${LAYERDIR}/dynamic-layers/atmel/*/*/*.bb \

Acked-by: Stefano Babic <stefano.babic@swupdate.org>
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 9d0f6f3..acac75a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,7 +11,7 @@  BBFILE_PRIORITY_swupdate-boards = "7"
 
 LAYERDEPENDS_swupdate-boards = "swupdate"
 
-LAYERSERIES_COMPAT_swupdate-boards = "kirkstone"
+LAYERSERIES_COMPAT_swupdate-boards = "scarthgap"
 
 BBFILES_DYNAMIC += " \
     atmel:${LAYERDIR}/dynamic-layers/atmel/*/*/*.bb \