mbox series

[0/2] Use native systemd-hwdb at rootfs time

Message ID 20260721161511.2946619-1-ross.burton@arm.com
Headers show
Series Use native systemd-hwdb at rootfs time | expand

Message

Ross Burton July 21, 2026, 4:15 p.m. UTC
Hi,

Originally based on work by Daniel Turull but rewritten quite a lot - bugs are
all mine - this builds on top of the systemd patches I sent a few days ago to
build a native systemd-hwdb and then use that at rootfs time, instead of running
the target systemd-hwdb binary inside a qemu.

This needs pseudo master to work, so only works when pseudo has been upgraded.

Ross

Ross Burton (2):
  systemd-tools-native: add systemd-hwdb
  systemd: no need to use qemu for hwdb update

 .../systemd/systemd-tools-native_259.5.bb     | 27 +++++++++----
 ...oot-from-filenames-when-generating-h.patch | 40 +++++++++++++++++++
 meta/recipes-core/systemd/systemd_259.5.bb    |  6 +--
 scripts/postinst-intercepts/update_udev_hwdb  | 18 ++++-----
 4 files changed, 71 insertions(+), 20 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-hwdb-strip-the-root-from-filenames-when-generating-h.patch