summaryrefslogtreecommitdiffstats
path: root/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2013-04-28 19:19:17 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2013-04-30 08:48:05 +0300
commitd0a877bb1f84ca12dd299971b9322e5753d3ee8f (patch)
tree670797dd9ae2da6cb7ad28a30cb827278a17d64f /conf/bblayers.conf.sample
parentf63cf1b70fb31413a8f02728f119214fb865fff2 (diff)
downloadmeta-boot2qt-d0a877bb1f84ca12dd299971b9322e5753d3ee8f.tar.gz
Create new meta layer and distro for B2Qt on embedded Linux
Change-Id: I0dccd0d118b95cf2a5aa39cf5fcdbf69787630a4 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
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 "