* [PATCH 0/1] packagegroup-core-lsb/-x11-sato: no udev-extraconf in case of systemd
@ 2018-10-24 6:11 Chen Qi
2018-10-24 6:11 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2018-10-24 6:11 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 8e4c03744cfa8cc559682ebf7074643216dd2b9d:
oe-selftest: devtool: Support meta being a symbolic link (2018-10-21 21:30:35 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/udev-extraconf
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/udev-extraconf
Chen Qi (1):
packagegroup-core-lsb/-x11-sato: no udev-extraconf in case of systemd
meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 2 +-
meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] packagegroup-core-lsb/-x11-sato: no udev-extraconf in case of systemd
2018-10-24 6:11 [PATCH 0/1] packagegroup-core-lsb/-x11-sato: no udev-extraconf in case of systemd Chen Qi
@ 2018-10-24 6:11 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2018-10-24 6:11 UTC (permalink / raw)
To: openembedded-core
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.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 2 +-
meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
index 6631547..e8dc421 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
@@ -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 \
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
index 2d7feb8..7e14ece 100644
--- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
@@ -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)} \
"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-24 6:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-24 6:11 [PATCH 0/1] packagegroup-core-lsb/-x11-sato: no udev-extraconf in case of systemd Chen Qi
2018-10-24 6:11 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox