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

Commit

Permalink
Fix XRT kernel version for Ubuntu Bionic.
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Oct 3, 2019
1 parent 5629be8 commit 896051d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ xrt_kernel_spec:
'2018.2': 3.10.0-957
Debian:
bionic:
'2019.1': 4.18.0
'2018.3': 4.18.0
'2018.2': 4.18.0

xrt_linux_kernel_version: "{{ xilinx_xrt_version | string |
xrt_kernel(xrt_kernel_spec, ansible_facts)}}"

0 comments on commit 896051d

Please sign in to comment.