Re: [yocto] [EXTERNAL] SRC URI checksums

2019-01-28 Thread Edward Wingate
Thank you. I must have based the recipe on one that downloaded a tarball, and didn't notice until now the checksums never had to be changed. On Mon, Jan 28, 2019 at 11:25 AM Burton, Ross wrote: > > On Mon, 28 Jan 2019 at 19:23, Lukasz Zemla wrote: > > Checksums were introduced to ensure data co

Re: [yocto] [EXTERNAL] SRC URI checksums

2019-01-28 Thread Burton, Ross
On Mon, 28 Jan 2019 at 19:23, Lukasz Zemla wrote: > Checksums were introduced to ensure data consistency. They are not checked if > SRC_URI points to repository (svn, git, hg..., it is assumed that repository > provides its own mechanism to ensure data correctness). To clarify, the checksums a

Re: [yocto] [EXTERNAL] SRC URI checksums

2019-01-28 Thread Lukasz Zemla
> I have a recipe that has a SRC_URI retrieving from a mercurial repo: > SRC_URI = "hg://server/project;module=name;rev=tip" > SRC_URI[md5sum] = "xxx" > SRC_URI[sha256sum] = "yyy" > > I changed the SRC_URL to retreive from a specific revision instead of tip: > SRC_URI = "hg://server/project;module