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, 19 insertions, 0 deletions
diff --git a/conf/template.qemuppc/bblayers.conf.sample b/conf/template.qemuppc/bblayers.conf.sample
new file mode 100644
index 0000000..fd5b38a
--- /dev/null
+++ b/conf/template.qemuppc/bblayers.conf.sample
@@ -0,0 +1,19 @@
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 "