From a6ae8ece236bf4cb323551be14040fbc8646d5e1 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 6 Jul 2022 11:06:41 +0200 Subject: [PATCH] Move udev-rules-nmhw to minimal packagegroup To have a consistent behavior between all type of images, the udev rules must always be present. For example on HW21, without these rules, eth0 refers to the internal interface between the cpu and the switch instead of the main ethernet interface of the system. BugzID: 80527 --- recipes-core/packagegroups-sets/packagegroup-nm-base.bb | 1 - recipes-core/packagegroups-sets/packagegroup-nm-minimal.bb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegroups-sets/packagegroup-nm-base.bb b/recipes-core/packagegroups-sets/packagegroup-nm-base.bb index cfcfcb2..923595c 100644 --- a/recipes-core/packagegroups-sets/packagegroup-nm-base.bb +++ b/recipes-core/packagegroups-sets/packagegroup-nm-base.bb @@ -10,5 +10,4 @@ RDEPENDS_${PN} = " \ curl \ parted \ mmc-utils \ - udev-rules-nmhw \ " diff --git a/recipes-core/packagegroups-sets/packagegroup-nm-minimal.bb b/recipes-core/packagegroups-sets/packagegroup-nm-minimal.bb index 5cc5f6b..a8c1c03 100644 --- a/recipes-core/packagegroups-sets/packagegroup-nm-minimal.bb +++ b/recipes-core/packagegroups-sets/packagegroup-nm-minimal.bb @@ -10,4 +10,5 @@ RDEPENDS_${PN} = " \ systemd-serialgetty \ ncurses-terminfo-base \ haveged \ + udev-rules-nmhw \ "