From 9822fdbf17b5b378423cda70a52c6e2829c35c5f Mon Sep 17 00:00:00 2001 From: Adrian Mangeac Date: Tue, 18 Jun 2019 16:45:07 +0200 Subject: Initial revision Add image definitions and config template for Xilinx zcu102-zynqmp reference board. Change-Id: I69193a57313f3c2d4ab5d9ac1e0b752a9ecf8ded Signed-off-by: Adrian Mangeac --- conf/template.zcu102-zynqmp/bblayers.conf.sample | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 conf/template.zcu102-zynqmp/bblayers.conf.sample (limited to 'conf/template.zcu102-zynqmp/bblayers.conf.sample') diff --git a/conf/template.zcu102-zynqmp/bblayers.conf.sample b/conf/template.zcu102-zynqmp/bblayers.conf.sample new file mode 100644 index 0000000..d446e21 --- /dev/null +++ b/conf/template.zcu102-zynqmp/bblayers.conf.sample @@ -0,0 +1,23 @@ +# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf +# changes incompatibly +POKY_BBLAYERS_CONF_VERSION = "2" + +BBPATH = "${TOPDIR}" +BBFILES ?= "" + +BBLAYERS ?= " \ + ##OEROOT##/meta \ + ##OEROOT##/meta-poky \ + ##OEROOT##/meta-xilinx/meta-xilinx-bsp \ + ##OEROOT##/meta-enea-bsp-common \ + ##OEROOT##/meta-enea-bsp-arm \ + ##OEROOT##/meta-el-common \ + ##OEROOT##/meta-el-accelerated \ + ##OEROOT##/meta-openembedded/meta-oe \ + ##OEROOT##/meta-openembedded/meta-networking \ + ##OEROOT##/meta-openembedded/meta-filesystems \ + ##OEROOT##/meta-openembedded/meta-python \ + ##OEROOT##/meta-amp \ + ##OEROOT##/meta-umLinx \ + ##OEROOT##/meta-jailhouse \ + " -- cgit v1.2.3-54-g00ecf