Details
Details
Assignee
Jan-Simon Moeller
Jan-Simon MoellerReporter
Jan-Simon Moeller
Jan-Simon MoellerFix versions
Labels
Affects versions
Priority
Created June 29, 2022 at 6:17 PM
Updated July 21, 2022 at 7:55 PM
Resolved July 4, 2022 at 8:02 PM
We did use a variable named 'AGL_APP_REVISION' to switch our apps between the HEAD of the respective branch to the released tag.
While this worked well in the workflows previously, it t urns out that this means bitbake will have to query for these every time it runs (aka cannot trust a tag to be what is local).
For now we'll use fixed SRCREV's like we do for the other sources as well.