aboutsummaryrefslogtreecommitdiff
path: root/96boards-b2260
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-01-17 11:41:57 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-01-17 11:41:57 +0200
commitc2bfd24f589591ffaf8c74533a674969ee260159 (patch)
treefcf1368d051a92884e608f139c37fd2f6113966c /96boards-b2260
parentb66795ee62ba40bc5df3b695fe500f5ec5218b0b (diff)
96boards-b2260: publish u-boot.bin with the image build
Change-Id: Ie4570ebdd8c0a8d915f0e4cb0d6f920e19e24033 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-b2260')
-rwxr-xr-x96boards-b2260/builders.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/96boards-b2260/builders.sh b/96boards-b2260/builders.sh
index 450e4ebd..a5617514 100755
--- a/96boards-b2260/builders.sh
+++ b/96boards-b2260/builders.sh
@@ -108,10 +108,9 @@ EOF
[ "${partition}" = "2" ] && sudo mount -o loop /dev/mapper/${device} rootfs
done
- wget -q http://builds.96boards.org/snapshots/b2260/linaro/u-boot/latest/u-boot.bin
+ wget -q http://builds.96boards.org/snapshots/b2260/linaro/u-boot/latest/u-boot.bin -O out/boot/b2260/u-boot.bin
sudo cp -a configs/96boards-b2260/boot/b2260 boot/ || true
sudo cp -a configs/96boards-b2260/boot/update_default_boot.sh boot/ || true
- sudo cp -a u-boot.bin boot/b2260 || true
sudo cp -a out/uImage boot/ || true
sudo rm -rf rootfs/dev rootfs/boot rootfs/var/lib/apt/lists