summaryrefslogtreecommitdiffstats
path: root/conf/template.atom-c3000/bblayers.conf.sample
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2018-04-27 07:52:13 +0200
committerMartin Borg <martin.borg@enea.com>2018-04-30 12:34:16 +0200
commit9ef70423503654f613db4a86dbd2b831e256e9cc (patch)
tree5c8d926ced367227ef72c3167c818dfaf9208187 /conf/template.atom-c3000/bblayers.conf.sample
parent7cf40401da75074c24faa96620ddbf1aa1aba1f3 (diff)
downloadmeta-el-nfv-access-9ef70423503654f613db4a86dbd2b831e256e9cc.tar.gz
Rename machine name denverton -> atom-c3000
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'conf/template.atom-c3000/bblayers.conf.sample')
-rw-r--r--conf/template.atom-c3000/bblayers.conf.sample26
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/template.atom-c3000/bblayers.conf.sample b/conf/template.atom-c3000/bblayers.conf.sample
new file mode 100644
index 0000000..2ae2be9
--- /dev/null
+++ b/conf/template.atom-c3000/bblayers.conf.sample
@@ -0,0 +1,26 @@
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-x86 \
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 ##OEROOT##/meta-java \
26 "