summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-02-19 17:56:59 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2014-02-19 17:56:59 +0000
commitc6f92add9b4ab2b95ef106c72828b34cb1c87074 (patch)
tree31d391f72ba0230b4804ab68ec1c020452cdc115
parent7cdc15a83b8adbd451428d0d3b2c76be70cae6e1 (diff)
Copy *.bin to builddir
We are now building a "fip.bin" file that needs copying to the snapshots directory. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rwxr-xr-xfvp-pre-boot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fvp-pre-boot.sh b/fvp-pre-boot.sh
index b640579..1f0bdd7 100755
--- a/fvp-pre-boot.sh
+++ b/fvp-pre-boot.sh
@@ -93,7 +93,7 @@ set +e
cd ${REPO_WORKSPACE}
make PLAT=fvp all fip
count_errors $?
-cp -a ${REPO_WORKSPACE}/build/fvp/release/bl*.bin ${builddir}
+cp -a ${REPO_WORKSPACE}/build/fvp/release/*.bin ${builddir}
# If nothing build, return an error
if [ $built_count -eq 0 ]; then