Skip to content

[Backport wrynose] camx: revision update for Hamoa, Lemans, Talos,Kodiak#2541

Open
quic-yocto-ci wants to merge 10 commits into
wrynosefrom
backport/2494-to-wrynose
Open

[Backport wrynose] camx: revision update for Hamoa, Lemans, Talos,Kodiak#2541
quic-yocto-ci wants to merge 10 commits into
wrynosefrom
backport/2494-to-wrynose

Conversation

@quic-yocto-ci

@quic-yocto-ci quic-yocto-ci commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Description

Backport of #2494, #2560 and #2564 to wrynose.

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
vkraleti previously approved these changes Jun 19, 2026
ricardosalveti
ricardosalveti previously approved these changes Jun 19, 2026
@github-actions

Copy link
Copy Markdown

Test run workflow

Test jobs for commit a2b5a0a

nodistro
Pass: 9 | Fail: 0 | Total: 9
qcom-distro_linux-qcom-next
Pass: 238 | Fail: 0 | Total: 277
qcom-distro
Pass: 202 | Fail: 0 | Total: 240

@test-reporting-app

Copy link
Copy Markdown

Test Results

  105 files  ±0    634 suites  ±0   6h 36m 3s ⏱️ + 1h 40m 11s
  129 tests +2     95 ✅  -  9   0 💤 ± 0  34 ❌ +11 
6 016 runs   - 4  5 895 ✅  - 12  77 💤  - 13  44 ❌ +21 

For more details on these failures, see this check.

Results for commit a2b5a0a. ± Comparison against base commit 032f36b.

@lumag lumag left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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'

@gkhose-qipl

Copy link
Copy Markdown
Contributor

@lumag ,
The PR below was raised to fix the OpenCL issue. Could we go ahead and merge it?
#2560

We also need to port the PR below on top of PR #2541.
#2564

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>
@lumag

lumag commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

@gkhose-qipl Squashed all three PRs here.

@lumag lumag requested review from lumag and ricardosalveti June 22, 2026 13:37
@lumag lumag requested a review from vkraleti June 22, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants