summaryrefslogtreecommitdiffstats
path: root/conf/template.qemux86/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/template.qemux86/bblayers.conf.sample')
-rw-r--r--conf/template.qemux86/bblayers.conf.sample18
1 files changed, 0 insertions, 18 deletions
diff --git a/conf/template.qemux86/bblayers.conf.sample b/conf/template.qemux86/bblayers.conf.sample
deleted file mode 100644
index 8639ca1..0000000
--- a/conf/template.qemux86/bblayers.conf.sample
+++ /dev/null
@@ -1,18 +0,0 @@
1# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3POKY_BBLAYERS_CONF_VERSION = "2"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-el-common \
11 ##OEROOT##/meta-el-standard \
12 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-openembedded/meta-oe \
14 ##OEROOT##/meta-openembedded/meta-networking \
15 ##OEROOT##/meta-openembedded/meta-filesystems \
16 ##OEROOT##/meta-openembedded/meta-python \
17 ##OEROOT##/meta-poky \
18 "