This is an old revision of the document!
Overview
Various and sundry info for Digilent/Avnet Zynq-7000-based Zedboard, based on unsupported Fedora 30.
Links
Yocto Project build
Setup
Stick with (for now) thud checkout for poky and meta-xilinx-bsp.
SCONF_VERSION = "1" SOURCE_MIRROR_URL ?= "file:///home/rpjday/oe/dist/tarballs/" INHERIT += "own-mirrors" BB_GENERATE_MIRROR_TARBALLS = "1" # BB_NO_NETWORK = "1"
MACHINE = "zedboard-zynq7" INHERIT_remove = "uninative"
BBLAYERS ?= " \ /home/rpjday/oe/dist/layers/poky/meta \ /home/rpjday/oe/dist/layers/poky/meta-poky \ /home/rpjday/oe/dist/layers/poky/meta-yocto-bsp \ /home/rpjday/oe/dist/layers/xilinx/meta-xilinx/meta-xilinx-bsp \ "
$ bitbake --runall=fetch core-image-minimal