optee-os depend on python-pycrypto 89/7389/2
authorRonan <ronan.lemartret@iot.bzh>
Fri, 2 Dec 2016 09:22:14 +0000 (10:22 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 2 Dec 2016 13:15:40 +0000 (13:15 +0000)
commit233363d31f03550cd69a67fdd3e7107863aa3a86
treee76ec497c0871545533e69042de34d472ba53e22
parent44217b34e9a77e1e22e3c518379c7d35ad55684e
optee-os depend on python-pycrypto

 * optee-os use python script to build so,
   We need to add:
     inherit pythonnative
   If not we use host python during the build.
 * During the build, optee-os use script:
    - scripts/pem_to_pub_c.py
    - scripts/sign.py
   Those script depend on python-pycrypto
     "from Crypto.PublicKey import RSA"
   So we need to add python-pycrypto native to recipes
 * The python-pycrypto recipes come from meta-security (out of AGL):
   https://layers.openembedded.org/layerindex/recipe/39101/

Change-Id: I64340544c9a23a8e9ef62aca348fc08722d3dcc2
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend
meta-agl/recipes-devtools/python/python-pycrypto/cross-compiling.patch [new file with mode: 0644]
meta-agl/recipes-devtools/python/python-pycrypto_2.6.1.bb [new file with mode: 0644]