aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2019-11-30 14:33:07 +0000
committerVictor Chong <victor.chong@linaro.org>2019-11-30 14:33:07 +0000
commit65ecefd8756e7153502d465ef8504b551f1f4f64 (patch)
tree3c32ea27e0ebdb489a3266b3f29dab71325dbb32 /android-lcr
parent47c592bfb70c0b2456fc8b3cd01c5ae1c86ce0de (diff)
lcr: common: builders: install python Cryptodome
Now required for optee_os upstream master. [LINK] https://ci.linaro.org/job/android-hikey-optee-master/164/consoleText Change-Id: I6fcaa9c3b101fc81ca5a55a172aaa77f75836aa6 Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/common/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-lcr/common/builders.sh b/android-lcr/common/builders.sh
index 0349036b..cf9050b8 100755
--- a/android-lcr/common/builders.sh
+++ b/android-lcr/common/builders.sh
@@ -2,7 +2,7 @@
# Install needed packages
sudo apt-get update
-sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-requests genisoimage patch mtools python-wand rsync linaro-image-tools liblz4-tool lzop libssl-dev libdrm-intel1 python-pip python-pyelftools python3-pyelftools python-crypto python3-crypto
+sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-requests genisoimage patch mtools python-wand rsync linaro-image-tools liblz4-tool lzop libssl-dev libdrm-intel1 python-pip python-pyelftools python3-pyelftools python-crypto python3-crypto python-pycryptodome python3-pycryptodome
wget -q \
http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/android-tools/android-tools-fsutils_4.2.2+git20130218-3ubuntu41+linaro1_amd64.deb \