distro-netmodule: Exclude gpsd udev rules

These rules are "recommended" by the gpsd package, but as the comment
explains, they are conflicting with our design.

BugzID: 73080
This commit is contained in:
Alexandre Bard 2021-06-04 12:15:23 +02:00
parent 22989ffdcf
commit f55056d470
1 changed files with 4 additions and 0 deletions

View File

@ -106,3 +106,7 @@ EXTRA_IMAGECMD_append_ota-ext4 = " -O ^64bit"
# This is required to avoid rebuilding the kernel when switching
# between ostree and ramdisk images
INITRAMFS_IMAGE ?= "initramfs-ostree-image"
# These rules may make gpsd start automatically when detecting a
# receiver. We don't want that since gpsd is started by gnss-mgr
PACKAGE_EXCLUDE = "gpsd-udev"