summaryrefslogtreecommitdiffstats
path: root/conf/template.raspberrypi3-64/bblayers.conf.sample
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-11-27 15:10:35 +0100
committerMartin Borg <martin.borg@enea.com>2017-11-27 16:13:27 +0100
commit956bc5498f28f2836f02c57a0d66d66f258d61cf (patch)
tree453df2b83c9a955102de16f16613e3ce55c0a5a7 /conf/template.raspberrypi3-64/bblayers.conf.sample
parent05f628b53bc06bd3427c98573f4abfa6facd98d7 (diff)
downloadmeta-el-standard-956bc5498f28f2836f02c57a0d66d66f258d61cf.tar.gz
templates: Remove unsupported targets and add raspberrypi
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'conf/template.raspberrypi3-64/bblayers.conf.sample')
-rw-r--r--conf/template.raspberrypi3-64/bblayers.conf.sample20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/template.raspberrypi3-64/bblayers.conf.sample b/conf/template.raspberrypi3-64/bblayers.conf.sample
new file mode 100644
index 0000000..d0c10e3
--- /dev/null
+++ b/conf/template.raspberrypi3-64/bblayers.conf.sample
@@ -0,0 +1,20 @@
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-raspberrypi \
12 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-enea-bsp-arm \
14 ##OEROOT##/meta-el-common \
15 ##OEROOT##/meta-el-standard \
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 "