aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey-4.1.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-03-04 09:53:46 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-03-04 09:53:46 +0200
commitda44a83fe67fb43f0d9384a927f90f70a71fe04f (patch)
tree9a9060e6f8aaffe74a0a7714642a29d71b95edf7 /96boards-hikey-4.1.yaml
parent3395665c7ac1f11bebc9f63aec6114b887773f86 (diff)
96boards-hikey: fix lmc build failure due to armsoc abi
Fix the following build failure, introduced by xserver 1.17 backport: The following packages have unmet dependencies: xserver-xorg-video-armsoc : Depends: xorg-video-abi-18 E: Unable to correct problems, you have held broken packages. Change-Id: Ia1e30f948c7d86b99cf53fa75ed73d28d6c5da6e Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-hikey-4.1.yaml')
-rw-r--r--96boards-hikey-4.1.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-hikey-4.1.yaml b/96boards-hikey-4.1.yaml
index a358ef745e..880eb8962e 100644
--- a/96boards-hikey-4.1.yaml
+++ b/96boards-hikey-4.1.yaml
@@ -122,7 +122,7 @@
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.4.0-0linaro1.linarojessie.1_arm64.deb"
+ armsoc_pkg="xserver-xorg-video-armsoc_1.4.0-0linaro1.linarojessie.2_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}