diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-01-29 11:33:57 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2025-01-26 15:06:14 +0100 |
commit | 57586dc368d12128fbdac85454cdd282e5baf728 (patch) | |
tree | f60bde5526e409ce99af0a7386d8afeb8174b45b | |
parent | be9267fca85959c79b19ab65e48c8f3d7faf2b40 (diff) | |
download | meta-freescale-57586dc368d12128fbdac85454cdd282e5baf728.tar.gz |
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 <max.krummenacher@toradex.com>
(cherry picked from commit e654f812e6509680a026e473c7f4c71527b64346)
-rw-r--r-- | recipes-fsl/packagegroups/packagegroup-fsl-isp.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb b/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb index 415587a8..09eac053 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb | |||
@@ -8,7 +8,6 @@ ISP_PKGS ?= "" | |||
8 | ISP_PKGS:mx8mp-nxp-bsp = " \ | 8 | ISP_PKGS:mx8mp-nxp-bsp = " \ |
9 | isp-imx \ | 9 | isp-imx \ |
10 | basler-camera \ | 10 | basler-camera \ |
11 | basler-camera-dev \ | ||
12 | kernel-module-isp-vvcam \ | 11 | kernel-module-isp-vvcam \ |
13 | " | 12 | " |
14 | RDEPENDS:${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |