-
Notifications
You must be signed in to change notification settings - Fork 157
qcom-tee: add a library for security feature support #1167
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
qcom-tee: add a library for security feature support #1167
Conversation
|
Hi reviewer, this PR has been separated from PR1049. Following our internal discussion, we have decided to share the qcbor, qcom-teec, and minkipc components individually. |
lumag
left a comment
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 write a proper commit subject and commit message. Use git log to get an inspiration.
2223366 to
a52316c
Compare
|
As described at #1166 (comment) this recipe needs to be under dynamic-layers/openembedded-layer. |
623077f to
1267e17
Compare
Yes, updated the path |
1267e17 to
13b9ce0
Compare
|
Hi @ricardosalveti , @lumag , Could you help review this PR? I’ve made some optimizations to the change. |
koenkooi
left a comment
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.
The first line of the commit message needs changing to the "subject: explanation" format, e.g:
qcom-tee: Add library for security feature support
Also: please mention why it goes into dynamic-layers in the commit message.
13b9ce0 to
31e923b
Compare
Updated the commit message. Many thanks for your comments. |
vksharma-oss
left a comment
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.
Change looks good. qcbor dependency coming from meta-qcom-distro from meta-oe.
|
Fails to build from source: |
|
Never built-tested on armv7? |
Yes, we haven't compiled this change on armv7. Is there a test script available for all platforms? |
I have raised a PR for quic-teec repo to fix this compilation issue. quic/quic-teec#22 |
The qcom-tee library introduces an interface that facilitates secure communication with QTEE, supporting security feature integration. Add the qcom-tee library to dynamic-layer because it depends on the qcobr library from the meta-openembedded dynamic layer. Signed-off-by: Jiaxing Li <[email protected]>
Head branch was pushed to by a user without write access
31e923b to
378ec52
Compare
|
Fixed the compilation issue, and the target was built successfully using the following commands, pls review it again: kas build meta-qcom/ci/qcs6490-rb3gen2-core-kit.yml:meta-qcom/ci/qcom-distro.yml --target qcomtee
kas build meta-qcom/ci/qcom-armv8a.yml:meta-qcom/ci/qcom-distro.yml --target qcomtee
kas build meta-qcom/ci/qcom-armv8a.yml:meta-qcom/ci/qcom-distro-prop-image.yml --target qcomtee
kas build meta-qcom/ci/qcom-armv7a.yml:meta-qcom/ci/qcom-distro.yml --target qcomteeMany thanks. |
|
I updated the line |
dynamic-layers/openembedded-layer/recipes-security/qcomtee/qcomtee_git.bb
Show resolved
Hide resolved
Test run workflowTest jobs for commit 378ec52
|
Test run workflowTest jobs for commit 378ec52
|
The QCOM-TEE library introduces an interface that facilitates secure communication with QTEE, supporting security feature integration.
Add the qcom-tee library to dynamic-layer because it depends on the qcobr library from the meta-openembedded dynamic layer.