aboutsummaryrefslogtreecommitdiff
path: root/ledge
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2019-12-27 13:29:13 +0300
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2019-12-27 10:58:25 +0000
commit7d240c87ca58aba879958be3bc0b12c16319f37d (patch)
tree610d8fce288b833b91d457549f3a36cd1209097f /ledge
parent3e88048411851acac84d4272d72b7fcb8da6f1eb (diff)
ledge-oe: fix url for OVMF
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Change-Id: I5d27c0c0cac65198524517b95a04f329734a21d0
Diffstat (limited to 'ledge')
-rwxr-xr-xledge/oe/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledge/oe/builders.sh b/ledge/oe/builders.sh
index b502c5bc..1e18569f 100755
--- a/ledge/oe/builders.sh
+++ b/ledge/oe/builders.sh
@@ -266,7 +266,7 @@ MAKE_KERNELVERSION=${MAKE_KERNELVERSION}
TOOLCHAIN="${TARGET_SYS} ${GCCVERSION}"
KERNEL_ARGS="${KERNEL_ARGS}"
INITRD_URL="${INITRD_URL}"
-OVMF="${OVMF}"
+OVMF="${BASE_URL}/${PUB_DEST}/${OVMF}"
EOF
cat ${WORKSPACE}/post_build_lava_parameters