Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iotedge-{cli,daemon}: use static SRCREV instead of AUTOREV
* using AUTOREV in public layers is wrong, forces bitbake to always run git ls-remote just to parse the recipe and breaks reproducibility (as newer SRCREV could cause whole build to fail even without any changes in metadata) * for hyperlocal-windows, tokio-uds-windows the latest commit currently matches with v0.1.0 mio-uds-windows is one commit ahead of v0.1.0: hyperlocal-windows$ git log --oneline | head 2bd432b v0.1.0 c2a9ea2 Initial commit f1eab0c Initial commit 866dd9f Initial commit tokio-uds-windows$ git log --oneline | head b689a91 v0.1.0 b317f75 Initial commit 7578e01 Initial commit c1bad3b Initial commit mio-uds-windows$ git log --oneline | head 87a4a99 Remove extra indirection from cast (Azure#2) 67c2c78 v0.1.0 b24a96b Initial commit 4a93639 Initial commit 9c4b19e Initial commit Signed-off-by: Martin Jansa <martin.jansa@lge.com>
- Loading branch information