mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 14:09:47 +00:00
packagegroup-core-lsb/-x11-sato: no udev-extraconf in case of systemd
The automount udev rule in udev-extraconf is likely to cause conflicts or failures in case of systemd. We are seeing errors like below for qemu bsps. run-media-hdc.mount loaded failed failed /run/media/hdc So do not install udev-extraconf in case of systemd in these two packagegroups. (From OE-Core rev: ecf1e696a03f11e19247c4f37e17de7084d0056c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -76,7 +76,7 @@ RDEPENDS_packagegroup-core-sys-extended = "\
|
||||
screen \
|
||||
setserial \
|
||||
sysstat \
|
||||
udev-extraconf \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'udev-extraconf', d)} \
|
||||
unzip \
|
||||
watchdog \
|
||||
wget \
|
||||
|
||||
@@ -33,7 +33,7 @@ RDEPENDS_${PN}-base = "\
|
||||
settings-daemon \
|
||||
shutdown-desktop \
|
||||
${NETWORK_MANAGER} \
|
||||
udev-extraconf \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'udev-extraconf', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user