Skip to content

Commit

Permalink
treewide: Remove all references to SRC_URI[md5sum] hashes
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
otavio committed Jan 13, 2025
1 parent 774ca54 commit 6273810
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion recipes-bsp/libmcc/libmcc_1.05.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ SRC_URI = "http://repository.timesys.com/buildsources/l/libmcc/libmcc-${PV}/libm
file://0001-Makefile-use-oe-ldflags.patch \
"

SRC_URI[md5sum] = "7a35d9804bdcebdfcd7a3b717de50d31"
SRC_URI[sha256sum] = "5d6d85f2f17ba1016c24e3a1c1c934a9267021edaed67b63879112151f48562c"

S = "${WORKDIR}/libmcc-${PV}"
Expand Down
1 change: 0 additions & 1 deletion recipes-bsp/mqxboot/mqxboot_1.0.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ SRC_URI = " \
file://0001-Makefile-use-OE-ldflags.patch \
"

SRC_URI[md5sum] = "f74755548041d50ca178448ee3e478d4"
SRC_URI[sha256sum] = "32444409de5e809b9347e275a3bf78623a89e9ecce3188ebac79318b2b7c39b3"

S = "${WORKDIR}/mqxboot-${PV}"
Expand Down

0 comments on commit 6273810

Please sign in to comment.