summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-17 13:00:07 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-18 11:22:14 +0000
commit1f76bddcc9fdbb00b3293caac917a5ca85fe437b (patch)
treee3aa70611355724e1924a99c16a55769fe7ffe88
parent18b08de21316cdd9ecb2ebf9cd931e4bfc3b6071 (diff)
downloadmeta-freescale-1f76bddcc9fdbb00b3293caac917a5ca85fe437b.tar.gz
basler-camera: Upgrade 4.2.2.16.0 -> 4.2.2.18.0
Includes a missing runtime dependency on isp-imx. Fixes: 724d343 MA-19817 On Android, align isp-4.2.2p16 with Linux 9445d63 Update Release from Basler p18 v5.1.0 based on VSI p18 999478f Update Release from Basler P17 v5.0.2 based on VSI P17 temp e3dc9c5 modify the README.TXT 9f29687 Update Release from Basler P17 temp based on VSI P17 temp Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit fa714a93f00351c20cc0d70e8108a0fead1bf5de)
-rw-r--r--recipes-bsp/isp-imx/basler-camera_4.2.2.18.0.bb (renamed from recipes-bsp/isp-imx/basler-camera_4.2.2.16.0.bb)11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-bsp/isp-imx/basler-camera_4.2.2.16.0.bb b/recipes-bsp/isp-imx/basler-camera_4.2.2.18.0.bb
index 5b53068c..41e59fc9 100644
--- a/recipes-bsp/isp-imx/basler-camera_4.2.2.16.0.bb
+++ b/recipes-bsp/isp-imx/basler-camera_4.2.2.18.0.bb
@@ -1,15 +1,15 @@
1# Copyright 2020-2021 NXP 1# Copyright 2020-2022 NXP
2 2
3DESCRIPTION = "Basler camera binary drivers" 3DESCRIPTION = "Basler camera binary drivers"
4LICENSE = "Proprietary" 4LICENSE = "Proprietary"
5LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d3c315c6eaa43e07d8c130dc3a04a011"
6 6
7inherit fsl-eula-unpack 7inherit fsl-eula-unpack
8 8
9SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" 9SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
10 10
11SRC_URI[md5sum] = "489763169857773bade28611e649172e" 11SRC_URI[md5sum] = "4bc72b07f608cbe13d318a63adb8f9dc"
12SRC_URI[sha256sum] = "3d4ae594659a697eef7479ca2480cc53f1d460f22bcc1c58104cff63bc6705fe" 12SRC_URI[sha256sum] = "62393bcc11b6e8bb9918a29240fb57057870ec0cefff00042ee65d8a1fde081a"
13 13
14do_install() { 14do_install() {
15 dest_dir=${D}/opt/imx8-isp/bin 15 dest_dir=${D}/opt/imx8-isp/bin
@@ -22,6 +22,7 @@ do_install() {
22SYSTEMD_AUTO_ENABLE = "enable" 22SYSTEMD_AUTO_ENABLE = "enable"
23 23
24FILES:${PN} = "${libdir} /opt" 24FILES:${PN} = "${libdir} /opt"
25INSANE_SKIP:${PN} = "file-rdeps already-stripped" 25INSANE_SKIP:${PN} = "already-stripped"
26RDEPENDS:${PN} += "isp-imx"
26 27
27COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)" 28COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)"