summaryrefslogtreecommitdiffstats
path: root/conf/template.qemuarm64/bblayers.conf.sample
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-03-06 10:32:24 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2018-03-08 14:48:35 +0100
commitc95d0dc34eb0b916d2ed445f4202635a5f5e8419 (patch)
tree704b88f67f55adbc36534dc1b72cf7f038953e9a /conf/template.qemuarm64/bblayers.conf.sample
parentf8992b8ede1f952aa813e7538ada5f6c098e53ef (diff)
downloadmeta-el-nfv-access-c95d0dc34eb0b916d2ed445f4202635a5f5e8419.tar.gz
templates: Remove unsupported targets
Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/template.qemuarm64/bblayers.conf.sample')
-rw-r--r--conf/template.qemuarm64/bblayers.conf.sample25
1 files changed, 0 insertions, 25 deletions
diff --git a/conf/template.qemuarm64/bblayers.conf.sample b/conf/template.qemuarm64/bblayers.conf.sample
deleted file mode 100644
index 136dee1..0000000
--- a/conf/template.qemuarm64/bblayers.conf.sample
+++ /dev/null
@@ -1,25 +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-poky \
11 ##OEROOT##/meta-intel \
12 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-enea-bsp-arm \
14 ##OEROOT##/meta-virtualization \
15 ##OEROOT##/meta-enea-virtualization \
16 ##OEROOT##/meta-el-common \
17 ##OEROOT##/meta-el-nfv-access \
18 ##OEROOT##/meta-openembedded/meta-oe \
19 ##OEROOT##/meta-openembedded/meta-networking \
20 ##OEROOT##/meta-openembedded/meta-filesystems \
21 ##OEROOT##/meta-openembedded/meta-python \
22 ##OEROOT##/meta-openembedded/meta-webserver \
23 ##OEROOT##/meta-cloud-services \
24 ##OEROOT##/meta-cloud-services/meta-openstack \
25 "