Skip to content

base-files: sysupgrade: Call target-specific iopversion getter if possible

Ghost User requested to merge ovil/iopversion-bootfs into devel

If the target-specific iopversion getter exists, call this and bail out early. This does not account for any cached values, nor does it refresh the cached value. This should not be a problem if the cache is clear, as nothing is done on it afterwards, so in practice it stays empty.

Edited by Ghost User

Merge request reports