Skip to content

Commit

Permalink
layers/meta-opentrons: do not install gpsd (#136)
Browse files Browse the repository at this point in the history
It collides with a temperature sensor that we use in ABR.

Closes RABR-47
  • Loading branch information
sfoster1 authored Mar 12, 2024
1 parent 7ff4dac commit ad5d1e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ IMAGE_INSTALL += " \

# We do NOT want the toradex libusbgx packages that autoconfigure the OTG USB
# port. Luckily, they are only recommended so it is easy to filter them out.
PACKAGE_EXCLUDE = "libusbgx libusbgx-examples"
PACKAGE_EXCLUDE = "libusbgx libusbgx-examples gpsd"

# exclude Toradex hostapd-example as this causes mDNS discovery issues when interface uap0 connects/disconnects.
PACKAGE_EXCLUDE += " hostapd-example"
Expand Down

0 comments on commit ad5d1e0

Please sign in to comment.