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
This commit is contained in:
Alexandre Bard 2022-07-06 11:06:41 +02:00
parent 477d521d79
commit a6ae8ece23
2 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,4 @@ RDEPENDS_${PN} = " \
curl \ curl \
parted \ parted \
mmc-utils \ mmc-utils \
udev-rules-nmhw \
" "

View File

@ -10,4 +10,5 @@ RDEPENDS_${PN} = " \
systemd-serialgetty \ systemd-serialgetty \
ncurses-terminfo-base \ ncurses-terminfo-base \
haveged \ haveged \
udev-rules-nmhw \
" "