Fix the error when deploying VM by compass 33/1133/3
authorJingzhao.Ni <Jingzhao.Ni@arm.com>
Mon, 8 Jul 2019 03:11:25 +0000 (11:11 +0800)
committerJingzhao.Ni <Jingzhao.Ni@arm.com>
Tue, 9 Jul 2019 13:46:48 +0000 (21:46 +0800)
commitc029ffd91c254b778bb5967a3935922309f19e66
tree9bc3e6f0ae817512821ae6d83455b358a65f15cc
parent1a7ff41ae49bc54b5250706d34018de081d57829
Fix the error when deploying VM by compass

When deploying the VM by compass, the absolute file path is too long
to find the correct file. It results in the deployment failure.
In this patch, we create a soft-link which pointed to the work file.
By this way, it could walk around this problem.

Signed-off-by: Jingzhao.Ni <Jingzhao.Ni@arm.com>
Change-Id: I74ef712d19cf5fe6161a58725b474421739777cb
jjb/iec/iec-compass-build.sh
jjb/iec/iec-compass-deploy.sh