diff options
author | Tomasz Meresiński <tomasz.meresinski@comarch.pl> | 2019-04-09 17:06:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-10 13:46:17 +0100 |
commit | 8233d9e717016a3025ea4570bef89436e8311b92 (patch) | |
tree | b890ba66539c1691bdca80a31d49012ba10fc8e9 | |
parent | bd2b7d22132937cba2491c8ed8256a259b8fcbb1 (diff) | |
download | poky-8233d9e717016a3025ea4570bef89436e8311b92.tar.gz |
systemd: fix predictable network interface names in initrd
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
says, that udev is responsible for predictable network interface names,
so udev package is a better place for its configuration file.
(From OE-Core rev: 4cf7c6b86b26c8355054f93e2aa5e05a35e536c6)
Signed-off-by: Tomasz Meresiński <tomasz.meresinski@comarch.pl>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_241.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb index bfbfc81330..e61e07e959 100644 --- a/meta/recipes-core/systemd/systemd_241.bb +++ b/meta/recipes-core/systemd/systemd_241.bb | |||
@@ -566,6 +566,7 @@ RPROVIDES_udev = "hotplug" | |||
566 | RDEPENDS_udev-hwdb += "udev" | 566 | RDEPENDS_udev-hwdb += "udev" |
567 | 567 | ||
568 | FILES_udev += "${base_sbindir}/udevd \ | 568 | FILES_udev += "${base_sbindir}/udevd \ |
569 | ${rootlibexecdir}/systemd/network/99-default.link \ | ||
569 | ${rootlibexecdir}/systemd/systemd-udevd \ | 570 | ${rootlibexecdir}/systemd/systemd-udevd \ |
570 | ${rootlibexecdir}/udev/accelerometer \ | 571 | ${rootlibexecdir}/udev/accelerometer \ |
571 | ${rootlibexecdir}/udev/ata_id \ | 572 | ${rootlibexecdir}/udev/ata_id \ |