summaryrefslogtreecommitdiffstats
path: root/conf/template.inteld1521-sdk/bblayers.conf.sample
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-03-20 13:32:42 +0100
committerMartin Borg <martin.borg@enea.com>2017-03-22 11:24:37 +0100
commit17d503dd5d6be7e868b26308724aaa18368be10d (patch)
tree31ee0ef4c33e0d1d521f60f0e748db23efb324ba /conf/template.inteld1521-sdk/bblayers.conf.sample
parent044c463555c5a7a8a81cd06a83bbc24c1b3c0906 (diff)
downloadmeta-el-virtualization-17d503dd5d6be7e868b26308724aaa18368be10d.tar.gz
Add template for building the sdk images
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'conf/template.inteld1521-sdk/bblayers.conf.sample')
-rw-r--r--conf/template.inteld1521-sdk/bblayers.conf.sample22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/template.inteld1521-sdk/bblayers.conf.sample b/conf/template.inteld1521-sdk/bblayers.conf.sample
new file mode 100644
index 0000000..1d175ae
--- /dev/null
+++ b/conf/template.inteld1521-sdk/bblayers.conf.sample
@@ -0,0 +1,22 @@
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-virtualization \
12 ##OEROOT##/meta-enea-virtualization \
13 ##OEROOT##/meta-enea-bsp-common \
14 ##OEROOT##/meta-enea-bsp-x86 \
15 ##OEROOT##/meta-intel \
16 ##OEROOT##/meta-openembedded/meta-oe \
17 ##OEROOT##/meta-openembedded/meta-networking \
18 ##OEROOT##/meta-openembedded/meta-filesystems \
19 ##OEROOT##/meta-openembedded/meta-python \
20 ##OEROOT##/meta-virtualization \
21 ##OEROOT##/meta-poky \
22 "