summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2023-02-06Merge remote-tracking branch 'origin/6' into mpower-dev-l6g1Mykola Salomatin3
2023-02-02Bump mLinux version for u-boot/rs9113 changeJohn Klug1
2023-02-02Print mts-ubpasswd errors if all else is cleanJohn Klug1
2023-01-30Fix LoRa checksumsJohn Klug1
2023-01-30Bump LNS to 2.6.21John Klug1
2023-01-26Merge branch '6' into mpower-dev-l6g1Mykola Salomatin121
2023-01-26Merge branch 'md/cve-fix-cryptsetup' into 6jeff1
2023-01-25Switch to cryptsetup 2.3.7Mykyta Dorokhin1
Fix mtcpmhs build
2023-01-24Merge branch 'md/cve-fixes2-squashed' into 6jeff105
2023-01-24CVE Packages UpdateAndrii Davydenko105
Move libfastjson to the rsyslog directory rsyslog 8.2002.0 -> 8.2206.0 add ntp4.2.8 recipe with fixed CVEs update cryptsetup to 2.4.3 fix libxml2 CVE-2016-3709 curl 7.75.0 -> 7.86.0 strongswan 5.8.4 -> 5.9.8 libmodbus 3.1.6 -> 3.1.7 libesmtp 1.0.6 -> 1.1.0 cifs-utils 6.1 -> 7.0 update libtirpc to version 1.3.3 update rsync to version 3.2.5 Add zlib 1.2.13 upgrade gnutls to 3.7.8 upgrade openssh to 8.9p1 Add cmake 3.24.2 and cmake-native 3.24.2 to avoid loop dependecies building expat Add expat 2.5.0 to fix CVE-2022-40674 and CVE-2022-43680 openvpn 2.4.9 -> 2.4.12 hostapd 2.9 -> 2.10 [GP-1837] mPower R.6.3.X (Fall'22): CVE Upgrade (after 2022-12-28) Openssh 8.9p1 no longer needed, because all necessary CVE fixes, backports and whitelists are present for current Openssh 8.4p1. There are no new CVE's in report. [GP-1837] mPower R.6.3.X (Fall'22): CVE Upgrade (after 2022-12-28) Backported CVE patches for python3 component. Need to remove after upgrading Yocto to version more than 3.1.21. [GP-1837] mPower R.6.3.X (Fall'22): CVE Upgrade (after 2022-12-28) Backported CVE patch for sudo component. Added 2 CVE's to whitelist for OpenVPN component.
2023-01-23Bump mlinux for new LoRa, including Lora sx1303 basic stationJohn Klug1
2023-01-23lora: add basic station sx1303 recipeJason Reiss9
2023-01-23lora: update gateway and forwarder recipesJason Reiss5
2023-01-20Set mLinux version to 6.3John Klug1
2023-01-19set TI watchdog timeout to 10 minSerhii Voloshynov1
2023-01-19Merge branch 'ad/sequans-udev-rules' into 'mpower-dev-l6g1'Serhii Kostiuk3
Add Sequans udev rule for modem_at1 See merge request !117
2023-01-19Add Sequans udev rule for modem_at1Andrii Davydenko3
Rename Main Radio ECM to the wwan0 Rename Control Radio ECM to the wwanmng0
2023-01-11APN setup behavior for VerizonJohn Klug1
2023-01-11adding --diagnostics optionJohn Klug1
2023-01-11execute* calls changesJohn Klug1
2023-01-11Verizon IMSI detectionJohn Klug1
2023-01-11Verizon IMSI detectionJohn Klug1
2023-01-06Remove cfg80211.conf, since country code is moved to /etc/default/rs9113John Klug1
2023-01-06Show ip address when Ethernet comes upJohn Klug1
2023-01-06Add "ip link set dev wifi1 down" for ifdown on rsi-91x WiFi driverJohn Klug1
2023-01-06make omap-wdt enabled on startSerhii Voloshynov2
2022-12-07Updated lora tagsHarsh Sharma3
2022-12-02Create openssh-sshd-mlinit to distinguish mPower recipe from mLinuxJohn Klug1
2022-12-02Fix case where files are not synced properly on first boot 1st noticed on ↵John Klug1
MTCDT3AC after factory reset
2022-11-28switch libmpsse to archive source, the old source is goneSerhii Voloshynov1
2022-11-17Fix the feeds to include the no-arm-thumb directoryJohn Klug1
2022-11-17Revert "Docker: Fixed builds after updating to Golang 1.16.x"Serhii Kostiuk5
This reverts commit 127aa9bbd8e2c750b9eca734678527d7285abbb4. Reverted the commit to prevent build issues on Atmel. Atmel devices have no "meta-virtualization" layer, no docker recipes and hence bbappends for such recipes cause the build issues. bbappends moved to meta-mlinux-ti.
2022-11-16SD Manufacturing Image for MTCDTJohn Klug1
2022-11-16Manufacturing - MTCDT - Create mountpoints at build timeSerhii Kostiuk1
fstab can't mount the partitions on the first boot if the mountpoint does not exist. Create the mountpoints at build time so that fstab can mount the partitions on the first try. Required for the next commits with customizations for SDMFG. Also: Having the mountpoints pre-created is beneficial for devices with read-only root file systems (like MTR with mPower). This solution is actually ported from mPower: https://gitlab.multitech.net/multitech/meta-mts-device/blob/0f8b5467c662a1be59a2ee5adc91b7c99aa87497/recipes-core/base-files/base-files_3.0.14.bbappend.
2022-11-16Merge branch 'sk/golang-docker-fixes' into 6Harsh Sharma5
2022-11-15Docker: Fixed builds after updating to Golang 1.16.xSerhii Kostiuk5
Original idea from Yocto 3.3 Hardknott: - https://git.yoctoproject.org/meta-virtualization/commit/recipes-containers/containerd/containerd-opencontainers_git.bb?h=hardknott&id=8597d4e3a973ac7e78483fb3ab0e19dbcc681913 - https://git.yoctoproject.org/meta-virtualization/commit/recipes-containers/docker/docker-moby.bb?h=hardknott&id=dc1713bec31ecd52a9715fd528253b26140f69d3 Description of the issue, a change in the Golang behavior regarding `GO111MODULE` since Golang 1.16.x: - https://forum.golangbridge.org/t/compilation-changes-in-go-1-16-go-build-throws-error/22457.
2022-11-07Start the mLinux 6.1 developmentJohn Klug1
2022-09-27Bump mLinux versionJohn Klug1
2022-09-27Convert meta-mlinux from insecure git to httpsJohn Klug19
2022-09-16Added go 1.16 to dev toolsHarsh Sharma23
2022-09-02BlueZ 5.64John Klug10
2022-08-12Updated lora gateway sx1303 tagHarsh Sharma1
2022-08-12Fix bitbake patch log indication that patches do not apply cleanly.Mykola Salomatin2
2022-08-08Bump version to 6.0.3 with new opensssl 1.1.1q and removed meta-python2 layerJohn Klug1
2022-08-08MTX-4572 Remove stressapptest recipe and use v. 1.0.9 from the ↵Vyacheslav Pedash1
meta-openembedded layer
2022-08-08MTX-4572 Remove openssl and use v 1.1.1q from the meta layerVyacheslav Pedash7
2022-08-04Updated lora packet forwarder recipe and lns init scriptHarsh Sharma15
2022-08-04Updated lora gateway sx1303 tagHarsh Sharma1
2022-08-03Merge branch 'ym/MTX-4503_remove_verizon_fota_feature' into 6jeff2
2022-08-03[MTX-4503] mPower R.6.0.X (Fall'22): Remove Verizon FOTA feature from the ↵Yevhen Mykhno2
code GP-1610