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

Commits on Apr 11, 2023

  1. Fix some optee lib folders for multilib setup.

    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.
    olta committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4553559 View commit details
    Browse the repository at this point in the history