fvp_utils.sh: include global fvp container related variables.
Include several FVP docker container related variables with the
intention to be the default values if run config snippets do not
explicitly provide them. Also, there are some minor chanes on the yaml
generation routine (gen_fvp_yaml) taking into account the new
introduced variables.
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I0c37e9f5853382c3420902c219988f83a1ee9a79
diff --git a/script/gen_fvp_linux_yaml.sh b/script/gen_fvp_linux_yaml.sh
index f7cf188..fc35bca 100755
--- a/script/gen_fvp_linux_yaml.sh
+++ b/script/gen_fvp_linux_yaml.sh
@@ -52,7 +52,7 @@
docker:
name: \${BOOT_DOCKER_NAME}
local: true
- image: \${BOOT_IMAGE}
+ image: \${BOOT_IMAGE_DIR}/\${BOOT_IMAGE_BIN}
version_string: \${BOOT_VERSION_STRING}
timeout:
minutes: 7