]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
qemuboot/runqemu: Fix 6.2 and later kernel network device naming
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Aug 2023 16:55:56 +0000 (17:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Aug 2023 12:21:56 +0000 (13:21 +0100)
commit9e9c33d51e401fe2b4a632db74ccb3449e4b23ee
tree66571d5652b9b1add38aaa15e2c4955eb7cf5a2e
parent8baaf94d200f5355791ecd980727698b1ab0e539
qemuboot/runqemu: Fix 6.2 and later kernel network device naming

With kernel 6.2 and later network devices are renamed by systemd. This does not
match with the current network device naming assumed in our configuration.

We may or may not change that naming but for now, pass the right kernel commandline
so things work as expected with newer kernels and removing a blocker on upgrading
to the 6.4 kernel by default.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/qemuboot.bbclass
scripts/runqemu