aboutsummaryrefslogtreecommitdiff
path: root/ledge
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2019-12-26 22:40:33 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2019-12-26 22:41:44 +0300
commit7cee197e94091564beadccbb9fe744c9fbe37883 (patch)
treeb572c52ea6fb3820ba87ca64eab630532a27d7d8 /ledge
parent41d786313a21c89b67243bf40c36e2fc6773a4fe (diff)
ledge-oe: enable qemu x86_64 ovmf wic image test
create template for qemu x86_64 machine and run ledge wic image test on that machine. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Change-Id: Ifa55d2fd135d09e155b50061e3b42aef69b85f73
Diffstat (limited to 'ledge')
-rwxr-xr-xledge/oe/builders.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ledge/oe/builders.sh b/ledge/oe/builders.sh
index 270e3baa..3dad9b92 100755
--- a/ledge/oe/builders.sh
+++ b/ledge/oe/builders.sh
@@ -182,6 +182,8 @@ ROOTFS_EXT4=$(find ${DEPLOY_DIR_IMAGE} -type f -name "ledge-*${MACHINE}-*${BUILD
ROOTFS_TARXZ_IMG=$(find ${DEPLOY_DIR_IMAGE} -type f -name "ledge-*${MACHINE}-*${BUILD_NUMBER}.rootfs.tar.xz" -printf "%f\n")
HDD_IMG=$(find ${DEPLOY_DIR_IMAGE} -type f -name "ledge-*${MACHINE}-*${BUILD_NUMBER}.hddimg.xz" -printf "%f\n")
INITRD_URL=""
+OVMF=$(find ${DEPLOY_DIR_IMAGE} -type f -name "ovmf.qcow2" -printf "%f\n")
+
case "${MACHINE}" in
ledge-am57xx-evm)
# QEMU arm 32bit needs the zImage file, not the uImage file.
@@ -260,6 +262,7 @@ MAKE_KERNELVERSION=${MAKE_KERNELVERSION}
TOOLCHAIN="${TARGET_SYS} ${GCCVERSION}"
KERNEL_ARGS="${KERNEL_ARGS}"
INITRD_URL="${INITRD_URL}"
+OVMF="${OVMF}"
EOF
cat ${WORKSPACE}/post_build_lava_parameters