Commit 62670f5
committed
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>1 parent 227bed0 commit 62670f5
File tree
2 files changed
+6
-6
lines changed- recipes-core
- iotedge-cli
- iotedge-daemon
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments