Ramon Moesching
af6384d512
gpsd bbappend: use netmodule branch for regular builds
...
gpsd branch 3.19 with netmodule modifications on the top.
BugzID: 57162
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-01-10 09:50:43 +01:00
Ramon Moesching
8023b19728
gpsd: get rid of shaky baudrate configuration
...
serial gnss receiver baudrate configuration with gpsctl tool is too
shaky and not reliable. gps CLI tools calls are reconfigure
baudrate back to 9600 instead of forced 115200 baud.
Configuration is then blocking whole gpsd action and no gnss positon
data are delivered.
BugzID: 60550
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-01-07 08:44:46 +01:00
Alexandre Bard
ef5ab78de0
ublox-gsm-config: Add empty apn.conf as placeholder
...
Should help avoiding errors when manually writing this file.
BugzID: 60832
2020-01-06 10:09:47 +01:00
Alexandre Bard
a61b878ee0
networkmanager-conf: Setup DHCP for nrhw20
...
Custom config for HW20 with DHCP on the 4 lans of the switch instead
of 4 different static subnets.
BugzID: 60765
2019-12-26 16:45:49 +01:00
Alexandre Bard
24a56a9212
networkmanager-conf: Use eth2 has default for HW18
...
BugzID: 60763
2019-12-26 14:59:07 +01:00
Alexandre Bard
a4ed9ead0c
networkmanager: Add missing RDEPENDS to dnsmasq
...
This add a dependency to RDEPENDS when using this PACKAGECONFIG
feature.
BugzID: 60752
2019-12-23 22:20:48 +01:00
Alexandre Bard
946549e198
networkmanager: move config files to new recipe
...
This new recipe can be configured using PACKAGECONFIG to enable
different config option like DHCP or unmanaged devices.
BugzID: 60752
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2019-12-23 16:48:49 +01:00
Alexandre Bard
28d7752efa
ublox-gsm-fw-update: Fix blocking timeout when using RPM
...
When running the script through RPM installer, the cat process
does not stop when receiving the TERM signal. So the KILL signal
has to be used to make sure that the script is not blocking.
BugzID: 60344
2019-12-19 14:50:02 +01:00
Tobias Jäggi
3ca58174f3
gpsd.bb: Fork: Update of gpsd to 3.19
...
ubxtool is required for gnss receiver configuration
fork gpsd recipe from openembedded:
ubxtool was introduced in version 3.18
BugzID: 60545
Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-12-18 14:04:37 +01:00
Ramon Moesching
5dc6f2ce8d
gpsd append: baudrate configuration by systemd service
...
configure baudrate of serial gnss receiver with gpsctl.
Todo: generic solutions for all hardware
future-proof: support for more that one gnss module
BugzID: 60330
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-12-12 20:16:59 +01:00
Alexandre Bard
a0b9dce696
NetworkManager: Remove disabling of random mac address for scanning
...
This feature had been disabled to prevent use of random mac address.
But apparently the random mac is only used for scanning and, when
actualy connecting to an AP, the real mac address is used.
Furthermore this config is generating errors in some cases when
using access point mode.
BugzID: 60405
2019-12-12 15:40:10 +01:00
Alexandre Bard
1ac3367e4e
ublox-gsm-fw-update: Improve version detection
...
BugzID: 60230
2019-12-12 15:40:10 +01:00
Alexandre Bard
70e60e2815
ublox-gsm-fw-update: Put all firmware data in an archive file
...
It avoids hardwritten data like md5 and fw version in the script
itself.
BugzID: 60230
2019-12-06 16:33:58 +01:00
Alexandre Bard
e828bdcd38
Add ublox gsm firmware update tool
...
And latest firmware for Toby-L210
BugzID: 60230
2019-11-23 13:50:17 +01:00
Alexandre Bard
7fb4bf5d51
networkmanager: Add patch: reactivate GSM connection when MM reconnects
...
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
2019-11-19 15:20:34 +01:00
Alexandre Bard
440c447a2d
modemmanager: Use own repo instead of patch files
...
All our patches are available in this repo.
It make it easier to maintain than to add patches over and over
in yocto environnement.
BugzID: 59859
2019-11-12 15:31:33 +01:00
Alexandre Bard
23ce58fd32
modemmanager: Upgrade to 1.10.8
...
BugzID: 59580
2019-11-01 18:01:48 +01:00
Alexandre Bard
25bdb8c717
modemmanager: Add new patches
...
0005: Improved handling of reconnect requests
0006: Increase timeout to avoid modem lock
BugzID: 59580
2019-11-01 16:11:41 +01:00
Lucien Mueller
2202714f71
gpsd: start gpsd service on system boot.
...
BugzID: 59834
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2019-11-01 13:43:01 +01:00
Alexandre Bard
d87135fa32
gnss-fw-update: Remove lines demanding to connect safeboot pin
...
The safeboot pin is not required: the tool is automaticaly
requesting the module to reboot in safeboot mode.
BugzID:54544
2019-10-30 14:58:33 +01:00
Alexandre Bard
b43b5ad630
modemmanager: Update patches
...
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
2019-10-21 12:45:45 +02:00
Alexandre Bard
a015e1d748
networkmanager: Add google dns as fallback
...
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
2019-10-11 14:09:32 +02:00
Alexandre Bard
dba889aac7
networkmanager: Get rid of unwanted auto connections
...
BugzID: 59531
2019-10-11 14:09:32 +02:00
Alexandre Bard
cd2a4787d3
networkmanager: Use dnsmasq as DNS caching service
...
Since we removed systemd-resolvd, there is no caching service
anymore. dnsmasq being already in the system, it make sense
to use it.
BugzID: 59521
2019-10-11 14:09:32 +02:00
Alexandre Bard
f5914ea51c
Upgrade ModemManager to latest release (1.10.6)
2019-09-30 21:54:58 +02:00
Ramon Moesching
2b318e2dd6
modemmanager v. 1.10: upstream master
...
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>
2019-09-30 16:08:55 +02:00
Ramon Moesching
497e6283e8
wlconf-bin: repository reorganization: get rid of machine branches
...
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>
2019-09-18 09:33:50 +02:00
Alexandre Bard
2cd6676823
gpsd.bbappend: Use the same SRC_URI definition as the main recipe
...
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.
2019-08-19 17:12:48 +02:00
Ramon Moesching
ce333c7510
wlconf-bin recipe: install config binary symlink to top dir
...
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-16 11:44:01 +02:00
Ramon Moesching
badd7036ac
wlconf: assign commit id to nmhw21 and autorev for everything else
...
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-15 10:57:42 +02:00
Ramon Moesching
3bba371c5b
gpsd bbappend: define gps tty name
...
nmhw24 has on ttyS3 gps attached
BugzID: 58182
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-14 14:42:01 +02:00
Ramon Moesching
a8ff9e15a6
tibluetooth: initial nmhw24 bluetooth service
...
BugzID: 58405
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-14 11:40:44 +02:00
Ramon Moesching
6cd203ba44
gnss-init service: bring up gnss
...
bring up gnss module ublox neo
BugzID: 57871
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-08 18:16:38 +02:00
Ramon Moesching
a01e4f5694
gpsd append: new udev rule for dev gps0
...
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>
2019-08-08 17:05:05 +02:00
Ramon Moesching
d9f2029c38
jody-w1-bt init service: jody bluetooth patchram and init script
...
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>
2019-07-30 14:26:23 +02:00
Alexandre Bard
df39850735
ublox-gsm-config: Create a daemon to keep control of gpios
2019-07-25 08:19:21 +02:00
Alexandre Bard
c5c26793f6
hw21 and 23: Add neo-m8l to MACHINE_FEATURES
2019-07-23 11:49:11 +02:00
Alexandre Bard
667fbe16d9
tibluetooth: Cleanup and use MACHINE_FEATURES
2019-07-23 11:29:40 +02:00
Alexandre Bard
bacd0b86b1
modemmanager: Patch for all targets using toby-l2 modem
2019-07-22 16:29:13 +02:00
Alexandre Bard
2fd3b9559f
ublox-gsm-config: Initialize sim switch line
...
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
2019-07-10 15:44:43 +02:00
Alexandre Bard
926c514d23
gpsd: Clean recipe and add support for HW23
...
BugzID: 57871
2019-07-09 10:29:06 +02:00
Alexandre Bard
e6ad5c5a93
Use MACHINE_FEATURE to include ublox-gsm-config
...
BugzID: 57829
2019-07-09 10:29:06 +02:00
Alexandre Bard
3f8b6928f8
gpsd: Use netmodule fork
...
BugzID: 57168
2019-06-18 17:13:33 +02:00
Alexandre Bard
3548aee12a
ublox-gsm-config: Add factory reset feature
...
BugzID: 57487
2019-06-14 10:59:01 +02:00
Alexandre Bard
bb22100f77
ublox-gsm-config: Add service description
...
BugzID: 57325
2019-06-14 10:58:47 +02:00
Alexandre Bard
8a844c660e
ublox-gsm-config: Add header to sim.conf
...
BugzID: 57325
2019-06-14 10:58:12 +02:00
Alexandre Bard
75a42ce252
ublox-gsm-config: Improve check of bridge and ecm modes
...
BugzID: 57325
2019-06-13 16:19:33 +02:00
Alexandre Bard
769add9c88
ublox-gsm-config: Write SIM with capital letters
...
BugzID: 57325
2019-06-13 16:19:33 +02:00
Alexandre Bard
793a0e0336
ublox-config: Rename to ublox-gsm-config
...
BugzID: 57325
2019-06-13 16:19:33 +02:00
Alexandre Bard
8acafeecc4
ublox-config: Increase poweroff delay
...
BugzID: 57325
2019-06-13 13:49:06 +02:00
Alexandre Bard
f53a859d80
ublox-config: Use libgpiod for sim switch
...
BugzID: 57325
2019-06-13 13:45:20 +02:00
Alexandre Bard
83ca2f3e10
ublox-config: Add poweroff feature
...
systemctl start ModemManager will start ublox-config first
systemctl stop ublox-config will stop ModemManager first
BugzID: 57325
2019-06-12 19:03:47 +02:00
Alexandre Bard
512e2234de
ublox-configuration: Add power on
...
BugzID: 57325
2019-06-12 11:11:59 +02:00
Alexandre Bard
5087062a29
ublox-config: Merge all modem scripts in one
...
Features:
- Settings USB ECM mode and bridge mode
- SIM switch (auto or according to sim.conf)
- SW reset instead of HW reset
- Supports private APN through apn.conf file
- Now volatile config
- Dump running config
BugzID: 57321
BugZID: 57325
2019-06-05 10:08:02 +02:00
Alexandre Bard
dd827e8907
sim-config: Fix pathname in reset function
2019-05-29 08:32:04 +02:00
Alexandre Bard
6f5c13cdb8
modemmamanger: Make bbappend apply to future versions
2019-05-14 15:47:38 +02:00
Alexandre Bard
eedbb5666a
Remove libmbim
...
This version is now present in meta-openembedded
2019-05-14 15:34:21 +02:00
Alexandre Bard
0646e2e5c1
hostpad: Update patch for version 2.8
2019-05-14 15:32:32 +02:00
Alexandre Bard
44d382f295
hw16: tibluetooth: Delay startup
...
Since we moved to kernel 4.19 the WLAN/BT chip needs some time to
be initialized
2019-04-11 16:42:15 +02:00
Alexandre Bard
6c7f1b04f6
ti-connectivity: Use variable for lib directory
2019-04-09 11:06:00 +02:00
Alexandre Bard
04602d3080
wlconf: Use variable for lib directory
2019-04-09 11:06:00 +02:00
Alexandre Bard
8d0608dbc9
Remove modemmanager recipe
...
1.8.2 is now available in meta-oe
2019-04-09 11:05:59 +02:00
Alexandre Bard
23c770a9a3
modem-config-dump: Create a nice human readable config file
...
Full config file under /run/modem/modem-at.config
New easily readable file under /run/modem/modem.config
BugzID: 56305
2019-04-09 11:05:35 +02:00
Alexandre Bard
c3a7e34286
sim-config: Improve alive check after reset
...
BugzID: 56371
2019-04-09 11:05:35 +02:00
Alexandre Bard
23d8ad5769
Add sim-config and reorder modem related scripts
...
BugzID: 56371
2019-04-09 11:05:35 +02:00
Alexandre Bard
eedea0b72d
ublox-config: Make sure that device is available before sending commands
...
BugzID: 56371
2019-04-09 11:05:35 +02:00
Alexandre Bard
7ee9cc8cce
ublox-config: Remove extension from rootfs binary
...
BugzID: 56371
2019-04-09 11:05:35 +02:00
Alexandre Bard
66fe76d92f
modem-config-dump: Move config to /run and improve failure handling
...
BugzID: 56305
2019-04-09 11:05:35 +02:00
Alexandre Bard
b968842975
Add mac-address-set
...
This script sets mac address of wifi and bluetooth chip
according to serial number
Also add NetworkManager config to not use random mac address on wifi
BugzID: 54514
2019-04-09 11:05:35 +02:00
Alexandre Bard
60b1e7f14f
Add modem-config-dump
...
This script will dump the config of the modem (ublox l2)
to /tmp/config/ublox-tobyl2.conf on boot
BugzID: 56305
2019-04-09 11:05:35 +02:00
Alexandre Bard
7f5d088c45
ublox-config: Exit script only when modem reset is complete
2019-04-09 11:05:35 +02:00
Alexandre Bard
2416bc907a
networkmanager: Force ethernet configuration on eth0
...
BugzID: 54917
2018-12-18 17:04:29 +01:00
Alexandre Bard
e5959b65c7
Add ublox gnss fw update tool an firmware
...
BugzId: 54544
2018-12-18 13:25:58 +01:00
Alexandre Bard
1fe25e44f3
hw20: Add default network configuration
2018-12-17 17:37:19 +01:00
Alexandre Bard
0bc18d93c6
ublox-config: Improve python script performances and reliability
2018-12-13 16:39:38 +01:00
Alexandre Bard
b8e6585022
ublox-config: Improve error handlings
2018-12-13 09:20:51 +01:00
Alexandre Bard
2bb2ea7c20
nmhw21: Patch modemanager to make it work with private APN
2018-12-13 09:03:02 +01:00
Ramon Moesching
fb714ec0c2
modemmanager-debug: build issue: stop errors "nothing provides", remove recipe
...
Debug recipe moved into fct layer.
See commit 9c358653852320f7eb6ad9773a75cf023448d4dc
in meta-netmodule-fct layer
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-23 16:48:39 +01:00
Alexandre Bard
439f7e2e29
modemmanager: Small change in debug recipe
2018-11-15 08:41:33 +01:00
Alexandre Bard
a0699610bf
hw18: Remove old network manager useless recipe
2018-11-14 21:25:07 +01:00
Alexandre Bard
8951c72564
nrhw18: Enable DHCP on all interfaces
2018-11-14 21:25:07 +01:00
Alexandre Bard
d2884f625e
Remove useless can related recipes
...
can-utils is already present in meta-openembedded
socketcand is not used by any image
2018-11-14 21:12:04 +01:00
Alexandre Bard
92e3a24caa
Remove bluez5 recipe
...
This recipes is not needed anymore. It was created to upgrade bluez
for an older yocto version but is now a downgrade
2018-11-14 21:12:04 +01:00
Alexandre Bard
cdd1681cd8
network-manager: Add default network config back
2018-11-13 14:28:25 +01:00
Alexandre Bard
876663971c
ublox-config: Add recipe to configure ublox modem on first boot
...
BugzID: 54242
2018-11-12 17:14:48 +01:00
Ramon Moesching
3e846da125
wlconf-bin: Introduce new wl18xx configuration binary recipe
...
Get configuration binary from a source instead of storing that in
any meta layer
BugzID: 53969
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-07 15:06:02 +01:00
Alexandre Bard
e7288e9c88
modemmanager: Remove old useless recipe and patches
...
BugzID: 53945
2018-11-06 13:04:39 +01:00
Alexandre Bard
1e550eb895
Update modemmanager to 1.8.2
...
BugzID: 53945
2018-11-05 16:50:10 +01:00
Alexandre Bard
f144e29bf4
networkmanager: Enable gsm and bluetooth plugins
...
BugzID: 54056
Signed-off-by: Alexandre Bard <alexandre.bard@netmodule.com>
2018-11-02 16:14:18 +01:00
Alexandre Bard
4f86b24e74
hw16: Rename from nbhw to nrhw
2018-10-31 07:25:26 +01:00
Alexandre Bard
9681b0ee0a
hw18: Remove old network manager useless recipe
2018-10-29 18:26:11 +01:00
Patrick Zysset
e3cb20f2d1
nmhw21: update tibluetooth service name for nmhw21
...
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-26 01:10:57 +02:00
Patrick Zysset
929a4a1b9a
nmhw21: fix machine definitions and branches
...
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-20 02:32:22 +02:00
Ramon Moesching
170a2eaa27
can recipes: add cannelloni, can-utils, and socketcand recipes
...
BugzID: 52071
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-10-11 18:12:50 +02:00
Ramon Moesching
edc1ea140b
modemmanager-debug: add vcu machine install tasks
...
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-08-28 23:05:32 +02:00
Ramon Moesching
1981cc2383
tibluetooth: add vcu machine to install tasks
...
copy .service from nrhw20 to vcu
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-08-28 23:05:32 +02:00
Alexandre Bard
3f51170eb5
nrhw20:fct: Add custom network configuration
...
The config for the fct image should use a different IP address
on each port of the switch instead of bridging
2018-08-28 22:35:41 +02:00
Ramon Moesching
e9a636b8d5
gpsd: init daemon by default configuration (untested)
...
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-08-28 22:35:41 +02:00
Ramon Moesching
512bc14d6a
modemmanager: remove fct machine option and create modemmanager-debug packages
...
- renaming patch dir because of debug-package
2018-06-13 13:54:08 +02:00
Ramon Moesching
3b6d49491d
tibluetooth: remove fct machine dependencies from recipe
...
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-06-13 13:47:01 +02:00
Patrick Zysset
b2f639b9eb
Merge remote-tracking branch 'remotes/origin/fct' into sumo-fct
2018-06-08 19:41:12 +02:00
Ramon Moesching
0e52405b91
hostapd 40MHz patch: do_patch was not able to find the file
...
file path is now correct
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-05-17 14:31:52 +02:00
Ramon Moesching
13b64fee28
networkmanager: update recipe for sumo
...
add intltool-native and dbus-glib-native to dependency
xlocale.h isn't longer in glibc 2.26.1, so remove it (patch)
disable introspection which cause errors
2018-05-17 14:29:44 +02:00
Ramon Moesching
2d5893a54e
modemmanager: add glib-2.0-native dependency and inherit gobject-introspection
2018-05-17 14:09:38 +02:00
Ramon Moesching
0ef1398458
gpsd: rename old version 3.16 bbappend file to version 3.17
2018-05-17 13:58:48 +02:00
Ramon Moesching
739e3eb293
libqmi: update receipes to sumo, add glib-2.0-native dependency
2018-05-17 13:55:53 +02:00
Ramon Moesching
93de065627
libmbim: add glib-2.0-native dependency and suppress compiler warnings by patch
...
glib-2.0 is missing some library files, so include native library for building
apply clang.patch for suppress compiler warnings
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-05-17 13:30:39 +02:00
Ramon Moesching
0778c067ec
gpsd_3.14.bbappend: update file version to 3.16
...
meta-oe has actually version 3.16
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-05-08 11:03:15 +02:00
Alexandre Bard
d5dfa92611
Merge branch 'jethro' into fct
2018-04-20 07:41:06 +02:00
Stefan Eichenberger
cbd59ae614
modemmanager: add version 1.8.0 for ublox support
2018-04-06 17:22:56 +02:00
Alexandre Bard
d1170bca5b
Merge branch 'jethro' into fct
...
Conflicts:
conf/machine/am335x-nbhw16.conf
conf/machine/am335x-nrhw20.conf
recipes-bsp/u-boot/u-boot-am335x-nbhw16-v1_git.bb
recipes-bsp/u-boot/u-boot-am335x-nbhw16-v2_git.bb
recipes-connectivity/tibluetooth/tibluetooth.bb
recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nrhw20.service
recipes-core/sw-update/sw-update/am335x-nrhw20/sw_update_config
2018-04-04 15:36:44 +02:00
Alexandre Bard
70d6eb29f6
nbhw16-fct : Fix tibluetooth recipe
2018-03-26 16:27:45 +02:00
Rene Straub
3dff7f4b0e
modemmanger: add debug start option for nrhw20
2018-03-23 09:25:26 +01:00
Alexandre Bard
24ba1c2f82
nbhw16+nrhw20: Fix warning on boot related to bluetooth
2018-03-01 14:02:25 +01:00
Stefan Eichenberger
ecb882066c
nrhw20-fct: add networkmanager config for nrhw20
2018-02-22 17:53:26 +01:00
Stefan Eichenberger
d66712a16e
tibluetooth: add support for nrhw20-fct
2018-02-22 17:51:08 +01:00
Alexandre Bard
061bfedd2b
nrhw20: Update GPIO pin in BT init script
2018-02-22 16:45:12 +01:00
Stefan Eichenberger
d4b3251803
networkmanager: add support for nrhw20
2018-02-22 16:44:17 +01:00
Stefan Eichenberger
48ce9041fb
Merge branch 'master' of git.netmodule.intranet:nmrouter/meta-nmrouter
2018-02-22 15:56:56 +01:00
Stefan Eichenberger
14cc4bacd7
networkmanager: add support for nrhw20
2018-02-22 15:55:42 +01:00
Alexandre Bard
d077d1b1c4
nrhw20: Update gpsd service file to enable gpio
2018-02-22 14:17:14 +01:00
Alexandre Bard
5cdd281e6e
nrhw20: Update GPIO pin in BT init script
2018-02-20 11:24:14 +01:00
Stefan Eichenberger
ed317407b1
bluez5: add patch for CVE-2017-1000250
...
This commit adds a patch to fix CVE-2017-1000250 in the bluez5 packet.
2017-09-14 11:56:00 +02:00
Stefan Eichenberger
948be408d0
meta-nmrouter: remove recipes not part of bsp
...
Remove all recipes that are not part of the bsp, move them in a separate
layer.
2017-07-14 10:40:20 +02:00
Stefan Eichenberger
4b8acff6b4
nbhw16: remove internal only recipes
2017-07-11 10:55:37 +02:00
Stefan Eichenberger
5315a8b0ab
ModemManager: put in debug mode for am335x-nbhw16-fct
2017-05-31 13:49:11 +02:00
Stefan Eichenberger
974ad21748
networkmanager: disable random MAC for fct
2017-04-26 15:06:50 +02:00
Stefan Eichenberger
084ca35283
bluetooth: update bluez5 to 5.44, update ti firmware
...
The BLE connect needs too much time (>2s) which can trigger the kernel
to send an error. This is unwanted with the new firmware it works a
little better but an increase of the timeout to 5s in the kernel is
still necessary.
2017-04-05 16:32:47 +02:00
Stefan Eichenberger
0acd85df3d
networkmanager: set correct checksums
2017-02-27 12:47:58 +01:00
Stefan Eichenberger
321cc66bf2
networkmanager: do maintainance update
2017-02-27 11:58:58 +01:00
Stefan Eichenberger
83e432c774
networkmanager: force connection file to 0600
2017-02-27 11:56:27 +01:00
Stefan Eichenberger
99aa37360b
node-mqtt: add node-mqtt module
2017-02-22 15:05:50 +01:00
Stefan Eichenberger
f09a606807
networkmanager: add missing dependency
2017-02-22 15:05:34 +01:00
Stefan Eichenberger
bcfc1d459d
tibluetooth: make tibluetooth depend on bluetooth
2017-01-12 15:58:09 +01:00
Stefan Eichenberger
f22e26b862
networkmanager: set 192.168.1.1 as initial ip
2017-01-12 15:57:33 +01:00
Stefan Eichenberger
de6d4ed72d
lora: add systemd service file and config files
2016-12-02 14:25:56 +01:00
Stefan Eichenberger
d71f72a141
networkmanager: add network connection 192.168.1.1
2016-12-02 14:08:50 +01:00
Stefan Eichenberger
d596febd66
lora, etc: add stuff from multitec, add missing layers to README
2016-11-10 19:27:22 +01:00
Stefan Eichenberger
5a98ee7cca
tibluetooth: change tty device from ttyO5 to ttyS5
...
Trough to another UART driver which works much better on am335x, the
naming is now correct again (ttyS instead of ttyO)
2016-11-10 19:21:41 +01:00
Stefan Eichenberger
0549f1c9a0
tibluetooth: update firmware to newest version
2016-11-10 19:21:08 +01:00
Stefan Eichenberger
16914a2736
bluez5: update to 5.43
2016-11-10 19:20:41 +01:00
Stefan Eichenberger
b54cf37fb5
networkmanager: update to 1.4
2016-10-17 15:14:22 +02:00
Stefan Eichenberger
1e9a8e94ce
modemmanger: add modemmanager 1.6.0
2016-09-16 17:01:10 +02:00
Stefan Eichenberger
93edc7c821
nbhw16: use bluetooth in non_st mode
...
If bluetooth is used in non_st mode we can use the normal uart_hci
driver. This driver works much better and the whole setup is much
easier. We don't need the Shared Transfer stuff anyhow, because the
module does not have GPS or FM.
2016-08-25 15:56:23 +02:00
Stefan Eichenberger
83452110cb
networkmanager: allow usage of modemmanger
...
Add compile option for modemmanager
2016-08-23 18:07:49 +02:00
Stefan Eichenberger
9b48f51215
modemmanager: add support for me909s
2016-08-23 18:07:13 +02:00
Stefan Eichenberger
8113167ad8
bluetooth: add tibluetooth stuff for nbhw16
2016-07-22 17:33:51 +02:00
Stefan Eichenberger
bbc758383f
hostapd: force 40MHz if set in configuration
2016-06-30 15:57:27 +02:00
Stefan Eichenberger
8d4835d01a
meta-nmrouter: initial commit with a simple test image
...
This commit contains a valid machine configuration and a recipe for
creating a NetModule router image.
2016-04-27 14:26:40 +02:00