meta-petalinux ============== This layer is a distro layer supporting Xilinx devices Supported architecture ======================= Boards Supported by this layer: * Xilinx Zynq architecture * Xilinx ZynqMP architecture * Xilinx Microblaze (Please refer to the associate .conf for more information) Additional information on Xilinx architectures can be found at: http://www.xilinx.com/support/index.htm Maintainers, Patches/Submissions, Community =========================================== Mailing list: meta-xilinx@lists.yoctoproject.org is used for questions, comments and patch review. It is subscriber only, so please register before posting. Please send any patches, pull requests, comments or questions for this layer to: meta-xilinx@lists.yoctoproject.org with '[meta-petalinux]' in the subject. Subscribe to mailing list at https://lists.yoctoproject.org/listinfo/meta-xilinx Maintainers: Manjukumar Harthikote Matha (manjukumar.harthikote-matha@xilinx.com) Bhargava Sreekantappa Gayathri (bhargava.sreekantappa-gayathri@xilinx.com) Dependencies ============ This layer depends on: URI: git://git.openembedded.org/bitbake URI: git://git.openembedded.org/openembedded-core URI: git://git.openembedded.org/meta-openembedded URI: git://git.openembedded.org/meta-qt5 URI: git://git.openembedded.org/meta-virtualization URI: git://git.openembedded.org/meta-browser URI: git://git.openembedded.org/meta-openamp URI: git://git.openembedded.org/meta-xilinx-tools URI: git://git.openembedded.org/meta-xilinx-bsp Build Instructions ================== The following instructions require a OE installation (or equivalent). Initialize a build using the 'oe-init-build-env' script in OE. Once initialized configure bblayers.conf by adding the 'meta-xilinx' layer. e.g.: BBLAYERS ?= " \ <path to layer>/meta-openembedded/meta-perl \ <path to layer>/meta-openembedded/meta-systemd \ <path to layer>/meta-openembedded/meta-gpe \ <path to layer>/meta-openembedded/meta-python \ <path to layer>/meta-openembedded/meta-efl \ <path to layer>/meta-openembedded/meta-ruby \ <path to layer>/meta-openembedded/meta-filesystems \ <path to layer>/meta-openembedded/meta-gnome \ <path to layer>/meta-openembedded/meta-multimedia \ <path to layer>/meta-openembedded/meta-networking \ <path to layer>/meta-openembedded/meta-webserver \ <path to layer>/meta-openembedded/meta-xfce \ <path to layer>/meta-openembedded/meta-initramfs \ <path to layer>/meta-openembedded/meta-oe \ <path to layer>/meta \ <path to layer>/meta-qt5 \ <path to layer>/meta-selftest \ <path to layer>/meta-skeleton \ <path to layer>/meta-openamp \ <path to layer>/meta-browser \ <path to layer>/meta-xilinx/meta-xilinx-bsp \ <path to layer>/meta-xilinx/meta-xilinx-contrib \ <path to layer>/meta-xilinx-tools \ <path to layer>/meta-petalinux \ " MALI USERSPACE BINARIES ======================= Please follow the instructions to include MALI 400 userspace binaries http://www.wiki.xilinx.com/Adding+MALI+userspace+binaries+in+Yocto+builds To build a specific target RPM packages configure the associated machine in local.conf: 1 MACHINE ?= "zynq-generic" Build the target file system image using bitbake: $ bitbake petalinux-image-full Once complete the rpm for the target machine will be available in the output directory 'tmp/deploy/rpm'.