run_config: place fvp-memprotect temporal image into archive
LAVA jobs consumes these files, so it must be placed under the
archive (artefacts) so it is visible to the former.
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: Id4932dc81d7416fa8361b40248d4ef08adf4de3c
diff --git a/run_config/fvp-aemv8a.aarch32+memprotect b/run_config/fvp-aemv8a.aarch32+memprotect
index aa4d176..dbb819d 100644
--- a/run_config/fvp-aemv8a.aarch32+memprotect
+++ b/run_config/fvp-aemv8a.aarch32+memprotect
@@ -8,7 +8,7 @@
post_fetch_tf_resource() {
local model="base-aemv8a"
- image=$(mktempfile)
+ image=${archive}/tmp.bin
printf '\1\0\0\0' > "$image"
aarch32="1" \
diff --git a/run_config/fvp-aemv8a.memprotect b/run_config/fvp-aemv8a.memprotect
index 0ea827c..e4defd4 100644
--- a/run_config/fvp-aemv8a.memprotect
+++ b/run_config/fvp-aemv8a.memprotect
@@ -12,7 +12,7 @@
post_fetch_tf_resource() {
local model="base-aemv8a"
- image="$(mktempfile)"
+ image=${archive}/tmp.bin
printf '\1\0\0\0' > "$image"
preload_bl33="1" \