On Wednesday, 20 November 2019 5:06:17 AM NZDT Quentin Schulz wrote:
At least since gcc v8, source code with asm volatile won't compile anymore.
The volatile qualifier anyway is a no-op since asm blocks are implicitly volatile as written in the documentation[1].
Let's get rid of this redundant qualifier so we can build with newer GCCs.
So I tested this and the name of the patch doesn't match up with the change to SRC_URI. I have however gone ahead and fixed it and merged it to warrior, but if you could please ensure you test future patches that would be much appreciated.