From c8b696248701ba4183c98d3e7b286d21d22eaa4c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 17 Nov 2018 00:55:36 -0800 Subject: conf/layer.conf: Use BBFILES_DYNAMIC to handle dynamic-layers BBFILES_DYNAMIC can be used to activate content only when given layers are present. For now just add qt5 layer to the BBFILES_DYNAMIC list Signed-off-by: Khem Raj --- conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 1c6224f..6e2fdf6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -23,3 +23,8 @@ BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % for layer in BBFILE_COLLECTIONS.split())}" BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \ for layer in BBFILE_COLLECTIONS.split())}" + +BBFILES_DYNAMIC += " \ + qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \ + qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \ +" -- cgit v1.2.3-54-g00ecf