qcom-tee: add a library for security feature support - #1167
Ricardo Salveti (ricardosalveti) merged 1 commit into
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. |
Dmitry Baryshkov (lumag)
left a comment
There was a problem hiding this comment.
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 Ricardo Salveti (@ricardosalveti) , Dmitry Baryshkov (@lumag) , Could you help review this PR? I’ve made some optimizations to the change. |
Koen Kooi (koenkooi)
left a comment
There was a problem hiding this comment.
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. |
Vikas Sharma (vksharma-oss)
left a comment
There was a problem hiding this comment.
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. qualcomm/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 <jiaxli@qti.qualcomm.com>
Head branch was pushed to by a user without write access
378ec52
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 |
Test run workflowTest jobs for commit 378ec52
|
Test run workflowTest jobs for commit 378ec52
|
81d6358
into
qualcomm-linux:master
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.