images: wwan-config replaces ublox gsm tool

wwan-config is a rework of ublox-gsm-config.
This rework is more generic and easier to extend.

BugzID: 61873

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Alexandre Bard 2020-02-25 14:57:43 +01:00 committed by Patrick Zysset
parent 820319bdc4
commit 0ec49d8c46
3 changed files with 7 additions and 3 deletions

View File

@ -56,6 +56,6 @@ IMAGE_INSTALL_append = " \
board-descriptor \ board-descriptor \
tmate \ tmate \
imu-setup \ imu-setup \
${@bb.utils.contains("MACHINE_FEATURES", "toby-l2", "ublox-gsm-fw-update", "", d)} \ ${@bb.utils.contains("WWAN_VENDORS", "ublox", "ublox-gsm-fw-update", "", d)} \
" "
OSTREE_BRANCHNAME = "${LAYERSERIES_CORENAMES}-${MACHINE}-dev" OSTREE_BRANCHNAME = "${LAYERSERIES_CORENAMES}-${MACHINE}-dev"

View File

@ -25,7 +25,7 @@ IMAGE_INSTALL = " \
ncurses-terminfo-base \ ncurses-terminfo-base \
kernel-devicetree \ kernel-devicetree \
haveged \ haveged \
${@bb.utils.contains("MACHINE_FEATURES", "toby-l2", "ublox-gsm-config", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "wwan", "wwan-config", "", d)} \
" "
LICENSE = "BSD" LICENSE = "BSD"

View File

@ -11,6 +11,10 @@ IMAGE_FEATURES_append = " \
ssh-server-openssh \ ssh-server-openssh \
" "
WWAN_TOOLS = " \
modemmanager \
wwan-config \
"
BT_TOOLS = " \ BT_TOOLS = " \
bluez5-obex \ bluez5-obex \
bluez5-noinst-tools \ bluez5-noinst-tools \
@ -46,7 +50,7 @@ IMAGE_INSTALL_append = " \
less \ less \
nmhw-auto-part \ nmhw-auto-part \
libgpiod \ libgpiod \
${@bb.utils.contains("MACHINE_FEATURES", "toby-l2", "ublox-gsm-config", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "wwan", "${WWAN_TOOLS}", "", 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 \