diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-17 13:00:07 -0500 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-08-18 11:22:14 +0000 |
commit | 1f76bddcc9fdbb00b3293caac917a5ca85fe437b (patch) | |
tree | e3aa70611355724e1924a99c16a55769fe7ffe88 /recipes-bsp/isp-imx | |
parent | 18b08de21316cdd9ecb2ebf9cd931e4bfc3b6071 (diff) | |
download | meta-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)
Diffstat (limited to 'recipes-bsp/isp-imx')
-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 | ||
3 | DESCRIPTION = "Basler camera binary drivers" | 3 | DESCRIPTION = "Basler camera binary drivers" |
4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3c315c6eaa43e07d8c130dc3a04a011" |
6 | 6 | ||
7 | inherit fsl-eula-unpack | 7 | inherit fsl-eula-unpack |
8 | 8 | ||
9 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | 9 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "489763169857773bade28611e649172e" | 11 | SRC_URI[md5sum] = "4bc72b07f608cbe13d318a63adb8f9dc" |
12 | SRC_URI[sha256sum] = "3d4ae594659a697eef7479ca2480cc53f1d460f22bcc1c58104cff63bc6705fe" | 12 | SRC_URI[sha256sum] = "62393bcc11b6e8bb9918a29240fb57057870ec0cefff00042ee65d8a1fde081a" |
13 | 13 | ||
14 | do_install() { | 14 | do_install() { |
15 | dest_dir=${D}/opt/imx8-isp/bin | 15 | dest_dir=${D}/opt/imx8-isp/bin |
@@ -22,6 +22,7 @@ do_install() { | |||
22 | SYSTEMD_AUTO_ENABLE = "enable" | 22 | SYSTEMD_AUTO_ENABLE = "enable" |
23 | 23 | ||
24 | FILES:${PN} = "${libdir} /opt" | 24 | FILES:${PN} = "${libdir} /opt" |
25 | INSANE_SKIP:${PN} = "file-rdeps already-stripped" | 25 | INSANE_SKIP:${PN} = "already-stripped" |
26 | RDEPENDS:${PN} += "isp-imx" | ||
26 | 27 | ||
27 | COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)" | 28 | COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)" |