Skip to content

Commit

Permalink
Merge pull request #88 from denics/patch-1
Browse files Browse the repository at this point in the history
Update vocalfusion.yml to compile against currently installed kernel
  • Loading branch information
goldyfruit authored May 24, 2024
2 parents 348f974 + 1364f02 commit 204101d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/ovos_hardware_mark2/tasks/vocalfusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
dest: "{{ _ovos_hardware_mark2_vocalfusion_src_path }}"
version: "{{ ovos_hardware_mark2_vocalfusion_branch }}"

- name: Override variable for newer kernels
set_fact:
_ovos_hardware_mark2_lib_modules_path: "/lib/modules/{{ ansible_kernel }}"
when: ansible_kernel is version(_ovos_hardware_mark2_kernel_target, '>=')

- name: Copy DTBO files to /boot/overlays
vars:
_is_rpi5: "{{ '-pi5' if 'Raspberry Pi 5' in ovos_installer_raspberrypi else '' }}"
Expand Down

0 comments on commit 204101d

Please sign in to comment.