-
Notifications
You must be signed in to change notification settings - Fork 15
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
Out of source build development #121
Out of source build development #121
Conversation
35bc548
to
d93d138
Compare
In the CI, the three TF-PSA-Crypto components fail. I think this is because of:
in |
I don't think this is complicated to resolve: this block of code was written based on the assumption that we wanted tf-psa-crypto to use the framework from Mbed TLS - but that's not the direction we're taking now. (Also, something had to be done because the framework subdir of tf-psa-crypto did not exist when that code was written.) So, I'd suggest simply replacing the quoted |
bc2f4e9
to
5793984
Compare
This commit removes duplicate code to build TF-PSA-Crypto out of source which has now been moved to mbedtls-framework. Signed-off-by: Harry Ramsey <[email protected]>
ebfcd14
to
6fe6d7a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do the change requested here: #121 (comment)
Sorry, I missed that entirely. Fixed now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I'm just waiting for the CI results before I formally approve.
The same on my side, LGTM, waiting for the CI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
This commit updates the framework submodule to include commits relevant to running TF-PSA-Crypto using CMake build system. Signed-off-by: Harry Ramsey <[email protected]>
This commit removes an obsolete if statement from all.sh which would set the FRAMEWORK path accordingly. Since TF-PSA-Crypto has its own version of FRAMEWORk this code was no longer necessary Signed-off-by: Harry Ramsey <[email protected]>
2ef089a
to
30120e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Description
Closes #9755
PR checklist
Please remove the segment/s on either side of the | symbol as appropriate, and add any relevant link/s to the end of the line.
If the provided content is part of the present PR remove the # symbol.
Notes for the submitter
Please refer to the contributing guidelines, especially the
checklist for PR contributors.
Help make review efficient: