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 9dc9f18 commit 6fb8816
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ inherit deploy fsl-eula-unpack

SRC_URI = "${FSL_MIRROR}/firmware-imx-8.16.bin;fsl-eula=true"

SRC_URI[md5sum] = "9ed2923c0eb511c7fcf37dd607944124"
SRC_URI[sha256sum] = "65f829a9e2597bffc58a680aaefa638122144a083633d1ae09b3aec1d9f8ab84"

S = "${WORKDIR}/firmware-imx-8.16"
Expand Down
1 change: 0 additions & 1 deletion recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENCE;md5=0f00d99239d922ffd13cabef83b33444"

SRC_URI = "${FSL_MIRROR}/sof-imx-${PV}.tar.gz"
SRC_URI[md5sum] = "f7d277717b3f0dd17e8d341c1091d6b6"
SRC_URI[sha256sum] = "eb86c90aec92b3b376e7afca6aa5db4767b5d8868553595907ba37665329f16b"

S = "${WORKDIR}/sof-imx-${PV}"
Expand Down
1 change: 0 additions & 1 deletion recipes-bsp/firmware-upower/firmware-upower_1.3.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ S = "${WORKDIR}/${PN}-${PV}"

inherit fsl-eula-unpack pkgconfig deploy

SRC_URI[md5sum] = "65f28bd8ace3ce7116cb15685bfe1cd0"
SRC_URI[sha256sum] = "1df3a03d69feb38a450ee63abc7713d78cf6339988476e4c9f95ebbf63790f66"

do_configure[noexec] = "1"
Expand Down
1 change: 0 additions & 1 deletion recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.15.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ inherit fsl-eula-unpack pkgconfig deploy

SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"

SRC_URI[md5sum] = "d608eb2b3d312da1dbde55b8514c1e0f"
SRC_URI[sha256sum] = "1272ac5c31a88017ef548721f3acf930a7eda6ac73aa9f41b5f0cade9d5c0e5f"

BOARD_TYPE ?= "mek"
Expand Down
1 change: 0 additions & 1 deletion recipes-bsp/imx-seco/imx-seco_5.9.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ inherit fsl-eula-unpack use-imx-security-controller-firmware deploy

SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"

SRC_URI[md5sum] = "d05d6b15ad9ad0df141e1fc736f4a622"
SRC_URI[sha256sum] = "9b04be33814a9cbda9bbfcb6711585cf7e4ed2527793813c95230f350323cba7"


Expand Down
1 change: 0 additions & 1 deletion recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ PROVIDES = "virtual/imxvpu"
PE = "1"

SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
SRC_URI[md5sum] = "6d6302189a6704874375afe62a65def0"
SRC_URI[sha256sum] = "87cb799a57df654db29403cb74a75ca5185a1517022d3a4a16b8d69056c36127"

inherit fsl-eula-unpack use-imx-headers
Expand Down
1 change: 0 additions & 1 deletion recipes-bsp/isp-imx/basler-camera_4.2.2.24.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ inherit fsl-eula-unpack

SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"

SRC_URI[md5sum] = "31d716e1f40c248556e5a8e6b467ba71"
SRC_URI[sha256sum] = "ad3e98ee0c10f2b3e74af8923f44b8d5908e42eedbca12a702e35cee9328d8cf"

do_install() {
Expand Down
2 changes: 0 additions & 2 deletions recipes-extended/testfloat/testfloat_2a.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ SRC_URI:append:qoriq-ppc = " file://SoftFloat-powerpc-1.patch \
file://TestFloat-powerpc-E500v2-SPE-1.patch \
file://Yocto-replace-COMPILE_PREFIX-gcc.patch \
"
SRC_URI[TestFloat.md5sum] = "4dc889319ae1e0c5381ec511f784553a"
SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684bd027863481f8e4e"
SRC_URI[SoftFloat.md5sum] = "b4a58b5c941f1a2317e4c2500086e3fa"
SRC_URI[SoftFloat.sha256sum] = "89d14b55113a2ba8cbda7011443ba1d298d381c89d939515d56c5f18f2febf81"

S = "${WORKDIR}/TestFloat-2a"
Expand Down
2 changes: 0 additions & 2 deletions recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ require imx-mcore-demos.inc
LIC_FILES_CHKSUM:mx8ulp-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a"
LIC_FILES_CHKSUM:mx93-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a"

SRC_URI[imx8ulp.md5sum] = "9db44ac8ae50c2ce37072c89d54bf794"
SRC_URI[imx8ulp.sha256sum] = "2d1d48eb3f01d020917f42281581835a3c085233e9764ec845940c1e49ac317b"

SRC_URI[imx93.md5sum] = "293b097136b5c2c857057d1724b468ac"
SRC_URI[imx93.sha256sum] = "c954b9bc32cfdea9b696fa0b02f934812054e3ab445b5dd8eb7898d427e47526"

COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx93-nxp-bsp)"
1 change: 0 additions & 1 deletion recipes-fsl/mcore-demos/imx-m4-demos_1.0.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ M4_SOC:mx7d-nxp-bsp = "imx7d-sabresd"
SRC_URI = "${FSL_MIRROR}/${M4_SOC}-m4-freertos-${PV}.bin;fsl-eula=true"
S = "${WORKDIR}/${M4_SOC}-m4-freertos-${PV}"

