summaryrefslogtreecommitdiffstats
path: root/conf/template.qemuppc/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/template.qemuppc/bblayers.conf.sample')
-rw-r--r--conf/template.qemuppc/bblayers.conf.sample19
1 files changed, 0 insertions, 19 deletions
diff --git a/conf/template.qemuppc/bblayers.conf.sample b/conf/template.qemuppc/bblayers.conf.sample
deleted file mode 100644
index fd5b38a..0000000
--- a/conf/template.qemuppc/bblayers.conf.sample
+++ /dev/null
@@ -1,19 +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-poky \
13 "
14BBLAYERS_NON_REMOVABLE ?= " \
15 ##OEROOT##/meta \
16 ##OEROOT##/meta-poky \
17 ##OEROOT##/meta-enea-base \
18 ##OEROOT##/meta-enea-bsp-base \
19 "