summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-05-11 13:07:50 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2021-05-11 16:04:52 -0300
commit7bfd1773f586a79be8abedf36e04c46b77c7c73c (patch)
treef6c6137273d704f89406a8a7b8290d38527648ee /recipes-kernel/kernel-modules
parent03f63f44246b8e62f85dcad86c1afec92ceb8c08 (diff)
downloadmeta-freescale-7bfd1773f586a79be8abedf36e04c46b77c7c73c.tar.gz
basler-camera, isp: Fix compatibility for 8M Plus only
The basler camera support is for 8M Plus SOC only. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-kernel/kernel-modules')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb2
1 files changed, 1 insertions, 1 deletions
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 43a2b459..973cc51b 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"
16 16
17inherit module 17inherit module
18 18
19COMPATIBLE_MACHINE = "(imx|use-nxp-bsp)" 19COMPATIBLE_MACHINE = "(mx8mp)"