Added packaging and necessary changes for gbs compilation. 31/134031/3
authorr.tyminski <r.tyminski@partner.samsung.com>
Wed, 14 Jun 2017 08:31:43 +0000 (10:31 +0200)
committerr.tyminski <r.tyminski@partner.samsung.com>
Mon, 4 Sep 2017 11:22:50 +0000 (13:22 +0200)
commit96631b362fc12b546cb096d763981c7128bf0230
treec80f0e4cee6e1a9fc2c9832ca54f29cf962130b6
parent146aec115cd05a164a88e6d7b07435c57a33817f
Added packaging and necessary changes for gbs compilation.

Packaging for optee-os binary and optee-os TA devkit.
Modify pem_to_pub_c.py and sign.py script to use openssl
if pycrypto is not available.
Allow to disable Terminal User Interface (TUI) from compilation.
Compile 32-bit TA devkit with CFG_WITH_VFP=n. GBS compile with softfp.

Change-Id: If3ad89d8871c1a8f7f1a519b07941316acdbdd14
lib/libutee/sub.mk
mk/config.mk
packaging/optee-os-rpi3.spec [new file with mode: 0644]
packaging/optee-os-ta-devel-rpi3.spec [new file with mode: 0644]
scripts/pem_to_pub_c.py
scripts/sign.py