summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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-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
2022-07-08Fix umountfs to work with bad blocks on the NANDJohn Klug2
2022-07-01Merge branch 'ms/Update_libmts-io_recipe_tag_for_MTCAP3-LNA7D_changes' into 6jeff2
2022-07-01Update libmts-io recipe tag for MTCAP3-LNA7D changesMykola Salomatin1
2022-07-01Revert "[MTX-4503] mPower R.6.0.X: Remove Verizon FOTA feature from the code ↵Mykola Salomatin2
GP-1610" This reverts commit a00b7d52b1af99e8ef36d2aaf65aa2154d38ffe7.
2022-07-01Merge branch 'ms/MTX-4503_remove_verizon_fota_feature' into 6jeff2
2022-07-01[MTX-4503] mPower R.6.0.X: Remove Verizon FOTA feature from the code GP-1610Mykola Salomatin2
Update tags to the latest versions.
2022-06-14Remove files from obsolete locationsJohn Klug2
2022-06-14add test-reset script allowing to test the reset button by TeraTerm script ↵Serhii Voloshynov2
without rebooting
2022-06-08add test-reset script allowing to test the reset button by TeraTerm script ↵Serhii Voloshynov2
without rebooting
2022-06-01Merge branch 'ad/MTX-4493/openssl-update' into 6Jeff Hatch5
2022-05-31[MTX-4493][GP-1600] mPower R.6.0.X: openSSL update to version 1.1.1oandrii.davydenko2
2022-05-26[MTX-4319] mPower R.6.0.x: Build process - update scripts to the latest ↵Mykola Salomatin2
version from Dunfell Replacing a variable pointing to the root directory due to a change in the build process.