diff mbox series

[meta-swupdate-boards,1/2] layer.conf: add layer compatibility to warrior

Message ID 1555613095-13251-1-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series [meta-swupdate-boards,1/2] layer.conf: add layer compatibility to warrior | expand

Commit Message

'Darko Komljenovic' via swupdate April 18, 2019, 6:44 p.m. UTC
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Babic April 19, 2019, 1:13 p.m. UTC | #1
On 18/04/19 20:44, 'Pierre-Jean Texier' via swupdate wrote:
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  conf/layer.conf | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 5764346..b8cffc1 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -14,5 +14,7 @@ CORE_IMAGE_EXTRA_INSTALL_raspberrypi3_append = " parted"
>  
>  LAYERDEPENDS_swupdate-boards = "swupdate"
>  
> +LAYERSERIES_COMPAT_swupdate-boards = "warrior"
> +
>  BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \
>                 for layer in '${BBFILE_COLLECTIONS}'.split() for ext in ['bb', 'bbappend'])}"
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 5764346..b8cffc1 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,5 +14,7 @@  CORE_IMAGE_EXTRA_INSTALL_raspberrypi3_append = " parted"
 
 LAYERDEPENDS_swupdate-boards = "swupdate"
 
+LAYERSERIES_COMPAT_swupdate-boards = "warrior"
+
 BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \
                for layer in '${BBFILE_COLLECTIONS}'.split() for ext in ['bb', 'bbappend'])}"