diff options
Diffstat (limited to 'conf/bblayers.conf.sample')
-rw-r--r-- | conf/bblayers.conf.sample | 20 |
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 | ||
3 | LCONF_VERSION = "6" | ||
4 | |||
5 | BBPATH = "${TOPDIR}" | ||
6 | BBFILES ?= "" | ||
7 | |||
8 | BBLAYERS ?= " \ | ||
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 | " | ||
17 | BBLAYERS_NON_REMOVABLE ?= " \ | ||
18 | ##COREBASE##/meta \ | ||
19 | ##COREBASE##/meta-yocto \ | ||
20 | " | ||