Skip to content

Commit

Permalink
venus-image: don't install the hwdb by default
Browse files Browse the repository at this point in the history
The hwdb is rather large, so don't install it by default. The only known
user is lsusb, for pretty printing, but nothing is known to depend on it.
  • Loading branch information
jhofstee committed Feb 24, 2025
1 parent 69723a8 commit 82d02eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta-venus/recipes-images/venus-image.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ IMAGE_FEATURES += "read-only-rootfs"

BAD_RECOMMENDATIONS += "${@'' if d.getVar('VENUS_GPU') == '1' else 'mesa-megadriver'}"

# usbutils recommends the hwdb to print usb manufacturer names, but that db is rather
# large so don't install it by default.
BAD_RECOMMENDATIONS += "eudev-hwdb"

IMAGE_LINGUAS = "en-us"
COPY_LIC_DIRS = "0"

Expand Down

0 comments on commit 82d02eb

Please sign in to comment.