summaryrefslogtreecommitdiffstats
path: root/conf/template.raspberrypi3-64-rt/bblayers.conf.sample
diff options
context:
space:
mode:
authorDaniel BORNAZ <daniel.bornaz@enea.com>2019-10-04 13:33:18 +0200
committerDaniel BORNAZ <daniel.bornaz@enea.com>2019-10-04 13:33:24 +0200
commitaa33e6ccd1360dedc134baa75b85c896aa58aa6a (patch)
treea5041b51d7b3336142fd9992843fdf581fdfe959 /conf/template.raspberrypi3-64-rt/bblayers.conf.sample
parent89aa77c93b14cd6aa49833be71422d8971a4c3b9 (diff)
downloadmeta-el-standard-aa33e6ccd1360dedc134baa75b85c896aa58aa6a.tar.gz
Removed the RPi preempt-rt profile
Preempt-rt profile for RPi was moved to meta-el-rt layer. Change-Id: I947c23aa6c5d97302011162d7b261b9495e6a363
Diffstat (limited to 'conf/template.raspberrypi3-64-rt/bblayers.conf.sample')
-rw-r--r--conf/template.raspberrypi3-64-rt/bblayers.conf.sample20
1 files changed, 0 insertions, 20 deletions
diff --git a/conf/template.raspberrypi3-64-rt/bblayers.conf.sample b/conf/template.raspberrypi3-64-rt/bblayers.conf.sample
deleted file mode 100644
index a567f27..0000000
--- a/conf/template.raspberrypi3-64-rt/bblayers.conf.sample
+++ /dev/null
@@ -1,20 +0,0 @@
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-el-common \
14 ##OEROOT##/meta-el-standard \
15 ##OEROOT##/meta-enea-bsp-arm \
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 "