mbox series

[0/5] Add OP-TEE recipes to meta-arm layer

Message ID 1580319525-32054-1-git-send-email-peter.griffin@linaro.org
Headers show
Series Add OP-TEE recipes to meta-arm layer | expand

Message

Peter Griffin Jan. 29, 2020, 5:38 p.m. UTC
Hi Jon,

This patch series adds the OP-TEE recipes from meta-linaro
layer to the meta-arm layer which is the new home for generic
Arm architecture components.

Once these are merged, I will remove them and add a README
in meta-linaro.

Thanks,

Peter.

Peter Griffin (5):
  optee-client.bb: add optee client recipe and patches
  optee-os_git.bb: add optee-os recipe and patches
  optee-examples.bb: add recipe for optee examples
  optee-test_git.bb: add optee-test recipe & patches
  optee-test_git.bb: add python3 backport patch

 meta-arm/recipes-security/optee/optee-client.bb    | 35 +++++++++++
 .../optee/optee-client/tee-supplicant.service      | 10 ++++
 meta-arm/recipes-security/optee/optee-examples.bb  | 42 +++++++++++++
 ...1-allow-setting-sysroot-for-libgcc-lookup.patch | 13 ++++
 meta-arm/recipes-security/optee/optee-os_git.bb    | 69 ++++++++++++++++++++++
 .../0001-use-python3-instead-of-python.patch       | 48 +++++++++++++++
 meta-arm/recipes-security/optee/optee-test_git.bb  | 50 ++++++++++++++++
 7 files changed, 267 insertions(+)
 create mode 100644 meta-arm/recipes-security/optee/optee-client.bb
 create mode 100644 meta-arm/recipes-security/optee/optee-client/tee-supplicant.service
 create mode 100644 meta-arm/recipes-security/optee/optee-examples.bb
 create mode 100644 meta-arm/recipes-security/optee/optee-os/0001-allow-setting-sysroot-for-libgcc-lookup.patch
 create mode 100644 meta-arm/recipes-security/optee/optee-os_git.bb
 create mode 100644 meta-arm/recipes-security/optee/optee-test/0001-use-python3-instead-of-python.patch
 create mode 100644 meta-arm/recipes-security/optee/optee-test_git.bb

-- 
2.7.4