aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-01-19 10:16:48 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-01-19 10:16:48 +0200
commit5449c7fc29298e56bed14d01943172a8652d6f3a (patch)
tree4c0521834358e7bbfac6d74d9a2cafef9b1c3c34
parenta4acd43b6f4e7e83ce3f3253953846bfc37d5f92 (diff)
96boards-hikey-mainline-rebase: build alip image
Change-Id: If6790f218b4df6f12362f6f314b5d8b46e96f3cd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--96boards-hikey-mainline-rebase.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/96boards-hikey-mainline-rebase.yaml b/96boards-hikey-mainline-rebase.yaml
index 4d87b732dd..31afdd1236 100644
--- a/96boards-hikey-mainline-rebase.yaml
+++ b/96boards-hikey-mainline-rebase.yaml
@@ -14,7 +14,7 @@
parameters:
- string:
name: ROOTFS
- default: 'developer'
+ default: 'alip developer'
disabled: false
node: docker-utopic-amd64
display-name: '96boards - HiKey (hikey-mainline-rebase)'
@@ -211,13 +211,15 @@
rm -rf wl18xx_fw
# ******** TI wl18xx R8.6 - out of tree firmware ********
- sudo make_ext4fs -o -L rootfs -l 3206528512 -s out/hikey-jessie_${rootfs}_${VERSION}.emmc.img rootfs/
+ sudo make_ext4fs -o -L rootfs -l 3206528512 -s out/hikey-jessie_${rootfs}_${VERSION}-4g.emmc.img rootfs/
+ sudo make_ext4fs -o -L rootfs -l 7199505920 -s out/hikey-jessie_${rootfs}_${VERSION}-8g.emmc.img rootfs/
sudo umount boot rootfs
sudo kpartx -dv out/hikey-jessie_${rootfs}_${VERSION}.img
sudo rm -rf boot rootfs
# Compress image(s)
- gzip -9 out/hikey-jessie_${rootfs}_${VERSION}.emmc.img
+ gzip -9 out/hikey-jessie_${rootfs}_${VERSION}-4g.emmc.img
+ gzip -9 out/hikey-jessie_${rootfs}_${VERSION}-8g.emmc.img
gzip -9 out/hikey-jessie_${rootfs}_${VERSION}.img
done