SRC_URI[md5sum] = "b05b780ff3916f4953ab58ac95233c38"
SRC_URI[sha256sum] = "cc00d3b936d49b2794a2a99e10129437e70caba3fd26b8379b8c50dd22f73254"

do_deploy () {
Expand Down
3 changes: 0 additions & 3 deletions recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ LIC_FILES_CHKSUM:mx7ulp-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a54
LIC_FILES_CHKSUM:mx8mm-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a"
LIC_FILES_CHKSUM:mx8mq-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a"

SRC_URI[imx7ulp.md5sum] = "f971b57a6787adf24bf1135b69847c65"
SRC_URI[imx7ulp.sha256sum] = "1fbb26f8e0a69a2e3925e07cf0cc4a13b13e3ff6321a2ba3dc39c454c82b398b"

SRC_URI[imx8mm.md5sum] = "fe3d6cba7ad25f90f4cfdf22221ddd21"
SRC_URI[imx8mm.sha256sum] = "a335b54b797c37be05c5b4e6aeabd02099f401de907186723361d1fc25ea3f24"

SRC_URI[imx8mq.md5sum] = "e6da3b5fda929ac6989c7aa7633a9ab6"
SRC_URI[imx8mq.sha256sum] = "09b7195ce553dae5808afcefaf6f76c79f7122ce4dd31fabd679b768607dea25"

COMPATIBLE_MACHINE = "(mx7ulp-nxp-bsp|mx8mm-nxp-bsp|mx8mq-nxp-bsp)"
3 changes: 0 additions & 3 deletions recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ LIC_FILES_CHKSUM:mx8qm-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833
LIC_FILES_CHKSUM:mx8qxp-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a"
LIC_FILES_CHKSUM:mx8dx-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a"

SRC_URI[imx8dxl.md5sum] = "8850c04a8af91e2bd822cecd5ec56e12"
SRC_URI[imx8dxl.sha256sum] = "66ddba970712ed394de4034b362334a12caa5865a6afc1dfb5a897bb55b4fcf1"

SRC_URI[imx8qm.md5sum] = "5912ca94847ee56a7e8b866b211b67d9"
SRC_URI[imx8qm.sha256sum] = "c695e72b0c7f609132f5990469cf950c03e137de887bd7e24d059c51a7b499be"

SRC_URI[imx8qx.md5sum] = "5bc15014f59b2b11c71299fac608be5d"
SRC_URI[imx8qx.sha256sum] = "bbb268a30a58a86e38966122191c8aa69f427c6c1d56b0ce81e518f4d652782a"

COMPATIBLE_MACHINE = "(mx8dxl-nxp-bsp|mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dx-nxp-bsp)"
4 changes: 0 additions & 4 deletions recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ LIC_FILES_CHKSUM:mx8mpul-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5

LIC_FILES_CHKSUM:mx95-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a"

SRC_URI[imx8mn.md5sum] = "b7e2733d8f6c9469b52b36cf6dad1c5e"
SRC_URI[imx8mn.sha256sum] = "ab608d621c8d74f42514799a732414184bd22f058a8a87a0ab75147a0fd5d99c"

SRC_URI[imx8mnddr3l.md5sum] = "c99fdb271ab42390537845a6beb15cf3"
SRC_URI[imx8mnddr3l.sha256sum] = "9c9477db2581640395ec3bc7524f89c2c09ffd2947d9186959343a8cf764ad28"

SRC_URI[imx8mp.md5sum] = "4260822516833e8cedec61dd5be24e3e"
SRC_URI[imx8mp.sha256sum] = "672af1e1d8fcc1ebd12b45c6dc4cfc7abc85ea9ebbf114d15f4bfe7540e24ea1"

SRC_URI[imx95.md5sum] = "f9576f3a4fe730c111c877344ea93427"
SRC_URI[imx95.sha256sum] = "8d394b62a4fbad8303acf43f9f8672e5d1c17f1af8f47d7665740272819c0cc1"

COMPATIBLE_MACHINE = "(mx8mn-nxp-bsp|mx8mnul-nxp-bsp|mx8mp-nxp-bsp|mx8mpul-nxp-bsp|mx95-nxp-bsp)"
1 change: 0 additions & 1 deletion recipes-fsl/mcore-demos/imx-m7-demos_2.16.001.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ require imx-mcore-demos.inc

LIC_FILES_CHKSUM:mx95-nxp-bsp = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837"

SRC_URI[imx95.md5sum] = "70f4a0ab4f65beef113dd544c4b3be8c"
SRC_URI[imx95.sha256sum] = "0569f128e2068c509dcd4afe6689a62cdb5a4ac9f8eb1b522b2bfaac0e7d09fd"

COMPATIBLE_MACHINE = "(mx95-nxp-bsp)"
1 change: 0 additions & 1 deletion recipes-multimedia/imx-codec/imx-codec_4.9.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a"
PROVIDES += "libfslcodec"

SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
SRC_URI[md5sum] = "2208aa871e51aacf1910c59c24694572"
SRC_URI[sha256sum] = "1a41a3cad9e0f4baa904fcec896105d3474e18d13f169dad1172d5691fc11c9a"

inherit fsl-eula-unpack autotools pkgconfig
Expand Down
1 change: 0 additions & 1 deletion recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.1.8.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ inherit fsl-eula-unpack autotools pkgconfig

SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"

SRC_URI[md5sum] = "4250b61f23f49de9500ea8208f6e2be9"
SRC_URI[sha256sum] = "fa30f3e1b13e570d7c6f0a5f335c11fc3c6336a266fd3a4941e27c4c2a5b13d3"

EXTRA_OECONF:append:mx8qm-nxp-bsp = " --enable-imx8qmqxp"
Expand Down
1 change: 0 additions & 1 deletion recipes-multimedia/imx-dsp/imx-dsp_2.1.8.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ inherit fsl-eula-unpack autotools pkgconfig

SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"

SRC_URI[md5sum] = "6699e619f941cfa2e2b99cc2a99b7575"
SRC_URI[sha256sum] = "5d42c8f39fb36bcc48e9f0c4caffd125b89c257fa8eccb3b61608bc690a16462"

EXTRA_OECONF = " \
Expand Down
1 change: 0 additions & 1 deletion recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=72c0f70181bb6e83eee6aab8de12a9f3"

SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"

SRC_URI[md5sum] = "d46005ee29ca603caa2e1b1e82953ff1"
SRC_URI[sha256sum] = "e79cbf4788a86a0068bbe80c37317e3332ae76e3d5c3ff2eabd71f03121fab6a"

inherit fsl-eula-unpack autotools pkgconfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ DEPENDS = "virtual/opencl-icd"
SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true"
IMX_SRCREV_ABBREV = "f2c3930"

SRC_URI[md5sum] = "c57b978d29bf136be3523676ad088b07"
SRC_URI[sha256sum] = "eb3df72a7e1d16ec1660978cf36b7818b8ac7c7defe3222ae4bb7dabd4a5f4cc"

S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}"
Expand Down
1 change: 0 additions & 1 deletion recipes-multimedia/imx-parser/imx-parser_4.9.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true"
IMX_SRCREV_ABBREV = "5d91190"
S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}"

SRC_URI[md5sum] = "086773073ed8fba17eab80b35a740a46"
SRC_URI[sha256sum] = "087badea414540d1b9403be1a0c7fc91ac42a61f0374857972cd06d8c392ddec"

inherit fsl-eula-unpack autotools pkgconfig
Expand Down
1 change: 0 additions & 1 deletion recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ SECTION = "multimedia"
LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657"

SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
SRC_URI[md5sum] = "cbd5af6e9019db789c03c2d05a8bb444"
SRC_URI[sha256sum] = "f778a7b785fc500df5573f5b810a190ddc561267b47ca54b9ddf4ae12571cfe3"

inherit fsl-eula-unpack autotools pkgconfig
Expand Down

0 comments on commit 6fb8816

Please sign in to comment.