Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Add 2019.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Nov 20, 2019
1 parent 896051d commit 6b49f6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
12 changes: 3 additions & 9 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
---
# 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

# 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
Expand Down

0 comments on commit 6b49f6c

Please sign in to comment.