minkipc: pack TA in its own package#1925
Merged
ricardosalveti merged 2 commits intoqualcomm-linux:masterfrom Apr 11, 2026
Merged
minkipc: pack TA in its own package#1925ricardosalveti merged 2 commits intoqualcomm-linux:masterfrom
ricardosalveti merged 2 commits intoqualcomm-linux:masterfrom
Conversation
Contributor
Author
|
I'm still validating the build locally. |
lumag
reviewed
Apr 10, 2026
lumag
previously approved these changes
Apr 10, 2026
Test run workflowTest jobs for commit 74fa5831c3ebcf1fc44762b90960df684c1bf475
All jobs summary
|
Test Results 62 files 280 suites 5h 13m 43s ⏱️ For more details on these failures, see this check. Results for commit 74fa5831. |
ricardosalveti
previously approved these changes
Apr 10, 2026
Move this ones to the end of the recipe to follow the pattern used upstream. Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
Packing the TA are failing on armv7 as the prebuild arch did not match. Adding a new package where the arch was skiped for testing solves the problem. Fixes the following package QA Issue: | ERROR: minkipc-1.2.4-r0 do_package_qa: QA Issue: Architecture did not match (AArch64, expected ARM) in /usr/lib/qtee-tas/qcs8300/FD02C9DA-306C-48C7-A49C-BBD827AE86EE.mbn [arch] | ERROR: minkipc-1.2.4-r0 do_package_qa: QA Issue: Bit size did not match (64, expected 32) in /usr/lib/qtee-tas/qcs8300/FD02C9DA-306C-48C7-A49C-BBD827AE86EE.mbn [arch] Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
ricardosalveti
approved these changes
Apr 11, 2026
Contributor
|
Merging based on previous approval and to unblock CI. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Packing the TA are failing on armv7 as the prebuild arch did not match.
Adding a new package where the arch was skiped for testing solves the problem.
Fixes the following package QA Issue: