From: "Stefan Agner" <stefan@agner.ch>
To: Alex Kiernan <alex.kiernan@gmail.com>, liu.ming50@gmail.com
Cc: openembedded-core@lists.openembedded.org,
otavio.salvador@ossystems.com.br
Subject: Re: [OE-Core][RFC PATCH v3 02/13] systemd: Package udev rules explicitly
Date: Wed, 19 Aug 2020 13:25:21 +0200 [thread overview]
Message-ID: <7fe598ea84e9abd0602e027f60fd6ded@agner.ch> (raw)
In-Reply-To: <20200327172520.62888-3-alex.kiernan@gmail.com>
On 2020-03-27 18:25, Alex Kiernan wrote:
> udev is packaged before systemd so any wildcard inclusions in FILES will
> override later specifics. List all udev rules explicitly so that the
> systemd specific rules, packaged alongside systemd, appear in the
> correct package.
>
> Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Just found that this fix broke our Plymouth based splash screen. It
seems that Plymouth relies systemd/logind style "seat" TAGS to identify
the DRM devices to show the splash screen on. So far our
initramfs-framework based initramfs just installed udev, which in turn
installed system's 71-seat.rules which set up those tags accordingly.
However, now that 71-seat.rules is no longer part of the udev package,
the "seat" TAGS isn't present anymore, and the splash screen does not
show any longer.
Not sure what the proper fix is for this, maybe creating a
systemd-udev-rules package which contains the udev rules separately, so
that they can be installed in case needed...
FWIW, I think this patch is correct. This message is more meant as a FYI
for others stumble upon such an issue and information gathering.
--
Stefan
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> meta/recipes-core/systemd/systemd_244.3.bb | 28 +++++++++++++++++++++-
> 1 file changed, 27 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/systemd/systemd_244.3.bb
> b/meta/recipes-core/systemd/systemd_244.3.bb
> index f0cf102dc250..809dbcb9a69b 100644
> --- a/meta/recipes-core/systemd/systemd_244.3.bb
> +++ b/meta/recipes-core/systemd/systemd_244.3.bb
> @@ -599,7 +599,33 @@ FILES_udev += "${base_sbindir}/udevd \
> ${rootlibexecdir}/udev/scsi_id \
> ${rootlibexecdir}/udev/v4l_id \
> ${rootlibexecdir}/udev/keymaps \
> - ${rootlibexecdir}/udev/rules.d/*.rules \
> + ${rootlibexecdir}/udev/rules.d/50-udev-default.rules \
> + ${rootlibexecdir}/udev/rules.d/60-autosuspend-chromiumos.rules \
> + ${rootlibexecdir}/udev/rules.d/60-block.rules \
> + ${rootlibexecdir}/udev/rules.d/60-cdrom_id.rules \
> + ${rootlibexecdir}/udev/rules.d/60-drm.rules \
> + ${rootlibexecdir}/udev/rules.d/60-evdev.rules \
> + ${rootlibexecdir}/udev/rules.d/60-fido-id.rules \
> + ${rootlibexecdir}/udev/rules.d/60-input-id.rules \
> + ${rootlibexecdir}/udev/rules.d/60-persistent-alsa.rules \
> + ${rootlibexecdir}/udev/rules.d/60-persistent-input.rules \
> + ${rootlibexecdir}/udev/rules.d/60-persistent-storage.rules \
> +
> ${rootlibexecdir}/udev/rules.d/60-persistent-storage-tape.rules \
> + ${rootlibexecdir}/udev/rules.d/60-persistent-v4l.rules \
> + ${rootlibexecdir}/udev/rules.d/60-sensor.rules \
> + ${rootlibexecdir}/udev/rules.d/60-serial.rules \
> + ${rootlibexecdir}/udev/rules.d/61-autosuspend-manual.rules \
> + ${rootlibexecdir}/udev/rules.d/64-btrfs.rules \
> + ${rootlibexecdir}/udev/rules.d/70-joystick.rules \
> + ${rootlibexecdir}/udev/rules.d/70-mouse.rules \
> + ${rootlibexecdir}/udev/rules.d/70-power-switch.rules \
> + ${rootlibexecdir}/udev/rules.d/70-touchpad.rules \
> + ${rootlibexecdir}/udev/rules.d/75-net-description.rules \
> + ${rootlibexecdir}/udev/rules.d/75-probe_mtd.rules \
> + ${rootlibexecdir}/udev/rules.d/78-sound-card.rules \
> + ${rootlibexecdir}/udev/rules.d/80-drivers.rules \
> + ${rootlibexecdir}/udev/rules.d/80-net-setup-link.rules \
> + ${rootlibexecdir}/udev/rules.d/90-vconsole.rules \
> ${sysconfdir}/udev \
> ${sysconfdir}/init.d/systemd-udevd \
> ${systemd_unitdir}/system/*udev* \
>
next prev parent reply other threads:[~2020-08-19 11:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-27 17:25 [OE-Core][RFC PATCH v3 00/13] Systemd 245 and related updates Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 01/13] systemd: Use PACKAGE_BEFORE_PN, not =+ Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 02/13] systemd: Package udev rules explicitly Alex Kiernan
2020-08-19 11:25 ` Stefan Agner [this message]
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 03/13] systemd: Replace nonarch_base_libdir with rootlibexecdir Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 04/13] systemd: Reinstate systemd-hwdb-update.service Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 05/13] systemd: Add sch-fq-codel to RRECOMMENDS Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 06/13] systemd: Add PACKAGECONFIG for sysvinit Alex Kiernan
2020-03-28 17:17 ` Otavio Salvador
2020-03-29 9:11 ` Alex Kiernan
2020-03-31 12:28 ` Alex Kiernan
[not found] ` <160163452C4DFA3B.16021@lists.openembedded.org>
2020-03-31 19:45 ` Alex Kiernan
2020-03-31 22:14 ` Otavio Salvador
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 07/13] systemd: Remove X11 related files when disabled Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 08/13] systemd: Enable smack based on DISTRO_FEATURES Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 09/13] systemd: Enable audit " Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 10/13] systemd: Enable acl " Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 11/13] psplash: Set RemainAfterExit on systemd units Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 12/13] oeqa/runtime/cases: Disable and stop systemd-timesyncd Alex Kiernan
2020-03-27 17:25 ` [OE-Core][RFC PATCH v3 13/13] systemd: upgrade v244.3 -> v245.3 Alex Kiernan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7fe598ea84e9abd0602e027f60fd6ded@agner.ch \
--to=stefan@agner.ch \
--cc=alex.kiernan@gmail.com \
--cc=liu.ming50@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=otavio.salvador@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox