base-image: Install packagegroup-ublox for all hardwares
This packagegroup is anyway filtering based on UBLOX_FEATURES. But since UBLOX_FEATURES has a default value in the packagegroup, we must also override this default value from distro. BugzID: 73593
This commit is contained in:
parent
e9da28c98e
commit
c824d39f14
|
|
@ -109,3 +109,8 @@ 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"
|
||||
|
||||
|
||||
# Making sure the request ublox modules are set in machine.conf
|
||||
# instead of using the default set
|
||||
UBLOX_FEATURES ?= ""
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ IMAGE_INSTALL_append = " \
|
|||
udev-rules-nmhw \
|
||||
nmhw-fwupdate \
|
||||
packagegroup-system-state-framework \
|
||||
packagegroup-ublox-modules \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "imx-boot", "", "bootloader-config", d)} \
|
||||
mmc-utils \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "custom-mac-addresses", "mac-address-set", "", d)} \
|
||||
|
|
@ -81,7 +82,6 @@ IMAGE_INSTALL_append = " \
|
|||
|
||||
|
||||
IMAGE_INSTALL_append_imx8-nmhw23 = " \
|
||||
packagegroup-ublox-modules \
|
||||
gnss-init \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue