From 99837afe736e40c5037fd2b5134a8babaa3b146e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 26 Nov 2015 14:34:21 -0800 Subject: [PATCH] openqa workers: install UEFI firmware package This comes from the kraxel.org repo and was added to the infra repo by nirik. Note that it is technically non-freely licensed. It contains a FAT implementation; Microsoft has granted an exemption from the FAT patent purely for the purpose of implementing a UEFI firmware, so there is a use restriction on this code. License can be found (as I write this) at: https://github.com/tianocore/edk2/blob/master/FatBinPkg/License.txt --- roles/openqa/worker/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openqa/worker/tasks/main.yml b/roles/openqa/worker/tasks/main.yml index 70c4c70ed9..cad6c2b2ff 100644 --- a/roles/openqa/worker/tasks/main.yml +++ b/roles/openqa/worker/tasks/main.yml @@ -24,6 +24,7 @@ with_items: - openqa-worker - libselinux-python + - edk2.git-ovmf-x64 tags: - packages