From f923e379cb5ca1419d37180f53334feb83323169 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Mon, 25 Jul 2016 18:18:55 +0300 Subject: 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 --- rpb-uefi.yaml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'rpb-uefi.yaml') 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" -- cgit v1.2.3