summaryrefslogtreecommitdiffstats
path: root/conf/template.ls1021atwr/bblayers.conf.sample
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2016-03-30 16:10:41 +0300
committerStefan Sicleru <stefan.sicleru@enea.com>2016-03-31 10:51:01 +0200
commit88a73cdc79d09dc66a7767c102770258d08ac043 (patch)
treec8f26771c1ad3166831dbd0613e204be41de4483 /conf/template.ls1021atwr/bblayers.conf.sample
parent779c492f7b69ce0a2bc739e5f8f47de0262bf559 (diff)
downloadmeta-el-common-88a73cdc79d09dc66a7767c102770258d08ac043.tar.gz
conf: Add environment templates for ls1021twr
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'conf/template.ls1021atwr/bblayers.conf.sample')
-rw-r--r--conf/template.ls1021atwr/bblayers.conf.sample21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/template.ls1021atwr/bblayers.conf.sample b/conf/template.ls1021atwr/bblayers.conf.sample
new file mode 100644
index 0000000..868d0e1
--- /dev/null
+++ b/conf/template.ls1021atwr/bblayers.conf.sample
@@ -0,0 +1,21 @@
1# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3POKY_BBLAYERS_CONF_VERSION = "1"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-enea-base \
11 ##OEROOT##/meta-enea-bsp-base \
12 ##OEROOT##/meta-enea-bsp-arm \
13 ##OEROOT##/meta-fsl-arm \
14 ##OEROOT##/meta-poky \
15 "
16BBLAYERS_NON_REMOVABLE ?= " \
17 ##OEROOT##/meta \
18 ##OEROOT##/meta-poky \
19 ##OEROOT##/meta-enea-base \
20 ##OEROOT##/meta-enea-bsp-base \
21 "