summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-localdev/80_bblayers.conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feature/agl-localdev/80_bblayers.conf.inc')
-rw-r--r--templates/feature/agl-localdev/80_bblayers.conf.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/feature/agl-localdev/80_bblayers.conf.inc b/templates/feature/agl-localdev/80_bblayers.conf.inc
new file mode 100644
index 000000000..d9bb9d070
--- /dev/null
+++ b/templates/feature/agl-localdev/80_bblayers.conf.inc
@@ -0,0 +1,3 @@
+# Local derivations during development, just add a layer in the folder meta-localdev
+BBLAYERS =+ "${@'${METADIR}/meta-localdev' if os.path.exists('${METADIR}/meta-localdev') else ''}"
+