Merge commit '3279c6791f12ccdad2121ff1337473a6ffd46b2c' into edison

This commit is contained in:
Holger Hans Peter Freyther 2012-11-02 14:12:19 +01:00
commit 8d053fb3ae
5 changed files with 11 additions and 4 deletions

View File

@ -37,7 +37,7 @@ case `machine_id` in
;;
"sysmocom_sysmobts_v2")
GSMD_OPTS="-v wavecom"
GSM_DEV="/dev/ttyS0"
GSM_DEV="/dev/ttyS2"
;;
*)
# Unknown board

View File

@ -15,7 +15,7 @@ SRC_URI = "git://git.gnumonks.org/openmoko-gsmd.git;branch=master \
SRCREV = "28e25ae42da7d65face9ad2472075f7c4fc87e92"
S = "${WORKDIR}/git"
PR = "r11.2"
PR = "r11.4"
inherit autotools pkgconfig update-rc.d

View File

@ -0,0 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "a49c24d9657471deb90a9425cabdb8d3d56f36df"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
PV = "0.1.3+gitr${SRCPV}"
PR = "${INC_PR}.1"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "eacba189b1a03c6a213b76df07dd766697017438"
SRCREV = "8ec7f901bb1843b7c29335d5ea0531e7a1527210"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
PV = "0.5.3+gitr${SRCPV}"
PR = "0"

View File

@ -3,7 +3,7 @@ require ${PN}.inc
PV = "0.12.0+gitr${SRCPV}"
PR = "${INC_PR}.2"
SRCREV = "df49a983e2523b94bb62fec3076259355fe0b52b"
SRCREV = "94c2b0578b4827e5535296477c3cd1d39d8f4814"
SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git"
S = "${WORKDIR}/git/openbsc"