Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-12-05 | gpsd: provide virtual/gpsd | Michael 'Mickey' Lauer | 5 | |
2008-11-16 | gpsd: Only change gpsd-default for the om-gta02 machine | Holger Hans Peter Freyther | 3 | |
Fix up the previous commit. | ||||
2008-11-16 | [gpsd] change gpsd device file from /dev/ttyS3 to /dev/ttySAC1 | Julian_chu | 2 | |
gpsd-default describe the GPS device is /dev/ttyS3, but for GTA01/GTA02 it should be /dev/ttySAC1. | ||||
2008-11-16 | gpsd: Modify gpsd daemon script to use start-stop-daemon | Julian_chu | 2 | |
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 4 | |
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. | ||||
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 4 | |
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> | ||||
2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 3 | |
2008-10-04 | gpsd: fix bug #4611 | Koen Kooi | 1 | |
2008-05-01 | packages/gpsd/gpsd_2.37.bb : Add gpsd 2.37 | Stelios Koroneos | 1 | |
2008-03-26 | fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of device | Graeme Gregory | 5 | |
2008-02-16 | gpsd: remove python-ncurses dependency from gspd, it's actually ↵ | Michael Lauer | 1 | |
python-curses we depend on | ||||
2008-02-08 | gspd 2.* increase package granularity. closes #3529 | Michael Lauer | 4 | |
2008-01-05 | gpsd-conf: Restart gllin on a resume event | Matthias Hentges | 5 | |
2008-01-04 | gpsd: As discssed on the ML: | Matthias Hentges | 8 | |
- Add a gpsd-conf package - gpe-conf installs /etc/defaults/gpsd and /etc/init.d/gps-hardware via update-alternatives - A sample machine-specific -conf package for fix-gta01 is provided. - Constructive comments welcome | ||||
2008-01-03 | gpsd.inc: fix staging | Junqian Gordon Xu | 1 | |
2008-01-03 | gpsd: update to 2.36, drop 2.35. | Junqian Gordon Xu | 4 | |
2008-01-03 | gpsd: add 2.35 | Junqian Gordon Xu | 3 | |
* gpsd_dbus.patch has been fixed in upstream svn | ||||
2008-01-01 | gpsd: Provide working default configuration and init-script for fic-gta01. ↵ | Matthias Hentges | 4 | |
This makes gpsd device-specific for gta01, please check the feeds. | ||||
2007-10-06 | gpsd: Cleanup startup script. | Paul Sokolovsky | 3 | |
* gpsd configuration is done via mandatory /etc/defaults/gpsd, remove confusing defaults from init script. * Make error reporting more helpful. * Based on complaints by forum users. | ||||
2007-08-19 | gpsd: compile python extension. upstream vendor included x86 binary in ↵ | Michael Lauer | 1 | |
tarball (tss...). fixes #1665 | ||||
2007-06-19 | gpsd: disable python stuff: | Koen Kooi | 2 | |
NOTE: Checking Package: python-pygps ERROR: Architecture did not match (40 to 3) on /work/armv4t-angstrom-linux-gnueabi/gpsd-2.34-r3/install/python-pygps/usr/lib/python2.4/site-packages/gpspacket.so people really should use insane.bbclass...... | ||||
2007-06-17 | gpsd: ship python-pygps package, including python bindings to gpsd | Michael Lauer | 4 | |
2007-06-13 | gpsd: add default | Koen Kooi | 1 | |
2007-06-12 | gpsd: mark /etc/default/gpsd as CONFFILE | Jake Morrison | 5 | |
2007-06-11 | gpsd: add /etc/default/gpsd config file - close #2465 | Jake Morrison | 6 | |
2007-04-02 | gpsd: export BUILD_SYS and HOST_SYS as setup.py expects them to be set, add ↵ | Justin Patrin | 1 | |
python to DEPENDS | ||||
2007-04-02 | gpsd: export BUILD_SYS and HOST_SYS as setup.py expects them to be set | Justin Patrin | 1 | |
2007-04-01 | gpsd: disable python bindings | Koen Kooi | 1 | |
2007-02-15 | gpsd: add 2.34 (from openmoko svn) | Koen Kooi | 2 | |
2006-10-16 | gpsd: remove DEPENDS on dbus 0.23.ancient.obsolete | Koen Kooi | 1 | |
2006-10-16 | gpsd: add 2.33 | Koen Kooi | 1 | |
2006-08-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 2 | |
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included. | ||||
2006-05-28 | gpsd: Add 2.32 and remove 2.6, as request by mickey in bug #1039. | Jamie Lenehan | 2 | |
2006-05-28 | gpsd 2.28: Stop from using X headers from /usr/include by passing in the X | Jamie Lenehan | 2 | |
include and library directory to the configure script. Closes bug #1039. |