summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-01-29 11:33:57 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2025-01-25 13:46:05 +0100
commite654f812e6509680a026e473c7f4c71527b64346 (patch)
treeedcb82bde696bb7f388649e75a963d63fd1ab376
parentbaf20676bcd2b454577449dbf7b0346d7080b880 (diff)
downloadmeta-freescale-e654f812e6509680a026e473c7f4c71527b64346.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>
-rw-r--r--recipes-fsl/packagegroups/packagegroup-fsl-isp.bb1
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 ?= ""
8ISP_PKGS:mx8mp-nxp-bsp = " \ 8ISP_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"
14RDEPENDS:${PN} = " \ 13RDEPENDS:${PN} = " \