support/testing: test_glxinfo: bump to kernel 4.19.204
authorRomain Naour <romain.naour@gmail.com>
Sun, 12 Sep 2021 14:11:28 +0000 (16:11 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 21 Sep 2021 20:20:15 +0000 (22:20 +0200)
commit73278c8a70783ded4868542339c16968598d3048
treebcde6da2b2337ab9a456dfa725c11dd7e9d3e42d
parente0a64dfc0e4d2c79840037ddd193c7eafe4418d4
support/testing: test_glxinfo: bump to kernel 4.19.204

The kernel 4.16.7 curently used by the test doesn't build with host
gcc >= 10 due the gcc default -fno-common. See GCC 10 porting guide [1].

/usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x20): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here

Bump to the next LTS release.

[1] https://gcc.gnu.org/gcc-10/porting_to.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
support/testing/tests/package/test_glxinfo.py