All of lore.kernel.org
 help / color / mirror / Atom feed
* BKM on add SRC_URI MD5 and SHA256 checksum
@ 2010-11-18  2:32 Yu, Ke
  2010-11-18  2:42 ` Scott Garman
  2010-11-18  5:10 ` Saul Wold
  0 siblings, 2 replies; 8+ messages in thread
From: Yu, Ke @ 2010-11-18  2:32 UTC (permalink / raw)
  To: yocto

Hi Distro folks:

As Saul suggest to add SRC_URI MD5 and SHA256 checksum when we upgrade the recipes, here is a simple how-to:

Two entry is needed for checksum, take meta/recipes-extended/tar/tar_1.23.bb as example:
SRC_URI[md5sum] = "41e2ca4b924ec7860e51b43ad06cdb7e"
SRC_URI[sha256sum] = "c9328372db62fbb1d94c9e4e3cefc961111af46de47085b635359c00a0eebe36"

The md5sum and sha256sum value can be get by:

# md5sum /your_DL_DIR/ tar-1.23.tar.bz2
41e2ca4b924ec7860e51b43ad06cdb7e

# sha256sum /your_DL_DIR/ tar-1.23.tar.bz2
c9328372db62fbb1d94c9e4e3cefc961111af46de47085b635359c00a0eebe36

Regards
Ke


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-11-18 16:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18  2:32 BKM on add SRC_URI MD5 and SHA256 checksum Yu, Ke
2010-11-18  2:42 ` Scott Garman
2010-11-18  5:10 ` Saul Wold
2010-11-18  5:30   ` Scott Garman
2010-11-18  5:35     ` Saul Wold
2010-11-18  5:13       ` Yu Ke
2010-11-18 16:54       ` Scott Garman
2010-11-18 10:49     ` Joshua Lock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.