Skip to content

Commit

Permalink
Include sources for two vivado versions in container
Browse files Browse the repository at this point in the history
  • Loading branch information
glennchid committed Feb 14, 2024
1 parent 0279b0a commit 512c06f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/scripts/tar-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ if [[ -z $1 ]]; then
fi

# Install tar file dependencies
curl -o u-boot-xlnx-xilinx-v2023.2.tar.gz -L https://github.com/Xilinx/u-boot-xlnx/archive/refs/tags/xilinx-v2023.2.tar.gz \
curl -o u-boot-xlnx-xilinx-v2022.2.tar.gz -L https://github.com/Xilinx/u-boot-xlnx/archive/refs/tags/xilinx-v2022.2.tar.gz \
-o u-boot-xlnx-xilinx-v2023.2.tar.gz -L https://github.com/Xilinx/u-boot-xlnx/archive/refs/tags/xilinx-v2023.2.tar.gz \
-o linux-xlnx-xilinx-v2022.2.tar.gz -L https://github.com/Xilinx/linux-xlnx/archive/refs/tags/xilinx-v2022.2.tar.gz \
-o linux-xlnx-xilinx-v2023.2.tar.gz -L https://github.com/Xilinx/linux-xlnx/archive/refs/tags/xilinx-v2023.2.tar.gz \
-o device-tree-xlnx-xilinx_v2022.2.tar.gz -L https://github.com/Xilinx/device-tree-xlnx/archive/refs/tags/xilinx_v2022.2.tar.gz \
-o device-tree-xlnx-xilinx_v2023.2.tar.gz -L https://github.com/Xilinx/device-tree-xlnx/archive/refs/tags/xilinx_v2023.2.tar.gz \
-o arm-trusted-firmware-xilinx-v2022.2.tar.gz -L https://github.com/Xilinx/arm-trusted-firmware/archive/refs/tags/xilinx-v2022.2.tar.gz \
-o arm-trusted-firmware-xilinx-v2023.2.tar.gz -L https://github.com/Xilinx/arm-trusted-firmware/archive/refs/tags/xilinx-v2023.2.tar.gz \
-o dtc-1.7.0.tar.gz -L https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/dtc-1.7.0.tar.gz

Expand Down

0 comments on commit 512c06f

Please sign in to comment.