udev hwdb: Support shipping pre-compiled database in system images
authorMartin Pitt <martin.pitt@ubuntu.com>
Fri, 17 Oct 2014 13:01:01 +0000 (15:01 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Tue, 28 Oct 2014 13:28:18 +0000 (14:28 +0100)
commit33488f19793dc0a86fdee27266c5319b5b78d695
treebdadba036ac69b190d2ee2541c3f762da4698b66
parent2f952a25772a690eb03b6af2ad5998086a03234c
udev hwdb: Support shipping pre-compiled database in system images

In some cases it is preferable to ship system images with a pre-generated
binary hwdb database, to avoid having to build it at runtime, avoid shipping
the source hwdb files, or avoid storing large binary files in /etc.

So if hwdb.bin does not exist in /etc/udev/, fall back to looking for it in
UDEVLIBEXECDIR. This keeps the possibility to add files to /etc/udev/hwdb.d/
and re-generating the database which trumps the one in /usr/lib.

Add a new --usr flag to "udevadm hwdb --update" which puts the database
into UDEVLIBEXECDIR.

Adjust systemd-udev-hwdb-update.service to not generate the file in /etc if we
already have it in /usr.
man/udev.xml
man/udevadm.xml
src/libudev/libudev-hwdb.c
src/udev/udevadm-hwdb.c
units/systemd-udev-hwdb-update.service.in