diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-18 16:38:27 -0600 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-19 15:50:12 -0600 |
commit | 8b46c3c6ea8a623f8cd9819ddf5e4c7cbe9d5bc9 (patch) | |
tree | af20964826b9b1b35f94a7d7a22337596f0c20ea | |
parent | abd318457243df640eaca38507c799825cfb6421 (diff) | |
download | meta-freescale-8b46c3c6ea8a623f8cd9819ddf5e4c7cbe9d5bc9.tar.gz |
isp-imx: Upgrade to 4.2.2.16.0
Drop the upstream patch: 0001-isp-imx-drop-use-of-__TIME__-__DATE__.patch.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-bsp/isp-imx/isp-imx_4.2.2.16.0.bb (renamed from recipes-bsp/isp-imx/isp-imx_4.2.2.15.0.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/isp-imx/isp-imx_4.2.2.15.0.bb b/recipes-bsp/isp-imx/isp-imx_4.2.2.16.0.bb index 9ede07bd..4411c351 100644 --- a/recipes-bsp/isp-imx/isp-imx_4.2.2.15.0.bb +++ b/recipes-bsp/isp-imx/isp-imx_4.2.2.16.0.bb | |||
@@ -2,17 +2,16 @@ | |||
2 | 2 | ||
3 | DESCRIPTION = "i.MX Verisilicon Software ISP" | 3 | DESCRIPTION = "i.MX Verisilicon Software ISP" |
4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e565271ec9a80ce47abbddc4bffe56fa" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f" |
6 | DEPENDS = "python3 libdrm virtual/libg2d libtinyxml2-8" | 6 | DEPENDS = "python3 libdrm virtual/libg2d libtinyxml2-8" |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | ${FSL_MIRROR}/${BP}.bin;fsl-eula=true \ | 9 | ${FSL_MIRROR}/${BP}.bin;fsl-eula=true \ |
10 | file://0001-start_isp.sh-fix-NR_DEVICE_TREE_BASLER-variable.patch \ | 10 | file://0001-start_isp.sh-fix-NR_DEVICE_TREE_BASLER-variable.patch \ |
11 | file://0001-isp-imx-drop-use-of-__TIME__-__DATE__.patch \ | ||
12 | " | 11 | " |
13 | 12 | ||
14 | SRC_URI[md5sum] = "e9e0943b9f4923c767d07901e550c41c" | 13 | SRC_URI[md5sum] = "f490153dbec234a04416ad41834806b2" |
15 | SRC_URI[sha256sum] = "13274c0fd442da4b3b9900a7568c59872ffa6408f5699d35eebc6760a8e51297" | 14 | SRC_URI[sha256sum] = "83b24b9d1f7a40a506a45a1c5c2ef2ca2313fe9b23fde591e3b7dce77ea359ca" |
16 | 15 | ||
17 | inherit fsl-eula-unpack cmake systemd use-imx-headers | 16 | inherit fsl-eula-unpack cmake systemd use-imx-headers |
18 | 17 | ||