aboutsummaryrefslogtreecommitdiff
path: root/leg-virt-tiancore-edk2-upstream.yaml
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-12-17 18:14:34 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2015-12-17 18:14:34 +0100
commit53dcab670dcdce44946452538b4aa1a7336f630e (patch)
tree5b2e0deae8b9b03da28acfdab05c4b5c43431245 /leg-virt-tiancore-edk2-upstream.yaml
parent4bd48f87a1af514bb1201c47f26ee8a48b165aca (diff)
leg-virt-tianocore: add ArmVirtXen-ARM to the build
Change-Id: Ie72da46654806b39d629ac9b874ecd56d6243f31 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'leg-virt-tiancore-edk2-upstream.yaml')
-rw-r--r--leg-virt-tiancore-edk2-upstream.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/leg-virt-tiancore-edk2-upstream.yaml b/leg-virt-tiancore-edk2-upstream.yaml
index 82e2314c60..238f850d9b 100644
--- a/leg-virt-tiancore-edk2-upstream.yaml
+++ b/leg-virt-tiancore-edk2-upstream.yaml
@@ -116,6 +116,10 @@
build -a AARCH64 -t ${tc} -b ${type} -n $NUM_THREADS -p ArmVirtPkg/ArmVirtQemu.dsc -D SECURE_BOOT_ENABLE
cp Build/ArmVirtQemu-AARCH64/${type}_${tc}/FV/QEMU_EFI.fd ${OUTDIR}/QEMU-AARCH64/${type}_${tc}
+ mkdir -p ${OUTDIR}/XEN-ARM/${type}_${tc}
+ build -a ARM -t ${tc} -b ${type} -n $NUM_THREADS -p ArmVirtPkg/ArmVirtXen.dsc
+ cp Build/ArmVirtXen-ARM/${type}_${tc}/FV/XEN_EFI.fd ${OUTDIR}/XEN-ARM/${type}_${tc}
+
mkdir -p ${OUTDIR}/XEN-AARCH64/${type}_${tc}
build -a AARCH64 -t ${tc} -b ${type} -n $NUM_THREADS -p ArmVirtPkg/ArmVirtXen.dsc
cp Build/ArmVirtXen-AARCH64/${type}_${tc}/FV/XEN_EFI.fd ${OUTDIR}/XEN-AARCH64/${type}_${tc}