python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Yocto recipe doesn't work. Yocto only partially builds it, but manual bitbake is fine
I've inherited a custom gpsd recipe. (Not the one in meta-openembedded/meta-oe/recipes-navigation.)
When running Yocto, this gpsd recipe successfully provides the headers required for gpsd-using prog...
fadedbee
Votes: 0
Answers: 2
chrony with gpsd and pps
On my PC I want to feed chrony from GPS. For this, I installed gpsd and pps-tools. I have a GPS connected to the serial port /dev/ttyS0 and the PPS is connected to the DCD input. Apparently, the PPS p...
T. Pluess
Votes: 0
Answers: 1
How to get gps.h into a Yocto recipe build?
I've built a simple recipe which works as long as I don't need gps.h:
recipes/foo (dunfell) $ cat foo_3.0.0.bb
DESCRIPTION = "FOO Daemon"
LICENSE = "CLOSED"
SRC_URI = " file...
fadedbee
Votes: 0
Answers: 1
GSPD information stream timing out after 30 seconds
I am using a GPSD to feed GPS information to a virtual serial port. I'm generating the virtual serial port with socat, and I am listening to the virtual port using: sudo cat /dev/pts/2, where /dev/pts...
AaronJPung
Votes: 0
Answers: 1