From 832250bdf2eb99d1727413b791b18f326d39446a Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Thu, 16 Mar 2023 09:41:27 +0100 Subject: 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 --- recipes-bsp/isp-imx/isp-imx_4.2.2.19.0.bb | 7 +++---- 1 file 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 @@ -# Copyright 2020-2022 NXP +# Copyright 2020-2023 NXP DESCRIPTION = "i.MX Verisilicon Software ISP" LICENSE = "Proprietary" @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe" DEPENDS = "libdrm virtual/libg2d libtinyxml2" SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" -SRC_URI[md5sum] = "d0350ad40df96a84efc4802975f92c91" -SRC_URI[sha256sum] = "5544aef41546906bc4999de1980e4706cf241c93732633efde57b018ac4863c3" +SRC_URI[md5sum] = "01f83394df91091f414f122c339c02bc" +SRC_URI[sha256sum] = "ab65a413f397230010266579df570beac5fde4af430e31fc251d7cf7c8fa2232" inherit fsl-eula-unpack cmake systemd use-imx-headers @@ -49,7 +49,6 @@ do_install() { install -d ${D}/opt/imx8-isp/bin/dewarp_config cp -r ${B}/generated/release/bin/*_test ${D}/opt/imx8-isp/bin - cp -r ${B}/generated/release/bin/*2775* ${D}/opt/imx8-isp/bin cp -r ${B}/generated/release/bin/*.xml ${D}/opt/imx8-isp/bin cp -r ${B}/generated/release/bin/*.drv ${D}/opt/imx8-isp/bin cp -r ${WORKDIR}/${BP}/dewarp/dewarp_config/ ${D}/opt/imx8-isp/bin -- cgit v1.2.3-54-g00ecf