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 --- README | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..a405970 --- /dev/null +++ b/README @@ -0,0 +1,67 @@ +meta-el-accelerated +=================================================================== + +This layer contains distro customizations specific to the Enea Linux +Accelerated) profile releases. + +Dependencies +============ + +This layer depends on: + + URI: git://git.yoctoproject.org/poky + branch: sumo + + URI: git://git.enea.com/linux/meta-el-common + branch: sumo + + URI: git://git.enea.com/amp/meta-amp + branch: sumo + + +Source code +=========== + +git://git.enea.com/linux/meta-el-accelerated.git + + +Patches +======= + +Please submit any patches against the el-accelerated layer to the +following mailing list: linux@lists.enea.com + +Maintainers: +Adrian Mangeac +Dan Andresan + + +Table +================= + + I. Adding the el-accelerated layer to your build + II. Misc + + +I. Adding the el-accelerated layer to your build +================================================= + +In order to use this layer, you need to make the build system aware of +it. + +Assuming the el-accelerated layer exists at the top-level of your +yocto build tree, you can add it to the build system by adding the +location of the el-accelerated layer to bblayers.conf, along with any +other layers needed. e.g.: + + + BBLAYERS ?= " \ + /path/to/yocto/meta \ + /path/to/yocto/meta-poky \ + /path/to/yocto/meta-amp \ + /path/to/yocto/meta-el-common \ + /path/to/yocto/meta-el-accelerated\ + " + +II. Misc +======== -- cgit v1.2.3-54-g00ecf