Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some optee lib folders for multilib setup. #8

Open
wants to merge 1 commit into
base: langdale-6.1.1-1.0.0
Choose a base branch
from

Conversation

olta
Copy link

@olta olta commented Apr 11, 2023

In case of a multilib setup:

  • optee_client needs to install its libs into the arch-specific lib folder (e.g. /usr/lib64).
  • optee_client's tee-supplicant needs to look for plugins underneath the arch-specific lib folder (e.g. in /usr/lib64/tee-supplicant/plugins), as those plugins are basically just shared libs.
  • optee_test needs to install its test supplicant plugin in the (arch-specific) plugin folder uses where tee-supplicant is now looking for them.

In case of a multilib setup:

* optee_client needs to install its libs into the arch-specific
  lib folder (e.g. /usr/lib64).
* optee_client's tee-supplicant needs to look for plugins underneath
  the arch-specific lib folder (e.g. in
  /usr/lib64/tee-supplicant/plugins), as those plugins are basically
  just shared libs.
* optee_test needs to install its test supplicant plugin in the
  (arch-specific) plugin folder uses where tee-supplicant is now
  looking for them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant