summaryrefslogtreecommitdiffstats
path: root/conf/template.qemuarm64/bblayers.conf.sample
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-09-08 13:19:11 +0200
committerMartin Borg <martin.borg@enea.com>2017-09-14 13:33:31 +0200
commitacabe0ecfc4726e459f34a2b35289c473dca3bf3 (patch)
treee0b07f6b9d674b07e657b6b4cee6b0a58f72393a /conf/template.qemuarm64/bblayers.conf.sample
parent8634480e8dbe1057bc6c152df764e94a50282091 (diff)
downloadmeta-el-nfv-access-acabe0ecfc4726e459f34a2b35289c473dca3bf3.tar.gz
conf: Add template for qemuarm64
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'conf/template.qemuarm64/bblayers.conf.sample')
-rw-r--r--conf/template.qemuarm64/bblayers.conf.sample25
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/template.qemuarm64/bblayers.conf.sample b/conf/template.qemuarm64/bblayers.conf.sample
new file mode 100644
index 0000000..136dee1
--- /dev/null
+++ b/conf/template.qemuarm64/bblayers.conf.sample
@@ -0,0 +1,25 @@
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 "