summaryrefslogtreecommitdiff
path: root/build/conf/bblayers.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build/conf/bblayers.conf')
-rw-r--r--build/conf/bblayers.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/build/conf/bblayers.conf b/build/conf/bblayers.conf
new file mode 100644
index 0000000..afe450a
--- /dev/null
+++ b/build/conf/bblayers.conf
@@ -0,0 +1,14 @@
+# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+POKY_BBLAYERS_CONF_VERSION = "2"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+ ${TOPDIR}/../poky/meta \
+ ${TOPDIR}/../poky/meta-poky \
+ ${TOPDIR}/../poky/meta-yocto-bsp \
+ ${TOPDIR}/../meta-raspberrypi \
+ ${TOPDIR}/../meta-drumgizmo \
+ "