carlesfernandez / docker-petalinux2

Docker image generation for Xilinx Petalinux Tools
MIT License
28 stars 22 forks source link

Only require Vivado update and patch if Vivado is to be installed #4

Closed MaxWipfli closed 3 months ago

MaxWipfli commented 8 months ago

This patch modifies the build script to only require the Vivado update and patch for version 2021.2 if Vivado is actually going to be installed. This is achieved by only checking for the Vivado patch and update if the Vivado installer is detected (and XILVER=2021.2).

This change makes it possible to create a container with PetaLinux 2021.2 (without Vivado) with only the PetaLinux installer.

carlesfernandez commented 3 months ago

Thanks!