summaryrefslogtreecommitdiffstats
path: root/conf/template.raspberrypi3-64-rt/bblayers.conf.sample
diff options
context:
space:
mode:
authorDaniel BORNAZ <daniel.bornaz@enea.com>2019-09-16 17:53:11 +0200
committerDaniel BORNAZ <daniel.bornaz@enea.com>2019-09-16 17:53:21 +0200
commit1c8efe531421563c3be49327d52018733926210a (patch)
tree34234031150d4335a52afcde9e395ae6b54985fb /conf/template.raspberrypi3-64-rt/bblayers.conf.sample
parent16cc428a7ef78bc6dc7fe962a57c1e6b4d31ec10 (diff)
downloadmeta-el-standard-1c8efe531421563c3be49327d52018733926210a.tar.gz
Added PREEMPT_RT RPi3 template
Template files for the RPi3 platform running a PREEMPT_RT patched 4.19 kernel. Change-Id: I7ba82d35e6edccee64047f5af33164a4fbcc08c0
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, 20 insertions, 0 deletions
diff --git a/conf/template.raspberrypi3-64-rt/bblayers.conf.sample b/conf/template.raspberrypi3-64-rt/bblayers.conf.sample
new file mode 100644
index 0000000..a567f27
--- /dev/null
+++ b/conf/template.raspberrypi3-64-rt/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-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 "