diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2023-03-16 09:41:27 +0100 |
---|---|---|
committer | Gary Bisson <gary.bisson@boundarydevices.com> | 2023-03-16 09:42:46 +0100 |
commit | 832250bdf2eb99d1727413b791b18f326d39446a (patch) | |
tree | ac1004911d77a838d55f51731e8653268fec9e30 /recipes-bsp/isp-imx | |
parent | 7a761ee7b29847cf1e441699dfae4ca56bb2fe66 (diff) | |
download | meta-freescale-832250bdf2eb99d1727413b791b18f326d39446a.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>
Diffstat (limited to 'recipes-bsp/isp-imx')
-rw-r--r-- | recipes-bsp/isp-imx/isp-imx_4.2.2.19.0.bb | 7 |
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 | ||
3 | DESCRIPTION = "i.MX Verisilicon Software ISP" | 3 | DESCRIPTION = "i.MX Verisilicon Software ISP" |
4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe" | |||
6 | DEPENDS = "libdrm virtual/libg2d libtinyxml2" | 6 | DEPENDS = "libdrm virtual/libg2d libtinyxml2" |
7 | 7 | ||
8 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | 8 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" |
9 | SRC_URI[md5sum] = "d0350ad40df96a84efc4802975f92c91" | 9 | SRC_URI[md5sum] = "01f83394df91091f414f122c339c02bc" |
10 | SRC_URI[sha256sum] = "5544aef41546906bc4999de1980e4706cf241c93732633efde57b018ac4863c3" | 10 | SRC_URI[sha256sum] = "ab65a413f397230010266579df570beac5fde4af430e31fc251d7cf7c8fa2232" |
11 | 11 | ||
12 | inherit fsl-eula-unpack cmake systemd use-imx-headers | 12 | inherit 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 |