aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-openmoko
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 Freyther2-117/+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 Freyther4-26/+5
* The shared script is compatible to the one currently used but it has the benefit of being used by more applications.
2013-03-16gsmd: Fix the name of the script as it was copied from the gsmd oneHolger Hans Peter Freyther1-1/+1
2013-03-15gsmd: This appears to be a race-free oom adjustmentHolger Hans Peter Freyther2-3/+2
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-15gsmd: Adjust the oom score of the monitor processHolger Hans Peter Freyther1-1/+5
Adjust the score for the monitor process. The issue is that the score is inherited by the process. Right now the score of the child is adjusted _after_ the process has been spawned. This is obviously a race condition.
2013-03-15gsmd: Simplify killing of the childrenHolger Hans Peter Freyther1-1/+1
Kill the entire process group by sending it to pid 0. Found while searching for better exec examples.
2013-03-15gsmd: Work on stopping the respawn script and childrenHolger Hans Peter Freyther3-4/+15
This is using some brute force. Make the shell script write a PID file and on stop kill the respawn script and then all process names that are spawned. For the stop we need to know that this is a bash script.
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 Freyther2-1/+116
2012-11-02gsmd: Increase the PR after changing the default fileHolger Hans Peter Freyther1-1/+1
2012-11-02gsmd: Use /dev/ttyS2 on sysmobts v2Harald Welte1-1/+1
only the first prototype board (on the v2B mainboard) was using ttyS0, messing up console access. This has been fixed in v2.x of the db9 daughterboard for the v2C mainboards.
2012-07-09openmoko-gsmd: Package the cell_log separately and respawnHolger Hans Peter Freyther4-4/+61
2012-06-11openmoko-gsmd: Add support for the sysmobts_v2 with a modem daughterboardHolger Hans Peter Freyther2-1/+5
2012-06-09openmoko-gsmd: Add the Openmoko GSMD recipeHolger Hans Peter Freyther3-0/+184
This is based on the gsmd recipe from OE classic. There will be some more tweaking for respawn and the cell log utility.