Re: [OE-core] [dunfell][PATCH 1/2] systemd: implement --initialized-match/nomatch arguments

2023-11-23 Thread Steve Sakoman
On Wed, Nov 22, 2023 at 7:45 PM Pawan Badganchi wrote: > > Hi, > > Could you please take this patch Sorry, this seried is a feature change and not a candidate for a stable release. Steve > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [OE-core] [dunfell][PATCH 1/2] systemd: implement --initialized-match/nomatch arguments

2023-11-22 Thread Pawan Badganchi
Hi, Could you please take this patch -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#191135): https://lists.openembedded.org/g/openembedded-core/message/191135 Mute This Topic: https://lists.openembedded.org/mt/99403398/21656 Group Owner:

Feedback request: Re: [OE-core][dunfell][PATCH 1/2] systemd: implement --initialized-match/nomatch arguments

2023-06-08 Thread Steve Sakoman
This patch series adds a feature to systemd, which is typically not allowed in a stable branch. However I can see that there might be an argument that this is actually fixing a bug (needless re-triggering of devices) I'd love to get feedback from others as to whether I should take this patch.

[OE-core][dunfell][PATCH 1/2] systemd: implement --initialized-match/nomatch arguments

2023-06-08 Thread Pawan Badganchi
systemd-udev-trigger.service by default triggeres all devices regardless of whether they were already recognized by systemd-udevd. There are machines (especially in embedded environments) where systemd-udev-trigger.service is configured to run at a later stage of the boot sequence, which can lead