Opvolger/ansible/starfive-visionfive2-update-kernel.yaml
2024-12-01 21:28:16 +01:00

14 lines
404 B
YAML

---
- hosts: localhost
vars:
build_jobs: 16
target: /dev/sdb
on_boot:
boot_device: "mmc 1"
rootfs_location: "/dev/mmcblk1p3"
opensbi: "{{ starfive_visionfive2_opensbi }}"
u_boot: "{{ starfive_visionfive2_u_boot }}"
kernel: "{{ starfive_visionfive2_kernel }}"
tasks:
- include_tasks: tasks/build-kernel.yaml
- include_tasks: tasks/copy-kernel-to-drive.yaml