From 21594e7ffe2c9dc0b5a3c6519fd93784740be4c6 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 11 May 2021 13:07:50 -0500 Subject: [PATCH] basler-camera, isp: Fix compatibility for 8M Plus only The basler camera support is for 8M Plus SOC only. Signed-off-by: Tom Hochstein (cherry picked from commit 7bfd1773f586a79be8abedf36e04c46b77c7c73c) --- recipes-bsp/isp-imx/basler-camera_4.2.2.11.0.bb | 2 +- recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb | 2 +- .../kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/isp-imx/basler-camera_4.2.2.11.0.bb b/recipes-bsp/isp-imx/basler-camera_4.2.2.11.0.bb index 34f8427c..88cdd1c5 100644 --- a/recipes-bsp/isp-imx/basler-camera_4.2.2.11.0.bb +++ b/recipes-bsp/isp-imx/basler-camera_4.2.2.11.0.bb @@ -24,4 +24,4 @@ SYSTEMD_AUTO_ENABLE = "enable" FILES_${PN} = "${libdir} /opt" INSANE_SKIP_${PN} = "file-rdeps already-stripped" -COMPATIBLE_MACHINE = "(imx|use-nxp-bsp)" +COMPATIBLE_MACHINE = "(mx8mp)" diff --git a/recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb b/recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb index d82fa07d..3d25229f 100644 --- a/recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb +++ b/recipes-bsp/isp-imx/isp-imx_4.2.2.11.0.bb @@ -83,4 +83,4 @@ INSANE_SKIP_${PN} = "rpaths" RDEPENDS_${PN} = "libdrm libpython3" -COMPATIBLE_MACHINE = "(imx|use-nxp-bsp)" +COMPATIBLE_MACHINE = "(mx8mp)" 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" inherit module -COMPATIBLE_MACHINE = "(imx|use-nxp-bsp)" +COMPATIBLE_MACHINE = "(mx8mp)" -- 2.40.1