From: Jon Mason <jon.mason@arm.com>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH 2/2] ci: update edk2 yml file to work with qemuarm/qemuarm64
Date: Mon, 20 Jun 2022 11:29:13 -0400 [thread overview]
Message-ID: <20220620152913.3563-2-jon.mason@arm.com> (raw)
In-Reply-To: <20220620152913.3563-1-jon.mason@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
.gitlab-ci.yml | 4 ++++
ci/edk2.yml | 6 ++++++
ci/jobs-to-kas | 2 +-
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6532fd09..f91d678a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -185,6 +185,9 @@ qemuarm64:
extends: .build
parallel:
matrix:
+ - TOOLCHAINS: [gcc, clang]
+ EFI: [uboot, edk2]
+ TESTING: testimage
- VIRT: xen
qemuarm-secureboot:
@@ -199,6 +202,7 @@ qemuarm:
parallel:
matrix:
- TOOLCHAINS: [gcc, clang]
+ EFI: [uboot, edk2]
TESTING: testimage
- VIRT: xen
diff --git a/ci/edk2.yml b/ci/edk2.yml
index 77eaee88..219ee28b 100644
--- a/ci/edk2.yml
+++ b/ci/edk2.yml
@@ -7,3 +7,9 @@ local_conf_header:
MACHINE_FEATURES += "efi"
TFA_UBOOT = "0"
TFA_UEFI = "1"
+
+ EXTRA_IMAGEDEPENDS += "edk2-firmware"
+ EFI_PROVIDER ?= "grub-efi"
+
+ QB_DEFAULT_BIOS = "QEMU_EFI.fd"
+ WKS_FILE ?= "efi-disk.wks.in"
diff --git a/ci/jobs-to-kas b/ci/jobs-to-kas
index f442a22d..d6896b77 100755
--- a/ci/jobs-to-kas
+++ b/ci/jobs-to-kas
@@ -18,7 +18,7 @@ for i in $(echo $1 | cut -s -d ':' -f 2 | sed 's/[][,]//g'); do
# defaults, we can simply ignore those parameters. They are necessary
# to pass in so that matrix can correctly setup all of the permutations
# of each individual run.
- if [[ $i == 'none' || $i == 'gcc' || $i == 'glibc' ]]; then
+ if [[ $i == 'none' || $i == 'gcc' || $i == 'glibc' || $i == 'uboot' ]]; then
continue
fi
FILES+=":ci/$i.yml"
--
2.17.1
next prev parent reply other threads:[~2022-06-24 17:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-20 15:29 [PATCH 1/2] arm/edk2: add support for qemuarm and qemuarm64 Jon Mason
2022-06-20 15:29 ` Jon Mason [this message]
2022-06-27 14:03 ` Jon Mason
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220620152913.3563-2-jon.mason@arm.com \
--to=jon.mason@arm.com \
--cc=meta-arm@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.