Skip to content
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

isp-imx update: Backport to Scarthgap #2083

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
packagegroup-fsl-isp: drop the basler-camera-dev package
This pulls in all other dev packages. It looks like the unversioned
shared object is not (no longer?) needed, i.e. the driver points to
the versioned object.

| readelf --dynamic opt/imx8-isp/bin/daA3840_30mc.drv
| ...
| 0x000000000000000e (SONAME)             Library soname: [libdaA3840_30mc.so.1]

(/usr/lib/libdaA3840_30mc.so is the only file in the -dev package.)

Signed-off-by: Max Krummenacher <[email protected]>
(cherry picked from commit e654f81)
  • Loading branch information
MaxKrummenacher committed Jan 26, 2025
commit 57586dc368d12128fbdac85454cdd282e5baf728
1 change: 0 additions & 1 deletion recipes-fsl/packagegroups/packagegroup-fsl-isp.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ISP_PKGS ?= ""
ISP_PKGS:mx8mp-nxp-bsp = " \
isp-imx \
basler-camera \
basler-camera-dev \
kernel-module-isp-vvcam \
"
RDEPENDS:${PN} = " \
Expand Down