summaryrefslogtreecommitdiffstats
path: root/conf/template.p2041rdb/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2016-03-17 17:30:36 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-03-18 09:56:20 +0100
commit207ebfbb6412731db176b06a20365819c6504789 (patch)
treef8913e1df9f785ba1374f115f970fcde5e0316a5 /conf/template.p2041rdb/conf/bblayers.conf.sample
parent3d8b87c0eeb213b43fc97b1e4b0ff3df3fd1468a (diff)
downloadmeta-el-common-207ebfbb6412731db176b06a20365819c6504789.tar.gz
meta-enea-base: add conf templates
Add conf templates for p2041rdb and qemuppc Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/template.p2041rdb/conf/bblayers.conf.sample')
-rw-r--r--conf/template.p2041rdb/conf/bblayers.conf.sample21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/template.p2041rdb/conf/bblayers.conf.sample b/conf/template.p2041rdb/conf/bblayers.conf.sample
new file mode 100644
index 0000000..c40e03e
--- /dev/null
+++ b/conf/template.p2041rdb/conf/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-ppc \
13 ##OEROOT##/meta-fsl-ppc \
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 "