summaryrefslogtreecommitdiffstats
path: root/conf/template.zcu102-zynqmp/bblayers.conf.sample
diff options
context:
space:
mode:
authorDaniel BORNAZ <daniel.bornaz@enea.com>2020-07-07 09:39:36 +0200
committerDaniel BORNAZ <daniel.bornaz@enea.com>2020-07-07 09:39:42 +0200
commited11cd82055b543f01e5a4b1ad68dfc5aca4d535 (patch)
tree29e05415bb4e5830cf962d7c5b31bb8f18e89e7c /conf/template.zcu102-zynqmp/bblayers.conf.sample
parent3605ad00f311c8253323433f4941ab4000f2f8a7 (diff)
downloadmeta-el-accelerated-ed11cd82055b543f01e5a4b1ad68dfc5aca4d535.tar.gz
Added Xilinx ZCU-102 target for EL8.1
Created the build template with Xilinx ZCU-102 profile for Enea Linux 8.1. Change-Id: Iae7c52874ad4388b05b7f0fdb95173f55d65811d
Diffstat (limited to 'conf/template.zcu102-zynqmp/bblayers.conf.sample')
-rw-r--r--conf/template.zcu102-zynqmp/bblayers.conf.sample20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/template.zcu102-zynqmp/bblayers.conf.sample b/conf/template.zcu102-zynqmp/bblayers.conf.sample
new file mode 100644
index 0000000..6238383
--- /dev/null
+++ b/conf/template.zcu102-zynqmp/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-enea-bsp-common \
12 ##OEROOT##/meta-xilinx/meta-xilinx-bsp \
13 ##OEROOT##/meta-el-common \
14 ##OEROOT##/meta-openembedded/meta-oe \
15 ##OEROOT##/meta-openembedded/meta-networking \
16 ##OEROOT##/meta-openembedded/meta-filesystems \
17 ##OEROOT##/meta-openembedded/meta-python \
18 ##OEROOT##/meta-amp \
19 ##OEROOT##/meta-el-accelerated \
20 "