aarch64: add edk2-arm UEFI firmware for oz/imagefactory/openqa for armhfp on aarch64 processes
This commit is contained in:
parent
cf1071a7f9
commit
a3b174ccf7
3 changed files with 9 additions and 1848 deletions
File diff suppressed because it is too large
Load diff
|
@ -98,12 +98,11 @@
|
|||
tags:
|
||||
- koji_builder
|
||||
|
||||
- name: Hotfix Oz for aarch64 console
|
||||
copy: src=Guest.py dest=/usr/lib/python2.7/site-packages/oz/Guest.py mode=0644
|
||||
- name: Install arm UEFI firmware package (aarch64 only)
|
||||
dnf: name=edk2-arm state=present
|
||||
tags:
|
||||
- koji_builder
|
||||
notify:
|
||||
- restart kojid
|
||||
when: "ansible_architecture is defined and ansible_architecture == 'aarch64'"
|
||||
|
||||
- name: Re byte compile Guest.py (if needed)
|
||||
command: python2 -m compileall /usr/lib/python2.7/site-packages/oz/Guest.py
|
||||
|
|
|
@ -42,6 +42,12 @@
|
|||
- packages
|
||||
when: "ansible_architecture is defined and ansible_architecture == 'aarch64'"
|
||||
|
||||
- name: Install arm UEFI firmware package (aarch64 only)
|
||||
dnf: name=edk2-arm state=present
|
||||
tags:
|
||||
- packages
|
||||
when: "ansible_architecture is defined and ansible_architecture == 'aarch64'"
|
||||
|
||||
- name: Install rng-tools (if specified by openqa_rngd var)
|
||||
dnf: name=rng-tools state=present
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue