aboutsummaryrefslogtreecommitdiff
path: root/rpb-uefi.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-07-25 18:18:55 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-07-25 18:18:55 +0300
commitf923e379cb5ca1419d37180f53334feb83323169 (patch)
treed5875aa8b365f34df4fd4e967edbe99f78ec0bda /rpb-uefi.yaml
parente615dafd5f28229f046eedb90e2dbbed22c14597 (diff)
rpb-uefi: remove acpica package install
It isn't needed anymore as the docker images have been updated and deployed: https://git.linaro.org/ci/dockerfiles.git/commitdiff/905e3512b4bfbb3ea987e8a6cf120e113b15f3cb Change-Id: Ic549705e5f8b104fb012859d4bfe78ba1863d9af Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-uefi.yaml')
-rw-r--r--rpb-uefi.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/rpb-uefi.yaml b/rpb-uefi.yaml
index e94031f629..9f8dd670bf 100644
--- a/rpb-uefi.yaml
+++ b/rpb-uefi.yaml
@@ -87,21 +87,11 @@
rm -rf arm-trusted-firmware
rm -rf uefi-tools
rm -rf l-loader
- rm -rf acpica-unix
rm -rf OpenPlatformPkg
rm -rf optee_os
rm -rf out edk2/Build
}
- # Make sure we're using the right acpica-unix packages
- mkdir acpica-unix; cd acpica-unix
- wget \
- http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/acpica-unix/acpica-tools_20160527-1linarojessie1_arm64.deb \
- http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/acpica-unix/acpidump_20160527-1linarojessie1_all.deb \
- http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/acpica-unix/iasl_20160527-1linarojessie1_all.deb
- sudo dpkg -i --force-all *.deb
- cd ..; rm -rf acpica-unix
-
# sbin isn't in the PATH by default and prevent to find sgdisk
export PATH="/usr/sbin:/sbin:$PATH"