aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-openmoko/openmoko-gsmd/openmoko-gsmd_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2013-10-14update gsmd to include latest AT@COPS fixHarald Welte1-2/+2
2013-10-13update openmoko-gsmd to include AT@COPS=? command supportHarald Welte1-2/+2
2013-03-17update gsmd to current masterHarald Welte1-2/+2
2013-03-16openmoko-gsmd: Update gsmd/wavecom vendor to fix an unaligned memory accessHolger Hans Peter Freyther1-2/+2
gsmd/wavecom created unaligned memory access due making a 32bit store to a 16bit location. The code is now using %hx to avoid this.
2013-03-16openmoko-gsmd: Build a new version with log level changes of the syslogHolger Hans Peter Freyther1-3/+2
* The patch is now included in a temporary branch * LOGL_NOTICE is now used instead og the LOGL_INFO level which will be ignored by default on sysmocom systems.
2013-03-16openmoko-gsmd: Use the shared osmo-service-respawn start scriptHolger Hans Peter Freyther1-5/+3
* The shared script is compatible to the one currently used but it has the benefit of being used by more applications.
2013-03-15gsmd: This appears to be a race-free oom adjustmentHolger Hans Peter Freyther1-1/+1
Use the "() &" syntax to adjust the score before executing the new command. This is removing the reace from the previous commit. Update the PR to force rebuilding new packages.
2013-03-15openmoko-gsmd: Update to git masterHarald Welte1-1/+1
* reset modem at gsmd startup * include CME ERROR 515 workaround * include runtime loglevel setting
2013-03-14update gsmd to current master for GPS/AIS UDP forward supportHarald Welte1-2/+2
2013-03-02update gsmd to current master, MCC fix in cell log as well as GPS/AIS FWDHarald Welte1-2/+2
2013-01-20openmoko-gsmd: Add a cell-log patch to use the RF Ctrl interfaceHolger Hans Peter Freyther1-1/+2
2012-11-02gsmd: Increase the PR after changing the default fileHolger Hans Peter Freyther1-1/+1
2012-07-09openmoko-gsmd: Package the cell_log separately and respawnHolger Hans Peter Freyther1-3/+14
2012-06-11openmoko-gsmd: Add support for the sysmobts_v2 with a modem daughterboardHolger Hans Peter Freyther1-1/+1
2012-06-09openmoko-gsmd: Add the Openmoko GSMD recipeHolger Hans Peter Freyther1-0/+83
This is based on the gsmd recipe from OE classic. There will be some more tweaking for respawn and the cell log utility.