mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 12:59:04 +02:00

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>
16 lines
297 B
BlitzBasic
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} \
|
|
"
|