]> code.ossystems Code Review - openembedded-core.git/commit
systemd: Fix interface bring-up on kernels >= 5.2
authorRicardo Ribalda Delgado <ricardo@ribalda.com>
Mon, 15 Jul 2019 14:32:52 +0000 (16:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Jul 2019 08:36:29 +0000 (09:36 +0100)
commit536d54ab46708ef921dbdcb68d1cf644ec639be8
tree1e000df454f54077b7f065c1107fccd6f873f936
parent99176bce7a185c996ef892b4f9b2617825a607fb
systemd: Fix interface bring-up on kernels >= 5.2

With kernels >=5.2  systemd-networkd is unable to bring up the link.

eth0: Could not bring up interface: Invalid argument

This is already reported upstream and fixed on master:

https://github.com/systemd/systemd/issues/12784

They recommend Debian to backport two patches.

Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd/0001-networkd-fix-link-up.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0002-network-do-not-send-ipv6.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd_242.bb