diff mbox series

[meta-swupdate] layer.conf: Add hardknott to LAYERSERIES_COMPAT

Message ID 20201105191329.1285567-1-raj.khem@gmail.com
State Accepted
Headers show
Series [meta-swupdate] layer.conf: Add hardknott to LAYERSERIES_COMPAT | expand

Commit Message

Khem Raj Nov. 5, 2020, 7:13 p.m. UTC
hardknott is codename for 3.3 release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Nov. 6, 2020, 5:30 p.m. UTC | #1
Hi Khem,

On 05.11.20 20:13, Khem Raj wrote:
> hardknott is codename for 3.3 release
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index c362d6b..8d3677a 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "swupdate"
>  BBFILE_PATTERN_swupdate := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_swupdate = "6"
>  
> -LAYERSERIES_COMPAT_swupdate = "dunfell gatesgarth"
> +LAYERSERIES_COMPAT_swupdate = "dunfell gatesgarth hardknott"
>  
>  LAYERDEPENDS_swupdate = "openembedded-layer"
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index c362d6b..8d3677a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,6 +9,6 @@  BBFILE_COLLECTIONS += "swupdate"
 BBFILE_PATTERN_swupdate := "^${LAYERDIR}/"
 BBFILE_PRIORITY_swupdate = "6"
 
-LAYERSERIES_COMPAT_swupdate = "dunfell gatesgarth"
+LAYERSERIES_COMPAT_swupdate = "dunfell gatesgarth hardknott"
 
 LAYERDEPENDS_swupdate = "openembedded-layer"