summaryrefslogtreecommitdiffstats
path: root/conf/template.ls1021aiot/bblayers.conf.sample
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2016-04-26 13:52:41 +0200
committerCatalina Focsa <catalina.focsa@enea.com>2016-04-26 17:44:21 +0200
commit3736a0e8676991562fa5a611636c8f96a6c066a0 (patch)
tree221fa0275bf5d633fb75049c31bebf3f89a89965 /conf/template.ls1021aiot/bblayers.conf.sample
parent47cc142a5283e493da4609f3b08ec00a09d5cef6 (diff)
downloadmeta-el-standard-3736a0e8676991562fa5a611636c8f96a6c066a0.tar.gz
ls1021a-iot template
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
Diffstat (limited to 'conf/template.ls1021aiot/bblayers.conf.sample')
-rw-r--r--conf/template.ls1021aiot/bblayers.conf.sample20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/template.ls1021aiot/bblayers.conf.sample b/conf/template.ls1021aiot/bblayers.conf.sample
new file mode 100644
index 0000000..2ffe15a
--- /dev/null
+++ b/conf/template.ls1021aiot/bblayers.conf.sample
@@ -0,0 +1,20 @@
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-poky \
11 ##OEROOT##/meta-fsl-arm \
12 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-enea-bsp-arm \
14 ##OEROOT##/meta-el-common \
15 ##OEROOT##/meta-el-standard \
16 ##OEROOT##/meta-openembedded/meta-oe \
17 ##OEROOT##/meta-openembedded/meta-networking \
18 ##OEROOT##/meta-openembedded/meta-filesystems \
19 ##OEROOT##/meta-openembedded/meta-python \
20 "