diff mbox series

[meta-swupdate] layer.conf: Update layer compatibility to thud

Message ID 1539591125-10494-1-git-send-email-wojciech.slenska@gmail.com
State Accepted
Headers show
Series [meta-swupdate] layer.conf: Update layer compatibility to thud | expand

Commit Message

Wojciech Slenska Oct. 15, 2018, 8:12 a.m. UTC
Signed-off-by: Wojciech Slenska <wojciech.slenska@gmail.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Oct. 15, 2018, 8:18 a.m. UTC | #1
On 15/10/2018 10:12, Wojciech Slenska wrote:
> Signed-off-by: Wojciech Slenska <wojciech.slenska@gmail.com>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 2cfda67..3ab11df 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 = "rocko sumo"
> +LAYERSERIES_COMPAT_swupdate = "rocko sumo thud"
>  
>  LAYERDEPENDS_swupdate = "openembedded-layer"
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 2cfda67..3ab11df 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 = "rocko sumo"
+LAYERSERIES_COMPAT_swupdate = "rocko sumo thud"
 
 LAYERDEPENDS_swupdate = "openembedded-layer"