riscv kernel using AUTOREV
The module affected
meta-riscv
What is the action to reproduce the bug?
Build any target, meta-riscv will cause a download of the updated kernel. This is undesired for reproductive build and for the release (unable to reproduce the exact build at the tagging time).
What is the result you see?
When building without Internet:
ERROR: ExpansionError during parsing /oniroproject-current/oe-core/../meta-riscv/recipes-kernel/linux/linux-mainline_5.17.bb############################### | ETA: 0:00:17
Traceback (most recent call last):
File "/media/disk/mara/oniroproject-current/bitbake/lib/bb/fetch2/__init__.py", line 1212, in srcrev_internal_helper(ud=<bb.fetch2.FetchData object at 0x7f1069e6bdc0>, d=<bb.data_smart.DataSmart object at 0x7f1069fcf310>, name='default'):
if srcrev == "AUTOINC":
What is the result you expect?
For the release we should have a fixed version and update it via the maintenance process
Frequency?
always
Tested version
Oniro current 025e67f1
Do you know any workaround of this issue?
A bbappend overriding the version
Do you have a fix for this issue?
no