Pau Espin pespin
  • Joined on 2021-05-16
pespin pushed to 201705 at sysmo-bts/meta-sysmocom-bsp 2023-02-14 10:45:52 +00:00
1778f7f9d9 osmo-{bts,pcu}: Fix systemd services to run against old systemd
pespin created pull request sysmo-bts/meta-sysmocom-bsp#12 2023-02-14 10:41:50 +00:00
osmo-{bts,pcu}: Fix systemd services to run against old systemd
pespin created branch pespin/201705 in sysmo-bts/meta-sysmocom-bsp 2023-02-14 10:33:26 +00:00
pespin pushed to pespin/201705 at sysmo-bts/meta-sysmocom-bsp 2023-02-14 10:33:26 +00:00
1778f7f9d9 osmo-{bts,pcu}: Fix systemd services to run against old systemd
pespin merged pull request sysmo-bts/meta-sysmocom-bsp#11 2023-02-13 16:59:20 +00:00
recipes/sysmobts/osmo-{bts,pcu}: build from tag
pespin pushed to 201705 at sysmo-bts/meta-sysmocom-bsp 2023-02-13 16:59:20 +00:00
ec0d529df0 recipes/sysmobts/osmo-{bts,pcu}: build from tag
pespin deleted branch pespin/201705 from sysmo-bts/meta-sysmocom-bsp 2023-02-08 09:59:06 +00:00
pespin pushed to laforge/nightly at sysmo-bts/meta-sysmocom-bsp 2023-02-08 09:54:39 +00:00
b1bd3ca685 openvpn: upgrade openvpn from 2.3.6 to 2.5.8
37f85b45a8 gpsdate: upgrade to fix build against new gpsd
ca6fbf6a9f gpsd: upgrade to 3.24
ae9efed470 gpsd: cosmetic fixes in SRC_URI, EXTRA_OESCONS
6bd713e77a set up osmocom recipes with AUTOREV to track git master
Compare 7 commits »
pespin merged pull request sysmo-bts/meta-sysmocom-bsp#10 2023-02-08 09:49:26 +00:00
pespin/201705
pespin pushed to 201705 at sysmo-bts/meta-sysmocom-bsp 2023-02-08 09:49:26 +00:00
3fc844e59a osmo-bts: Depend on libosmo-netif
9a554791fe Update Osmocom recipes to latest tags (release 202302)
Compare 2 commits »
pespin created pull request sysmo-bts/meta-sysmocom-bsp#10 2023-02-08 09:48:44 +00:00
pespin/201705
pespin created branch pespin/201705 in sysmo-bts/meta-sysmocom-bsp 2023-02-08 09:26:02 +00:00
pespin pushed to pespin/201705 at sysmo-bts/meta-sysmocom-bsp 2023-02-08 09:26:02 +00:00
3fc844e59a osmo-bts: Depend on libosmo-netif
9a554791fe Update Osmocom recipes to latest tags (release 202302)
Compare 2 commits »
pespin deleted branch pespin/201705 from sysmo-bts/meta-sysmocom-bsp 2023-02-08 09:11:44 +00:00
pespin approved sysmocom/gpsdate#1 2022-12-14 18:34:52 +00:00
Fix build against gpsd >= 3.20
pespin commented on pull request sysmocom/gpsdate#1 2022-12-14 18:16:44 +00:00
Fix build against gpsd >= 3.20

For this gps_read() function since we always call it with one "variable" param in then, the best is to do a shim. I recall doing that somewhere already in gpsdata or gpsd in the past, look around. Something like:

pespin approved sysmocom/gpsdate#1 2022-12-14 18:16:44 +00:00
Fix build against gpsd >= 3.20
pespin approved sysmo-bts/meta-sysmocom-bsp#9 2022-12-14 17:14:58 +00:00
gpsd: upgrade to 3.24
pespin commented on pull request sysmo-bts/meta-sysmocom-bsp#9 2022-12-14 16:40:40 +00:00
gpsd: upgrade to 3.24

My point is precisely that the submitted commits should be made from the point of view of: 1- importing a given well-known upstream recipe from poky/meta-* and providing info about the repo and…

pespin commented on pull request sysmocom/gpsdate#1 2022-12-14 16:25:25 +00:00
Fix build against gpsd >= 3.20

I'd rather keep supporting older versions by means of ifdef in relevant code parts, or having a function helper defined for different versions. IIRC we are already doing that in some places?