aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey-uefi-openplatformpkg.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2018-03-09 09:39:40 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2018-03-09 09:39:40 +0200
commit0df5bcff7db69bcb41ebadaf07213d125e6febec (patch)
treee8dda9198b5a007bc157ae0fe64ae8743deefc93 /96boards-hikey-uefi-openplatformpkg.yaml
parent6f1db1a3ba3dfc5f3a5d4a19322db3e5ed544234 (diff)
hikey-uefi-openplatformpkg: add libssl-dev to build dependencies
Add libssl-dev to fix the build failure. Also switch to Stretch node instead of Jessie (deprecated). Change-Id: Ieef4256b6333c00601ebfba19a8134c70d01f574 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-hikey-uefi-openplatformpkg.yaml')
-rw-r--r--96boards-hikey-uefi-openplatformpkg.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/96boards-hikey-uefi-openplatformpkg.yaml b/96boards-hikey-uefi-openplatformpkg.yaml
index 3cb5796c53..04fa518b3b 100644
--- a/96boards-hikey-uefi-openplatformpkg.yaml
+++ b/96boards-hikey-uefi-openplatformpkg.yaml
@@ -12,7 +12,7 @@
- job-extended-read
- job-workspace
disabled: false
- node: docker-jessie-amd64
+ node: docker-stretch-amd64
display-name: '96boards - HiKey UEFI (OpenPlatformPkg)'
scm:
- git:
@@ -52,7 +52,7 @@
}
sudo apt-get update
- sudo apt-get install -y python-requests python-crypto
+ sudo apt-get install -y libssl-dev python-requests python-crypto
# sbin isn't in the PATH by default and prevent to find sgdisk
export PATH="/usr/sbin:/sbin:$PATH"