summaryrefslogtreecommitdiffstats
path: root/meta-sota-minnowboard/conf/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-sota-minnowboard/conf/bblayers.conf.sample')
-rw-r--r--meta-sota-minnowboard/conf/bblayers.conf.sample22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-sota-minnowboard/conf/bblayers.conf.sample b/meta-sota-minnowboard/conf/bblayers.conf.sample
new file mode 100644
index 0000000..fdc771a
--- /dev/null
+++ b/meta-sota-minnowboard/conf/bblayers.conf.sample
@@ -0,0 +1,22 @@
1# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3LCONF_VERSION = "6"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-yocto \
11 ##OEROOT##/meta-yocto-bsp \
12 ##OEROOT##/../meta-raspberrypi \
13 ##OEROOT##/../meta-updater \
14 ##OEROOT##/../meta-updater-minnowmax \
15 ##OEROOT##/../meta-openembedded/meta-oe \
16 ##OEROOT##/../meta-openembedded/meta-filesystems \
17 ##OEROOT##/../meta-rust \
18 "
19BBLAYERS_NON_REMOVABLE ?= " \
20 ##OEROOT##/meta \
21 ##OEROOT##/meta-yocto \
22 "