ckemere / meta-avnet

Used for overriding files generated by PetaLinux with Avnet board specific configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Used for overriding files generated by PetaLinux with Avnet board specific configurations.

License:MIT License


Languages

Language:C 37.5%Language:Shell 20.4%Language:C++ 16.5%Language:Python 11.4%Language:BitBake 6.0%Language:HTML 4.4%Language:PHP 2.9%Language:Makefile 0.6%Language:GDB 0.2%Language:CSS 0.2%