diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-05-22 19:48:45 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-22 19:48:45 -0300 |
commit | 1c54544077556a3288585191dcf7c38ff200da45 (patch) | |
tree | fd6011f23d967f49f8f7a6743897a4a4a1c0f8e7 | |
parent | 967ee5a3dd2e85a243568c2639075664bea2004f (diff) | |
parent | 40cfa8b9bfb0d5c70d59429194ea7e6083c5e907 (diff) | |
download | meta-freescale-1c54544077556a3288585191dcf7c38ff200da45.tar.gz |
Merge pull request #2293 from OSSystems/topic/mali
mali-imx: r50.2 -> r53.0
-rw-r--r-- | recipes-graphics/mali/mali-imx_r53.0.bb (renamed from recipes-graphics/mali/mali-imx_r50.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/mali/mali-imx_r50.2.bb b/recipes-graphics/mali/mali-imx_r53.0.bb index 97f6db71..65b91f55 100644 --- a/recipes-graphics/mali/mali-imx_r50.2.bb +++ b/recipes-graphics/mali/mali-imx_r53.0.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | require mali-imx.inc | 1 | require mali-imx.inc |
2 | 2 | ||
3 | LICENSE = "Proprietary" | 3 | LICENSE = "Proprietary" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3" |
5 | 5 | ||
6 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" | 6 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" |
7 | SRC_URI[sha256sum] = "947881cdad085a29dcb52dc4431f803b73c06141b31e06520f9bfe17d324f774" | 7 | SRC_URI[sha256sum] = "67a008bc64af4f3d9ad91465af3c0c3ac90ff8dcbcdaed96036eccc62880c7a3" |
8 | IMX_SRCREV_ABBREV = "710cfb6" | 8 | IMX_SRCREV_ABBREV = "f2226b0" |
9 | 9 | ||
10 | S = "${WORKDIR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}" | 10 | S = "${WORKDIR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}" |
11 | 11 | ||