summaryrefslogtreecommitdiffstats
path: root/conf/template.zcu102-zynqmp/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/template.zcu102-zynqmp/bblayers.conf.sample')
-rw-r--r--conf/template.zcu102-zynqmp/bblayers.conf.sample21
1 files changed, 21 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..02157cd
--- /dev/null
+++ b/conf/template.zcu102-zynqmp/bblayers.conf.sample
@@ -0,0 +1,21 @@
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-enea-bsp-arm \
13 ##OEROOT##/meta-xilinx/meta-xilinx-bsp \
14 ##OEROOT##/meta-el-common \
15 ##OEROOT##/meta-openembedded/meta-oe \
16 ##OEROOT##/meta-openembedded/meta-networking \
17 ##OEROOT##/meta-openembedded/meta-filesystems \
18 ##OEROOT##/meta-openembedded/meta-python \
19 ##OEROOT##/meta-amp \
20 ##OEROOT##/meta-el-accelerated \
21 "