summaryrefslogtreecommitdiffstats
path: root/conf/template.inteld1521/bblayers.conf.sample
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2016-12-20 11:56:35 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-12-22 10:05:52 +0100
commitdbe4b4cdba82f04b61a40444763865f6e76fa857 (patch)
tree6b10445a7d712424f5a24639e26a62e4d77d13de /conf/template.inteld1521/bblayers.conf.sample
parent13492a79213705e76374e3227460291300eb8439 (diff)
downloadmeta-el-virtualization-dbe4b4cdba82f04b61a40444763865f6e76fa857.tar.gz
rename intel-corei7-64 to inteld1521
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/template.inteld1521/bblayers.conf.sample')
-rw-r--r--conf/template.inteld1521/bblayers.conf.sample22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/template.inteld1521/bblayers.conf.sample b/conf/template.inteld1521/bblayers.conf.sample
new file mode 100644
index 0000000..1d175ae
--- /dev/null
+++ b/conf/template.inteld1521/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 "