aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 307099e..ff34e6f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -3,11 +3,18 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+BBFILES_DYNAMIC += "\
+ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \
+ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \
+"
BBFILE_COLLECTIONS += "meta-mingw"
BBFILE_PATTERN_meta-mingw := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-mingw = "8"
+addpylib ${LAYERDIR}/lib oeqa
+
LAYERDEPENDS_meta-mingw = "core"
-LAYERSERIES_COMPAT_meta-mingw = "dunfell" \ No newline at end of file
+LAYERSERIES_COMPAT_meta-mingw = "scarthgap"
+