aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Fagerstedt <axel.fagerstedt@linaro.org>2013-04-17 18:15:04 +0200
committerAxel Fagerstedt <axel.fagerstedt@linaro.org>2013-04-17 18:15:04 +0200
commit63a2d6a20c0b3c0e9d70303b8481f0362a6f3a75 (patch)
tree57c5caab75eae0983a39b52bb85acdc5a1ab600a
parent08dc43eafa0d302a4e213e53c1e0028b07f15c9f (diff)
Dont forget boot iamge
-rw-r--r--build-scripts/build-testsuite-restricted3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-scripts/build-testsuite-restricted b/build-scripts/build-testsuite-restricted
index 3e0f837..9bc4a8f 100644
--- a/build-scripts/build-testsuite-restricted
+++ b/build-scripts/build-testsuite-restricted
@@ -58,6 +58,9 @@ if test -n "$ANDROID_PREBUILT_URL"; then
wget -nv --no-check-certificate $ANDROID_PREBUILT_URL/system.tar.bz2
wget -nv --no-check-certificate $ANDROID_PREBUILT_URL/userdata.tar.bz2
+ # move thw boot tarball
+ mv boot.tar.bz2 out/.
+
# we are assuming that the makefile has given us a out/ structure
# containing data/ and system/ with the test files