On 12/5/24 5:00 PM, Marc Hartmayer wrote:
Since s390-tools commit f4cf4ae6ebb1 ("rust: Add a new tool called 'pvimg'") the genprotimg command checks if a given image/kernel is a s390x Linux kernel, and it does no longer overwrite the output file by default. Disable the component check, since a KUT test is being prepared, and use the '--overwrite' option to overwrite the output. Signed-off-by: Marc Hartmayer <mhartmay@xxxxxxxxxxxxx>
I'm okish with this since there will be no changes for users that convert linux kernels AFAIK. So we're the odd one out anyway.
Just be prepared that I might not be as lenient next time. This is the second time that we have to introduce conditional arguments and the make file only gets messier every time.