[Backport wrynose] camx: revision update for Hamoa, Lemans, Talos,Kodiak#2541
Open
quic-yocto-ci wants to merge 10 commits into
Open
[Backport wrynose] camx: revision update for Hamoa, Lemans, Talos,Kodiak#2541quic-yocto-ci wants to merge 10 commits into
quic-yocto-ci wants to merge 10 commits into
Conversation
jpeg corruption issue due to format mismatch Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com> (cherry picked from commit 1e75c52)
- jpeg corruption issue due to format mismatch - Enable Electronic Image Stabilization (EIS) and Lens Distortion Correction (LDC) support for Talos. - Update recipe to include EGL and GLES dependencies, and conditionally add OpenCL support based on DISTRO_FEATURES. Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com> (cherry picked from commit e3e9ae8)
- jpeg corruption issue due to format mismatch
- Add CAM0B support to enable OV9282 combo mode on Lemans.
- Enable Deep Learning based Face Detection on Lemans.
- Created a separate package for SKEL files and added INSANE_SKIP for
"arch libdir" specifically for that package.
- Disable auto-renaming for ${PN}-skel to preserve consistent package
naming.
Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com>
(cherry picked from commit 8993407)
- Enable Deep Learning based Face Detection in Kodiak.
- Add support for 3-frame SHDR (YUV SHDR) pipeline on Kodiak.
- Created a separate package for SKEL files and added INSANE_SKIP for
"arch libdir" specifically for that package.
- Disable auto-renaming for ${PN}-skel to preserve consistent package
naming.
- Link additional libraries and enable whole archive static linking for
few libs required for CamX compilation.
Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com>
(cherry picked from commit d949840)
- Source/header mismatch causes CamX compilation failure. - Update the headers tar to align with the sources. Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com> (cherry picked from commit a8bbce4)
vkraleti
previously approved these changes
Jun 19, 2026
ricardosalveti
previously approved these changes
Jun 19, 2026
Test Results 105 files ±0 634 suites ±0 6h 36m 3s ⏱️ + 1h 40m 11s For more details on these failures, see this check. Results for commit a2b5a0a. ± Comparison against base commit 032f36b. |
lumag
requested changes
Jun 19, 2026
lumag
left a comment
Contributor
There was a problem hiding this comment.
NAK. It breaks if opencl is disabled with:
ERROR: camxlib-kodiak-1.0.24-r0 do_package: QA Issue: camxlib-kodiak: Files/directories were installed but not shipped in any package:
/usr/lib/camx/kodiak/shdr-gpu-pass-decompand-and-tm-fast.cl
/usr/lib/camx/kodiak/shdr-gpu-pass-decompand-and-tm.cl
/usr/lib/camx/kodiak/shdr-gpu-pass-fusion-and-tm.cl
/usr/lib/camx/kodiak/shdr-gpu-pass-fusion-and-tm-fast.cl
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
camxlib-kodiak: 4 installed and not shipped files. [installed-vs-shipped]
ERROR: camxlib-kodiak-1.0.24-r0 do_package: Fatal QA errors were found, failing task.
ERROR: Logfile of failure stored in: /home/lumag/Projects/RPB/build/tmp-nodistro/work/armv8a-oe-linux/camxlib-kodiak/1.0.24/temp/log.do_package.1542429
ERROR: Task (/home/lumag/Projects/RPB/build/conf/../../layers/meta-qcom/dynamic-layers/openembedded-layer/recipes-multimedia/camx/camxlib-kodiak_1.0.24.bb:do_package) failed with exit code '1'
Contributor
Include ${PN}-skel in RDEPENDS:${PN} to ensure required skel package
components are pulled in during runtime.
Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com>
(cherry picked from commit b611620)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Include ${PN}-skel in RDEPENDS:${PN} to ensure required skel package
components are pulled in during runtime.
Signed-off-by: Ganesh Khose <gkhose@qti.qualcomm.com>
(cherry picked from commit c056885)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Remove hard dependency on OpenGL (EGL/GLES2) and OpenCL libraries and make them optional based on DISTRO_FEATURES. This ensures camx builds successfully when opengl/opencl features are disabled and aligns with Yocto best practices for optional GPU/compute components. Signed-off-by: Kripalsinh Rana <kripalsi@qti.qualcomm.com> (cherry picked from commit 80f9c4a) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Introduce DISTRO_FEATURES-based handling for OpenCL and OpenGL (EGL/GLES2) dependencies. Added guard logic to remove OpenCL/OpenGL dependent libs when opengl/opencl distro features are disabled. This ensures camx builds successfully when opengl/opencl features are disabled and aligns with Yocto best practices for optional GPU/compute components. Signed-off-by: Kripalsinh Rana <kripalsi@qti.qualcomm.com> (cherry picked from commit b8b9859) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Introduce DISTRO_FEATURES-based handling for OpenCL and OpenGL (EGL/GLES2) dependencies. Added guard logic to remove OpenCL/OpenGL dependent libs when opengl/opencl distro features are disabled. This ensures camx builds successfully when opengl/opencl features are disabled and aligns with Yocto best practices for optional GPU/compute components. Signed-off-by: Kripalsinh Rana <kripalsi@qti.qualcomm.com> (cherry picked from commit b4a0152) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Contributor
|
@gkhose-qipl Squashed all three PRs here. |
ricardosalveti
approved these changes
Jun 22, 2026
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.
Description
Backport of #2494, #2560 and #2564 to
wrynose.