aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-11-23 19:13:31 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-11-23 19:13:31 +0200
commit853863d71288df1492ded897927f260d2c4c042b (patch)
tree4d418476d8961b786fc19d16fcf6cd38031de396 /96boards-hikey.yaml
parente34d4959f4c002f78758d73ce1e1956c753067df (diff)
96boards-hikey: update mali and armsoc packages
* libmali is now shipped in a separate package * armsoc is updated to 1.4.0 Change-Id: I548384bf83b83feb07b81abaac845803a9471c8a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-hikey.yaml')
-rw-r--r--96boards-hikey.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/96boards-hikey.yaml b/96boards-hikey.yaml
index 95b6b98ef6..baa3388057 100644
--- a/96boards-hikey.yaml
+++ b/96boards-hikey.yaml
@@ -162,11 +162,11 @@
EOF
if [ "${rootfs}" = "alip" ]; then
- mali_pkg="xserver-xorg-video-fbdev-mali-450_0.0.1-1_all.deb"
- wget http://builds.96boards.org/snapshots/hikey/linaro/binaries/20150407/${mali_pkg} -O ${mali_pkg}
+ mali_pkg="libmali-450_0.0.1-1_all.deb"
+ wget https://builds.96boards.org/snapshots/hikey/linaro/binaries/20150825/${mali_pkg} -O ${mali_pkg}
linaro-hwpack-append -t `ls hwpack_linaro-hikey_*_arm64_supported.tar.gz` -p ${mali_pkg} -d -i
rm -f ${mali_pkg}
- armsoc_pkg="xserver-xorg-video-armsoc_1.3.0-0linaro1_arm64.deb"
+ armsoc_pkg="xserver-xorg-video-armsoc_1.4.0-0linaro1_arm64.deb"
wget http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/x/xf86-video-armsoc/${armsoc_pkg} -O ${armsoc_pkg}
linaro-hwpack-append -t `ls hwpack_linaro-hikey_*_arm64_supported.tar.gz` -p ${armsoc_pkg} -d -i
rm -f ${armsoc_pkg}