From 7bfd1773f586a79be8abedf36e04c46b77c7c73c Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 11 May 2021 13:07:50 -0500 Subject: basler-camera, isp: Fix compatibility for 8M Plus only The basler camera support is for 8M Plus SOC only. Signed-off-by: Tom Hochstein --- recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb index 43a2b4597..973cc51bf 100644 --- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb +++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb @@ -16,4 +16,4 @@ S = "${WORKDIR}/git/vvcam/v4l2" inherit module -COMPATIBLE_MACHINE = "(imx|use-nxp-bsp)" +COMPATIBLE_MACHINE = "(mx8mp)" -- cgit v1.2.3-54-g00ecf