Skip to content

Commit

Permalink
isp-imx: Update isp-imx_4.2.2.19.0.bb to commit a7ef904
Browse files Browse the repository at this point in the history
- 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] nxp-imx/meta-imx@43c0642e

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
  • Loading branch information
gibsson committed Mar 16, 2023
1 parent 7a761ee commit 832250b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipes-bsp/isp-imx/isp-imx_4.2.2.19.0.bb
@@ -1,13 +1,13 @@
# Copyright 2020-2022 NXP
# Copyright 2020-2023 NXP

DESCRIPTION = "i.MX Verisilicon Software ISP"
LICENSE = "Proprietary"
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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 832250b

Please sign in to comment.