From 6b49f6cef6dcbdab5961a294a8938c9a592796e5 Mon Sep 17 00:00:00 2001 From: jgoutin Date: Wed, 20 Nov 2019 11:55:55 +0100 Subject: [PATCH] Add 2019.2 --- README.md | 2 +- defaults/main.yml | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2e6120d..330fd50 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The role requires to be run as root on the target host. Role Variables -------------- -* **xilinx_xrt_version**: Xilinx XRT version to install. Default to `2018.3`. +* **xilinx_xrt_version**: Xilinx XRT version to install. Default to latest available. * **xilinx_xrt_aws**: If `true`, also install AWS XRT package. Default to `false`. * **xilinx_xrt_ensure_compatible_kernel**: If `true`, ensure the Linux kernel installed is compatible. Default to `true`. diff --git a/defaults/main.yml b/defaults/main.yml index d1fd5c4..0580505 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- # Xilinx XRT version to install -xilinx_xrt_version: '2019.1' +xilinx_xrt_version: '2019.2' # Install the AWS extension to XRT xilinx_xrt_aws: false @@ -8,15 +8,9 @@ xilinx_xrt_aws: false # Internals variables # ------------------- -# No Xilinx repository, It is currently required to hardcode package names if -# not building from sources -# - This will not ensure the up to date version of the package is installed -# - This may become broken at any time -# If not as reliable, will need to build from source (But this will make install -# far longer, and require to polute machine with build requirements) -# Opened Github issue to see if providing packages repositories is possible: -# See: https://github.com/Xilinx/XRT/issues/1674 +# XRT packages version list xilinx_xrt_packages: + '2019.2': 201920.2.3.1301 '2019.1': 201910.2.2.2250 '2018.3': 201830.2.1.1794 '2018.2': 201802.2.1.127