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:
parent
22989ffdcf
commit
f55056d470
|
|
@ -106,3 +106,7 @@ EXTRA_IMAGECMD_append_ota-ext4 = " -O ^64bit"
|
||||||
# This is required to avoid rebuilding the kernel when switching
|
# This is required to avoid rebuilding the kernel when switching
|
||||||
# between ostree and ramdisk images
|
# between ostree and ramdisk images
|
||||||
INITRAMFS_IMAGE ?= "initramfs-ostree-image"
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue