commit | 0ceff30296d4cdebd4143592e61629c7f90a3630 | [log] [tgz] |
---|---|---|
author | Daniel Verkamp <dverkamp@chromium.org> | Tue Mar 10 14:41:50 2020 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 16 20:07:23 2020 +0000 |
tree | 9f43ed61c68a19355c48ac297f4c7686dcf38bfe | |
parent | d481b482c9444fd9fb3c770632d9125b00a88cd3 [diff] |
cros-guest-tools: install udev to get hwdb.bin The usbutils package used to depend on a usb.ids file for translating device IDs into human-readable strings, but this data has now been moved to a central hwdb.bin file generated by systemd-hwdb in the udev package. Add this to the guest tools so that lsusb shows human-readable device names again. BUG=None TEST=`lsusb` shows strings Change-Id: I2c8c7c8c94c80e71e64786394013bcbb9b92dc02 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/2094754 Reviewed-by: Stephen Barber <smbarber@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Daniel Verkamp <dverkamp@chromium.org>
These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.
The guest packages can be built with Bazel.
bazel build //cros-debs:debs --host_force_python=py2
promote\_apt.sh MILESTONE
and promote\_container.sh MILESTONE
in scripts are used to promote containers from staging to live. NOTE: Whatever is the latest in staging is what gets promoted to live so make sure it's what was tested.