aboutsummaryrefslogtreecommitdiff
path: root/bl2
diff options
context:
space:
mode:
authorKevin Townsend <kevin.townsend@linaro.org>2020-06-02 13:01:25 +0200
committerTamas Ban <tamas.ban@arm.com>2020-06-04 12:33:36 +0000
commit15b3130cd27a6644409c6f22a41b70945a7af690 (patch)
tree7f3fa6034337565cc21c69d0fe66b57a2e662127 /bl2
parent9272a4304096ef10b4f885056c5d7d94907b519b (diff)
downloadtrusted-firmware-m-15b3130cd27a6644409c6f22a41b70945a7af690.tar.gz
Boot: Add requirements.txt file
This commit adds a requirements.txt file listing the requirements for the image signing script, etc. Signed-off-by: Kevin Townsend <kevin.townsend@linaro.org> Change-Id: I3c19c06046cc051113ea80ad370e56c56c45a999
Diffstat (limited to 'bl2')
-rw-r--r--bl2/ext/mcuboot/scripts/requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/bl2/ext/mcuboot/scripts/requirements.txt b/bl2/ext/mcuboot/scripts/requirements.txt
new file mode 100644
index 0000000000..3cc2ef436e
--- /dev/null
+++ b/bl2/ext/mcuboot/scripts/requirements.txt
@@ -0,0 +1,4 @@
+cryptography
+pyasn1
+pyyaml
+cbor>=1.0.0