]> code.ossystems Code Review - meta-freescale.git/commitdiff
basler-camera,isp-imx,kernel-module-isp-vvcam: Mark imx specific
authorKhem Raj <raj.khem@gmail.com>
Thu, 18 Feb 2021 04:21:49 +0000 (20:21 -0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 2 Mar 2021 22:26:05 +0000 (19:26 -0300)
These recipes are really not meant for non imx architectures, therefore
pin them as such

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 346713517e26729f91fd35423c8934cf59e7d64d)

recipes-bsp/isp-imx/basler-camera_4.2.2.6.0.bb
recipes-bsp/isp-imx/isp-imx_4.2.2.6.0.bb
recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.6.0.bb

index 65440b6a91f894ceee471ac6ecc159c674bbc158..369ca5ce705cadde624a9cbb922492c8d8eaf4b6 100644 (file)
@@ -23,3 +23,5 @@ SYSTEMD_AUTO_ENABLE = "enable"
 
 FILES_${PN} = "${libdir} /opt"
 INSANE_SKIP_${PN} = "file-rdeps already-stripped"
+
+COMPATIBLE_MACHINE = "(imx|use-nxp-bsp)"
index 8f42faef3a6df7d462a5d2726ef8b68d3c63b317..363089f086c7cceb74924c84a6a509e22a9dbd4e 100644 (file)
@@ -80,3 +80,5 @@ FILES_${PN}-dbg += "${libdir}/.debug"
 
 INSANE_SKIP_${PN} += "rpaths dev-deps dev-so"
 INSANE_SKIP_${PN}-dev += "rpaths dev-elf"
+
+COMPATIBLE_MACHINE = "(imx|use-nxp-bsp)"
index 5ab66e9982a62b325b1b431cfb9222a4d5f30948..5cb7f7649fdf384ead9e2b7e494861db40de9b6a 100644 (file)
@@ -15,3 +15,5 @@ SRCREV = "9824e601d336bcef2dc6284ff3605e0b1d32d63d"
 S = "${WORKDIR}/git/vvcam/v4l2"
 
 inherit module
+
+COMPATIBLE_MACHINE = "(imx|use-nxp-bsp)"