# meta-avnet **Repository Path**: jiaochengliang/meta-avnet ## Basic Information - **Project Name**: meta-avnet - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-24 - **Last Updated**: 2021-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # meta-avnet Yocto layer that can be added on top of a Petalinux Project to add: - Avnet Machine Configurations: 'ultra96v2' - Avnet Tools and Programs - Avnet image (avnet-image-minimal) to include extra packages for Avnet boards' rootfs. To use it: - clone this repository in the project-spec/ folder inside your Petalinux project - in Petalinux config, 'Yocto Settings'/'User Layers', add a new layer with '${PROOT}/project-spec/meta-avnet' - in Petalinux config, change the YOCTO_MACHINE_NAME to use an Avnet Machine ('ultra96v2' for example) - then you can use 'petalinux-build -c avnet-image-minimal' to build your BSP