Additionally the two follow up commits are reverted too:
Revert "lpa: Remove dependencies to NRSW"
Revert "lpa: Use latest version with patched toby driver"
This reverts commit
8f2fca9c5f,
c1187b5553 and
c18ced1d01.
id:379399
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
For most of the overrides the order is not important since all overrides
are used.
But when using a file specific to a machine, only one override is used
and in this case the order is important: the last override matching is
used. So we must keep more specific overrides at the end.
id:366284
This override was useful in the past when we had a lot of features
defined directly using the machine name. But now it is not needed
anymore.
It is actually the source of problems when using specific files for both
hw24 and 25: Since the HW24 overrides was at the end, the files for it
were always used and the files for HW25 were ignored.
id:366284
The default APN configuration is only required for TOBY-L2. For LARA, it
is properly handled through the QMI interface.
For LARA the only supported profile is RMNET, so this is not
configurable.
tpID: #354963
LARA-L6 is using a QMI interface so we need to enable QMI and the
"generic" plugin.
Also we need to backport libqmi to have the version matching
ModemManager 1.14.
BugzID: 81947
Now all scenarios with a user module are covered:
- static setup with a user module will create a bridge with static IP
- dhcp setup with a user module will put a static IP on the UM and DHCP
on the main interface
BugzID: 81969
This is a setup required for the factory testing image: the user module
must be reachable from the CPU. And since the subnet of the fct ethernet
port and the subnet of the user module are the same, we must bridge them
together.
BugzID: 81969
This is the new VCU pro based on HW26 but which includes the user
module.
Because of this change, we cannot reuse HW21 nor HW26 machines.
BugzID: 81969
After discussion with the maintainers, the problem actually lies in the
kernel drivers where a dash is forbidden. But the da9063-hwmon driver
was using a deprecated function which was not checking the name.
BugzID: 81093
These two hardware have the ability to read out the wwan modem supply to
know when it is completely turned off.
This is abstracted to wwan-config through lmsensors rules.
BugzID: 80542
It is suspected that having this variable containing a local path is the
reason why when building from sstate, the kernel sometimes need to be
rebuild.
BugzID: 80858
Version 1.14.8 was not buildable with kirkstone.
The patches have been ported to a new branch on our fork of
ModemManager.
Part of yocto upgrade from dunfell to kirkstone
This commit holds also the following patch:
Same as the upstream fix for building dtc with gcc 10.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Whereas an additional file needed to be patched too to get rid of
this multiple definition compile error.
Part of yocto upgrade from dunfell to kirkstone
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>