On Wed, 2023-07-05 at 13:33 +0800, baocheng.su via isar-users wrote: > From: Baocheng Su > > optee-client provides the userland library for communicating with the > trusted applications running in OP-TEE. > > It also provides a optee-client-dev package for developing host > application that talks to the TA counterpart. > > Also a user land deamon tee-supplicant is provided to serve the > trusted > applications for user-land resources such as RPMB accessing. > > This brings the .inc for customization, and also a demo recipe for > stm32mp15x. > > The debianization is learnt from the debian offical package. The > tee-supplicant.service is refined by Jan to fix some timing issues. > > Signed-off-by: Baocheng Su > --- >  meta-isar/conf/machine/stm32mp15x.conf        |  2 +- >  .../optee-client-stm32mp15x_3.21.0.bb         | 18 +++++++ >  .../optee-client/files/debian/compat          |  1 + >  .../optee-client/files/debian/control.tmpl    | 51 > +++++++++++++++++++ >  .../optee-client/files/debian/rules.tmpl      | 27 ++++++++++ >  .../files/debian/tee-supplicant.service       | 21 ++++++++ >  .../optee-client/optee-client-custom.inc      | 41 +++++++++++++++ >  7 files changed, 160 insertions(+), 1 deletion(-) >  create mode 100644 meta-isar/recipes-bsp/optee-client/optee-client- > stm32mp15x_3.21.0.bb >  create mode 100644 meta/recipes-bsp/optee-client/files/debian/compat >  create mode 100644 meta/recipes-bsp/optee- > client/files/debian/control.tmpl >  create mode 100755 meta/recipes-bsp/optee- > client/files/debian/rules.tmpl >  create mode 100644 meta/recipes-bsp/optee-client/files/debian/tee- > supplicant.service >  create mode 100644 meta/recipes-bsp/optee-client/optee-client- > custom.inc > The recipe is currently not buildable (at least, in cross mode) for buster. So, CI fails.