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-26 15:06:14 +0100
commit57586dc368d12128fbdac85454cdd282e5baf728 (patch)
treef60bde5526e409ce99af0a7386d8afeb8174b45b
parentbe9267fca85959c79b19ab65e48c8f3d7faf2b40 (diff)
downloadmeta-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.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} = " \