From d07870af73aa22b8357dc8d9dfdcf0ed224de34b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 18 Oct 2012 19:25:45 +0200 Subject: [PATCH 1/5] update libosmocore and openbsc --- recipes-osmocom/libosmocore/libosmocore_git.bb | 2 +- recipes-osmocom/openbsc/openbsc_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb index 55b38b3eec..35e6eb31ac 100644 --- a/recipes-osmocom/libosmocore/libosmocore_git.bb +++ b/recipes-osmocom/libosmocore/libosmocore_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "eacba189b1a03c6a213b76df07dd766697017438" +SRCREV = "b8d18f32a1676f05d73bc9d94eadeaf5cc43c9a5" SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git" PV = "0.5.3+gitr${SRCPV}" PR = "0" diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb index 7b20795539..12c3ca20a4 100644 --- a/recipes-osmocom/openbsc/openbsc_git.bb +++ b/recipes-osmocom/openbsc/openbsc_git.bb @@ -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" From 6ae5eefa93571d01dca6814e56f28c9f6fbca070 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 25 Oct 2012 15:17:00 +0200 Subject: [PATCH 2/5] update libosmocore_git to 8ec7f901bb1843b7c29335d5ea0531e7a1527210 this includes a fix for the nasty missing "logging filter" while writing the config bug. --- recipes-osmocom/libosmocore/libosmocore_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb index 35e6eb31ac..3392d2b5a2 100644 --- a/recipes-osmocom/libosmocore/libosmocore_git.bb +++ b/recipes-osmocom/libosmocore/libosmocore_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc S = "${WORKDIR}/git" -SRCREV = "b8d18f32a1676f05d73bc9d94eadeaf5cc43c9a5" +SRCREV = "8ec7f901bb1843b7c29335d5ea0531e7a1527210" SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git" PV = "0.5.3+gitr${SRCPV}" PR = "0" From d1e0a1f78d10728d904349a6bf7846e2357fe1d4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 25 Oct 2012 15:32:39 +0200 Subject: [PATCH 3/5] gsmd: Use /dev/ttyS2 on sysmobts v2 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. --- recipes-openmoko/openmoko-gsmd/files/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-openmoko/openmoko-gsmd/files/default b/recipes-openmoko/openmoko-gsmd/files/default index e7c536ba1f..766b38955a 100644 --- a/recipes-openmoko/openmoko-gsmd/files/default +++ b/recipes-openmoko/openmoko-gsmd/files/default @@ -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 From 6f54e1b374e81f64c900322cda94558684c72288 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 2 Nov 2012 18:28:40 +0800 Subject: [PATCH 4/5] gsmd: Increase the PR after changing the default file --- recipes-openmoko/openmoko-gsmd/openmoko-gsmd_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-openmoko/openmoko-gsmd/openmoko-gsmd_git.bb b/recipes-openmoko/openmoko-gsmd/openmoko-gsmd_git.bb index a2479cbd79..3d98c8e390 100644 --- a/recipes-openmoko/openmoko-gsmd/openmoko-gsmd_git.bb +++ b/recipes-openmoko/openmoko-gsmd/openmoko-gsmd_git.bb @@ -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 From 3279c6791f12ccdad2121ff1337473a6ffd46b2c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 2 Nov 2012 20:42:14 +0800 Subject: [PATCH 5/5] libosmo-abis: Build a git version of libosmo-abis for a leak fix Build new unreleased version of libosmo-abis for a memory leak fix. --- recipes-osmocom/libosmo-abis/libosmo-abis_git.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-osmocom/libosmo-abis/libosmo-abis_git.bb diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb new file mode 100644 index 0000000000..de77cab64c --- /dev/null +++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb @@ -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"