[oe-commits] [openembedded-core] 14/17: systemd: fix predictable network interface names in initrd

git at git.openembedded.org git at git.openembedded.org
Wed Apr 10 12:47:30 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 4cf7c6b86b26c8355054f93e2aa5e05a35e536c6
Author: Tomasz Meresiński <tomasz.meresinski at comarch.pl>
AuthorDate: Tue Apr 9 17:06:53 2019 +0200

    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.
    
    Signed-off-by: Tomasz Meresiński <tomasz.meresinski at comarch.pl>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/systemd/systemd_241.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb
index bfbfc81..e61e07e 100644
--- a/meta/recipes-core/systemd/systemd_241.bb
+++ b/meta/recipes-core/systemd/systemd_241.bb
@@ -566,6 +566,7 @@ RPROVIDES_udev = "hotplug"
 RDEPENDS_udev-hwdb += "udev"
 
 FILES_udev += "${base_sbindir}/udevd \
+               ${rootlibexecdir}/systemd/network/99-default.link \
                ${rootlibexecdir}/systemd/systemd-udevd \
                ${rootlibexecdir}/udev/accelerometer \
                ${rootlibexecdir}/udev/ata_id \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list