meta-xilinx =========== This layer provides Official support for Xilinx MicroBlaze and Zynq architectures as well as evaluation boards. Supported Boards/Machines ========================= Boards Supported by this layer (Please refer to the associate .conf for more information): * Xilinx KC705 Embedded TRD (MicroBlaze) * Xilinx ZC702 (Zynq) * Xilinx ZC706 (Zynq) * Avnet/Digilent ZedBoard (Zynq) Additional information on the MicroBlaze or Zynq architectures can be found at: http://www.xilinx.com/support/index.htm Maintainers, Patches/Submissions, Community =========================================== Please send any patches, pull requests, comments or questions for this layer to: meta-xilinx@lists.yoctoproject.org Maintainers: Nathan Rossi Sipke Vriend Dependencies ============ This layer depends on: URI: git://git.openembedded.org/bitbake URI: git://git.openembedded.org/openembedded-core layers: meta Build Instructions ================== The following instructions require a Poky installation (or equivalent). Initialize a build using the 'oe-init-build-env' script in Poky. Once initialized configure bblayers.conf by adding the 'meta-xilinx' layer. e.g.: BBLAYERS ?= " \ /oe-core/meta \ /meta-xilinx \ " To build a specific target BSP configure the associated machine in local.conf: MACHINE ?= "zc702-zynq7" Build the target file system image using bitbake: $ bitbake core-image-minimal Once complete the images for the target machine will be available in the output directory 'tmp/deploy/images'. Additional Documentation ======================== Additional documentation can be found in the 'docs/*' directory of this layer.