-
Notifications
You must be signed in to change notification settings - Fork 360
camx: revision update for Lemans, Talos,Kodiak #2961
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
Merged
Dmitry Baryshkov (lumag)
merged 6 commits into
qualcomm-linux:master
from
gkhose-qipl:camx_downstream
Sep 9, 2026
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6c762d4
camxcommon-headers: upgrade v1.0.12 -> v1.0.38.
gkhose-qipl af93ea9
camxlib-kodiak: upgrade v1.0.25 -> v1.0.35
gkhose-qipl 053067c
camxlib-lemans: upgrade v1.0.28 -> v1.0.38
gkhose-qipl 595b76f
camxlib-talos: upgrade v1.0.28 -> v1.0.38
gkhose-qipl 4d8fb63
camxlib-hamoa: upgrade v1.0.28 -> v1.0.41
gkhose-qipl b9db446
refpolicy-targeted: update qcom_nhx file context for nativehaltest path
rohibira-qipl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
9 changes: 0 additions & 9 deletions
9
dynamic-layers/openembedded-layer/recipes-multimedia/camx/camxlib-hamoa_1.0.28.bb
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
dynamic-layers/openembedded-layer/recipes-multimedia/camx/camxlib-hamoa_1.0.41.bb
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| PLATFORM = "hamoa" | ||
| PBT_BUILD_DATE = "260826" | ||
|
|
||
| require common.inc | ||
|
|
||
| SRC_URI[camxlib.sha256sum] = "70208241d530536878c202ac512f4e39019827b9feb2ba9177d904416dbab198" | ||
| SRC_URI[camx.sha256sum] = "7d2d59c06788a57487b43a0c6792b62822c8992718c15ab5811cdd03b169fc79" | ||
| SRC_URI[chicdk.sha256sum] = "5896081c3200da9c497079e217cae2c616cfd610ea2f2c80a6c5a636052de6bf" | ||
| SRC_URI[camxcommon.sha256sum] = "76b94b2af3ad33cf6ffcb768dfe42e85352adf231488e42b99de5575d191100e" | ||
| SRC_URI[camxtest.sha256sum] = "ccf1b6430bb494b34a0db616c7f1f7940fed925531c76f1a8ed2a7211381609c" | ||
|
|
||
| do_install:append() { | ||
| # copy skel file | ||
| install -d ${D}${datadir}/qcom | ||
| cp -r ${S}/usr/share/qcom/x1e80100 ${D}${datadir}/qcom/ | ||
| } | ||
| PACKAGE_BEFORE_PN += "${PN}-skel" | ||
| RDEPENDS:${PN} += "${PN}-skel" | ||
| FILES:${PN}-skel = "${datadir}/qcom" | ||
| # Algo librarires are pre-compiled, pre-stripped. | ||
| # Skipping QA checks: 'already-stripped', 'arch', 'libdir' because: | ||
| # - Library files are Pre-stripped (already-stripped) | ||
| # - skel binaries/library are not AArch64 (arch mismatch) (arch) | ||
| # - Files are installed under /usr/share (non-libdir path) (libdir) | ||
| # - .so symlink is used for runtime DSP usage, not a dev artifact (dev-so) | ||
| INSANE_SKIP:${PN}-skel += " arch libdir already-stripped dev-so" | ||
|
|
||
| # Preserve ${PN}-skel naming to avoid ambiguity in package identification. | ||
| DEBIAN_NOAUTONAME:${PN}-skel = "1" |
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
11 changes: 6 additions & 5 deletions
11
...-multimedia/camx/camxlib-lemans_1.0.28.bb → ...-multimedia/camx/camxlib-lemans_1.0.38.bb
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
11 changes: 6 additions & 5 deletions
11
...s-multimedia/camx/camxlib-talos_1.0.28.bb → ...s-multimedia/camx/camxlib-talos_1.0.38.bb
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.