meta-freescale/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb
Max Krummenacher e654f812e6 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>
2025-01-25 13:46:05 +01:00

16 lines
297 B
BlitzBasic

DESCRIPTION = "Add packages for ISP build"
# basler-camera* gets dynamically renamed
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
ISP_PKGS ?= ""
ISP_PKGS:mx8mp-nxp-bsp = " \
isp-imx \
basler-camera \
kernel-module-isp-vvcam \
"
RDEPENDS:${PN} = " \
${ISP_PKGS} \
"