summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-04-14 16:40:55 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-16 10:32:45 -0300
commitb2036716f45d13c3db9d86bbfe596a8b41294cab (patch)
tree3840b191bd52d0fe70fc6c97635d4d4b55fc3a20 /recipes-graphics
parentdc70940d22b0cf40044c4f392dbf9f7ffafbb794 (diff)
downloadmeta-freescale-b2036716f45d13c3db9d86bbfe596a8b41294cab.tar.gz
imx-gpu-g2d: update to 6.4.0.p2.0
Update recipe to p2 stepping to include support for kernel 5.4.3 from NXP. Updated component use V10 of NXP EULA, therefore license md5 has been modified to match the version. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.4.0.p2.0.bb (renamed from recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.4.0.p1.0.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.4.0.p1.0.bb b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.4.0.p2.0.bb
index d1e3e057..8de2c35f 100644
--- a/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.4.0.p1.0.bb
+++ b/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.4.0.p2.0.bb
@@ -5,7 +5,7 @@
5 5
6DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and no DPU" 6DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and no DPU"
7LICENSE = "Proprietary" 7LICENSE = "Proprietary"
8LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3" 8LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d"
9 9
10DEPENDS += "libgal-imx" 10DEPENDS += "libgal-imx"
11PROVIDES += "virtual/libg2d" 11PROVIDES += "virtual/libg2d"
@@ -13,10 +13,10 @@ PROVIDES += "virtual/libg2d"
13FSLBIN_NAME = "${PN}-${PV}-${TARGET_ARCH}" 13FSLBIN_NAME = "${PN}-${PV}-${TARGET_ARCH}"
14 14
15SRC_URI = "${FSL_MIRROR}/${FSLBIN_NAME}.bin;name=${TARGET_ARCH};fsl-eula=true" 15SRC_URI = "${FSL_MIRROR}/${FSLBIN_NAME}.bin;name=${TARGET_ARCH};fsl-eula=true"
16SRC_URI[aarch64.md5sum] = "ec60e831fbc588b49aeb852aa824d268" 16SRC_URI[aarch64.md5sum] = "46a25ffb33312b36b4c1b8dea38c05f4"
17SRC_URI[aarch64.sha256sum] = "35885f435dbe951d2c0f439a376ed8a59a50b67a1b7e1e14fa2ab03995abb1ad" 17SRC_URI[aarch64.sha256sum] = "3278d4e2bae91e86d148c7e142178d50d4d8eb476fc1ee4a2e265f7e66334741"
18SRC_URI[arm.md5sum] = "c7c5a9f6cd45b1a716d0f41479919c9e" 18SRC_URI[arm.md5sum] = "69532382092c1a5e754be594d1a486b7"
19SRC_URI[arm.sha256sum] = "6d6d02d035d988cbdb2014794f2efe970a3f5ac277202882bbf553bb7fd789d2" 19SRC_URI[arm.sha256sum] = "c618c3ac6adc5f28439ceb88cb46889b78daaf36655ab82ea2ac6f50a88297f5"
20 20
21S = "${WORKDIR}/${FSLBIN_NAME}" 21S = "${WORKDIR}/${FSLBIN_NAME}"
22 22