diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-04-16 18:51:15 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-20 16:17:28 -0300 |
commit | 19e185a123161de68c609e5711af0071f40f26c4 (patch) | |
tree | 0795fda3a16ea882198843fc859577d84d460c63 /recipes-graphics | |
parent | 3fd85f63dc0894a7f0caa62146b99cd7f400e671 (diff) | |
download | meta-freescale-19e185a123161de68c609e5711af0071f40f26c4.tar.gz |
imx-dpu-g2d: Upgrade to 1.8.3
c27d26b MGS-5479 remove g2d_multiblit_test
9730281 MGS-5435 [QNX] G2D - child and parent window can not rotate correctly
73354dc MGS-5103 add YUV mode for BT.601 and BT.709
43ff464 MA-16215 Avoid change input parameter value in g2d_blitEx
807cf04 MGS-5403 enable G2D tile-status feature
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.3.bb (renamed from recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.2.bb b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.3.bb index 09661c78..4465ee7e 100644 --- a/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.2.bb +++ b/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_1.8.3.bb | |||
@@ -4,12 +4,12 @@ | |||
4 | 4 | ||
5 | DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" | 5 | DESCRIPTION = "GPU G2D library and apps for i.MX with 2D GPU and DPU" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d" |
8 | PROVIDES += "virtual/libg2d" | 8 | PROVIDES += "virtual/libg2d" |
9 | 9 | ||
10 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | 10 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
11 | SRC_URI[md5sum] = "b34737fe41688672e1d9522e931509f4" | 11 | SRC_URI[md5sum] = "57a0a0a7d20e4ea1a0d2dcd162abfa79" |
12 | SRC_URI[sha256sum] = "46c72ce9b98b7116e9f7f53a66aadc8fb66910473477c6553db77ed71e54d7ea" | 12 | SRC_URI[sha256sum] = "f8bc83e23263e179bd66492dafaeb104a3967337d76325d0ec97993ae846fb13" |
13 | 13 | ||
14 | inherit fsl-eula-unpack | 14 | inherit fsl-eula-unpack |
15 | 15 | ||