mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
dev-manual: Discourage the use of SRC_URI[md5sum]
SRC_URI[md5sum] has been deprecated for a long time. Discourage its use by removing it from examples and note that it should be replaced by SRC_URI[sha256sum] when updating recipes. Also mention that bitbake supports other checksums, though they are not commonly used. (From yocto-docs rev: 99d176aa9bd88750eab9314b9d8c941abeff6726) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
6f8cbeed02
commit
5165ecaa14
@@ -327,7 +327,7 @@ BitBake has determined by doing the following:
|
||||
the task. This list also includes indirect dependencies from
|
||||
variables depending on other variables, recursively::
|
||||
|
||||
Task dependencies: ['PV', 'SRCREV', 'SRC_URI', 'SRC_URI[md5sum]', 'SRC_URI[sha256sum]', 'base_do_fetch']
|
||||
Task dependencies: ['PV', 'SRCREV', 'SRC_URI', 'SRC_URI[sha256sum]', 'base_do_fetch']
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user