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

meta-gateway: optee: fix issues preventing optee-test build #33

Open
wants to merge 2 commits into
base: dunfell
Choose a base branch
from

Conversation

lorc
Copy link

@lorc lorc commented Feb 9, 2022

There was a couple of minor issues that prevented optee-test build by Yocto. Following two patches resolve them.

lorc added 2 commits February 9, 2022 02:41
We need C++ compiler in order to built optee-test
package. Unfortunately, original patch to gcc.mk accidentally removed
CXX${sm} definition, which prevents optee-test from calling C++
compiler. To fix this, we need to put it back.

Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
TA dev kit is needed by other packages like optee-test or
optee-example in order to built TAs. So we need to install
it as -dev package.

Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
@DuyDang007
Copy link
Contributor

Hi @lorc ,
Thanks for your reporting. We are checking it.
Could you provide repo information of optee-test you are using?

@lorc
Copy link
Author

lorc commented Mar 7, 2022

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.

2 participants