summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/templates/default/bblayers.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/templates/default/bblayers.conf.sample b/conf/templates/default/bblayers.conf.sample
index c315c8f..832fdd2 100644
--- a/conf/templates/default/bblayers.conf.sample
+++ b/conf/templates/default/bblayers.conf.sample
@@ -53,3 +53,6 @@ BBLAYERS ?= " \
METAPYTHON2 = "${BSPDIR}/sources/meta-python2"
BBLAYERS += "${@d.getVar('METAPYTHON2') if os.path.exists(d.getVar('METAPYTHON2')) else ''}"
+
+CLANG = "${BSPDIR}/sources/meta-clang"
+BBLAYERS += "${@d.getVar('CLANG') if os.path.exists(d.getVar('CLANG')) else ''}"