Make wl12xx and wl18xx main package RDEPENDS on minimal package.
Because of package split content of minimal package is not out of the
box also in main package.
FILES_${PN} package defintions doesn't allow to assaign same file to
different packages. During parsing process files are assaign only first
(from left to right). Futher infos FILES in yocto manual.
BugzID: 60410
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Get rid of rootfs postinstall scripts for removing manually unused
TI wl12xx and 18xx firmware binaries. So let's define new packages
with only necessary files and call it *-minimal.
BugzID: 60410
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
After a disconnection from network side, ModemManager can reconnect
itself if the modem requests it. This commit makes sure that a
reconnection of the modem makes the GSM connection active in NM.
BugzID: 60029
Allowing configuration of default bearer through modemamanger (0001)
Replacing the old dirty hack for default context by a better handling
specific to ublox devices. (0002 and 0003).
Handling reconnect requests from the modem (0004).
BugzID: 59580
dnsmasq being now used for dns caching we add the google dns server
as fallback if other DNS are not reachable.
In case no DNS at all is configured in NM, dnsmasq will not be
started and in this case the google dns cannot be used either.
BugzID: 59522
This new release fixes the issue of an IP address change on the
modem that is not noticed by ModemManager for u-blox modems.
BugzID: 59189
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Avoid using machine branches which can lead into failling bitbake
parsing process when branch does not exists.
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
wlconf-bin is fetching from git repository with branch name which is
derivied from MACHINE variable.
wlconf-bin is used for ti wl18xx bt/wifi chip which use mainly used on
nmhw21 and similar boards. On imx8-nmhw23 we are using u-blox jody-w1.
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
These variables may change in updates either in poky repo or
meta-openembedded, using directly the variable instead of the
static string name make it more failsafe to future upgrades.
Having external patch in Yocto means we need to maintain it and check
that it applies without conflicts after every device tree change.
Let's move this temporary change to kernel git instead.
This reverts commit 2bfe8d31c7.
BugzID: 58086
assign ublox neo gnss always name gps0 (/dev/gps0)
typ fix in url removement
BugzID: 58211
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
initialize jody with patchram file and bring up hci0 interface
use systemd for enabling and disabling:
(requests BT_EN pin)
systemctl start jody-w1-bt-init (default after boot)
systemctl stop jody-w1-bt-init
BugzID: 58086
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Temporary workaround until issues are found.
rts and cts blocking serial communications, without rts and cts
serial communication works fine
BugzID: 58086
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
To avoid problems when meta-freescale is not present, recipes-imx is masked
when building for other HWs.
meta-freescale us now dynamically added to bblayers when building for HW23.
BugzID: 57911
This line needs to be enable to connect the physical SIM first.
Because it is only possible to detect if a physical SIM is present
or not. The eSIM will always be shown as present, even if not
configured.
BugzID: 57829