summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2023-03-16 09:41:27 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-03-18 14:58:23 +0000
commitd5a8c442039ce2508fedabb737df878e8a80942d (patch)
treee310e560a1af5df8341f9b38af6d49d5949ceefb
parentddc8107bf33f61cbc7ea71802f492f5d8e297fad (diff)
downloadmeta-freescale-d5a8c442039ce2508fedabb737df878e8a80942d.tar.gz
isp-imx: Update isp-imx_4.2.2.19.0.bb to commit a7ef904
- NXP decided to change the binaries without updating the version [1] - Here is NXP changelog: [LF-8298] Fix intermittent build break "Error copying file ... isi_common.h". [1] https://github.com/nxp-imx/meta-imx/commit/43c0642e Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> (cherry picked from commit 832250bdf2eb99d1727413b791b18f326d39446a)
-rw-r--r--recipes-bsp/isp-imx/isp-imx_4.2.2.19.0.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/isp-imx/isp-imx_4.2.2.19.0.bb b/recipes-bsp/isp-imx/isp-imx_4.2.2.19.0.bb
index 19d0cba7..33dadad3 100644
--- a/recipes-bsp/isp-imx/isp-imx_4.2.2.19.0.bb
+++ b/recipes-bsp/isp-imx/isp-imx_4.2.2.19.0.bb
@@ -1,4 +1,4 @@
1# Copyright 2020-2022 NXP 1# Copyright 2020-2023 NXP
2 2
3DESCRIPTION = "i.MX Verisilicon Software ISP" 3DESCRIPTION = "i.MX Verisilicon Software ISP"
4LICENSE = "Proprietary" 4LICENSE = "Proprietary"
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe"
6DEPENDS = "libdrm virtual/libg2d libtinyxml2" 6DEPENDS = "libdrm virtual/libg2d libtinyxml2"
7 7
8SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" 8SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
9SRC_URI[md5sum] = "d0350ad40df96a84efc4802975f92c91" 9SRC_URI[md5sum] = "01f83394df91091f414f122c339c02bc"
10SRC_URI[sha256sum] = "5544aef41546906bc4999de1980e4706cf241c93732633efde57b018ac4863c3" 10SRC_URI[sha256sum] = "ab65a413f397230010266579df570beac5fde4af430e31fc251d7cf7c8fa2232"
11 11
12inherit fsl-eula-unpack cmake systemd use-imx-headers 12inherit fsl-eula-unpack cmake systemd use-imx-headers
13 13
@@ -49,7 +49,6 @@ do_install() {
49 install -d ${D}/opt/imx8-isp/bin/dewarp_config 49 install -d ${D}/opt/imx8-isp/bin/dewarp_config
50 50
51 cp -r ${B}/generated/release/bin/*_test ${D}/opt/imx8-isp/bin 51 cp -r ${B}/generated/release/bin/*_test ${D}/opt/imx8-isp/bin
52 cp -r ${B}/generated/release/bin/*2775* ${D}/opt/imx8-isp/bin
53 cp -r ${B}/generated/release/bin/*.xml ${D}/opt/imx8-isp/bin 52 cp -r ${B}/generated/release/bin/*.xml ${D}/opt/imx8-isp/bin
54 cp -r ${B}/generated/release/bin/*.drv ${D}/opt/imx8-isp/bin 53 cp -r ${B}/generated/release/bin/*.drv ${D}/opt/imx8-isp/bin
55 cp -r ${WORKDIR}/${BP}/dewarp/dewarp_config/ ${D}/opt/imx8-isp/bin 54 cp -r ${WORKDIR}/${BP}/dewarp/dewarp_config/ ${D}/opt/imx8-isp/bin