diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-01-13 17:06:35 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2025-01-13 17:06:35 -0300 |
| commit | 6fb8816cb32db4ba9391157036fa97914cc7d103 (patch) | |
| tree | 6b524a732a1d26c5b187ef7d8d5700555c34ff58 /recipes-bsp/imx-vpu | |
| parent | 9dc9f18dd3faa177d797e5c1a1f3d543fb703d0c (diff) | |
| download | meta-freescale-6fb8816cb32db4ba9391157036fa97914cc7d103.tar.gz | |
treewide: Remove all references to SRC_URI[md5sum] hashes
Drop md5sum check as no longer mandated in Yocto Project.
SRC_URI[md5sum] used to also be commonly used, but it is deprecated and
should be replaced by SRC_URI[sha256sum] when updating existing recipes. See:
- https://docs.yoctoproject.org/dev/singleindex.html#fetching-code
- https://docs.yoctoproject.org/dev/singleindex.html#src-uri-checksum-behaviour
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-vpu')
| -rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb index 553f39930..fc90cdab7 100644 --- a/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb +++ b/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb | |||
| @@ -11,7 +11,6 @@ PROVIDES = "virtual/imxvpu" | |||
| 11 | PE = "1" | 11 | PE = "1" |
| 12 | 12 | ||
| 13 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | 13 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" |
| 14 | SRC_URI[md5sum] = "6d6302189a6704874375afe62a65def0" | ||
| 15 | SRC_URI[sha256sum] = "87cb799a57df654db29403cb74a75ca5185a1517022d3a4a16b8d69056c36127" | 14 | SRC_URI[sha256sum] = "87cb799a57df654db29403cb74a75ca5185a1517022d3a4a16b8d69056c36127" |
| 16 | 15 | ||
| 17 | inherit fsl-eula-unpack use-imx-headers | 16 | inherit fsl-eula-unpack use-imx-headers |
