summaryrefslogtreecommitdiffstats
path: root/conf/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/bblayers.conf.sample')
-rw-r--r--conf/bblayers.conf.sample20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
new file mode 100644
index 0000000..2ec582e
--- /dev/null
+++ b/conf/bblayers.conf.sample
@@ -0,0 +1,20 @@
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 ##COREBASE##/meta \
10 ##COREBASE##/meta-yocto \
11 ##COREBASE##/meta-fsl-arm \
12 ##COREBASE##/meta-fsl-arm-extra \
13 ##COREBASE##/meta-ti \
14 ##COREBASE##/meta-openembedded/meta-oe \
15 ##COREBASE##/meta-b2qt \
16 "
17BBLAYERS_NON_REMOVABLE ?= " \
18 ##COREBASE##/meta \
19 ##COREBASE##/meta-yocto \
20 "