base-image: Add gnss-mgr based on gnss machine feature
BugzID: 73593
This commit is contained in:
parent
4e3f4c496b
commit
404152f389
|
|
@ -54,6 +54,7 @@ IMAGE_INSTALL_append = " \
|
||||||
nmhw-auto-part \
|
nmhw-auto-part \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "can", "can-utils", "", d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "can", "can-utils", "", d)} \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "${WWAN_TOOLS}", "", d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "${WWAN_TOOLS}", "", d)} \
|
||||||
|
${@bb.utils.contains("MACHINE_FEATURES", "gnss", "gnss-mgr", "", d)} \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "${BT_TOOLS}", "", d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "${BT_TOOLS}", "", d)} \
|
||||||
${FIRMWARE} \
|
${FIRMWARE} \
|
||||||
wireless-regdb-static \
|
wireless-regdb-static \
|
||||||
|
|
@ -72,7 +73,6 @@ IMAGE_INSTALL_append = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
||||||
gnss-mgr \
|
|
||||||
chrony \
|
chrony \
|
||||||
chronyc \
|
chronyc \
|
||||||
"
|
"
|
||||||
|
|
@ -83,7 +83,6 @@ IMAGE_INSTALL_append_imx8-nmhw23 = " \
|
||||||
bluez5 \
|
bluez5 \
|
||||||
packagegroup-ublox-modules \
|
packagegroup-ublox-modules \
|
||||||
gnss-init \
|
gnss-init \
|
||||||
gnss-mgr \
|
|
||||||
chrony \
|
chrony \
|
||||||
chronyc \
|
chronyc \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue