summaryrefslogtreecommitdiffstats
path: root/conf/template.p2041rdb/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/template.p2041rdb/bblayers.conf.sample')
-rw-r--r--conf/template.p2041rdb/bblayers.conf.sample21
1 files changed, 0 insertions, 21 deletions
diff --git a/conf/template.p2041rdb/bblayers.conf.sample b/conf/template.p2041rdb/bblayers.conf.sample
deleted file mode 100644
index c40e03e..0000000
--- a/conf/template.p2041rdb/bblayers.conf.sample
+++ /dev/null
@@ -1,21 +0,0 @@
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 "