aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-25 17:08:51 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-25 20:31:44 +0200
commit65238f85305f3179491e5e4be8152ea35454ac84 (patch)
tree1101bc2e2607ffe05a93f893ff7522acd0dac642
parent1cafeaaa86f55db61472c2fd22d138210cc69102 (diff)
Osmocom: Upgrade to latest master versions of the software
Build a new ABI release, build the latest libosmo-abis and libosmo-netif versions and upgrade to OpenBSC master
-rw-r--r--conf/layer.conf2
-rw-r--r--recipes-osmocom/libosmo-abis/libosmo-abis_git.bb6
-rw-r--r--recipes-osmocom/libosmo-netif/libosmo-netif_git.bb4
-rw-r--r--recipes-osmocom/libosmocore/libosmocore_git.bb2
-rw-r--r--recipes-osmocom/openbsc/openbsc_git.bb2
5 files changed, 8 insertions, 8 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 2a7f7a5..6d8a52c 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "telephony"
BBFILE_PATTERN_telephony = "^${LAYERDIR}/"
BBFILE_PRIORITY_telephony = "5"
-META_TELEPHONY_OSMO_INC = "13"
+META_TELEPHONY_OSMO_INC = "14"
diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
index 32d40e3..52c7c98 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "c9295ea2dd1f52931f8670e706a7b0d4b3ac536b"
+SRCREV = "d9d1b5c19f40515cb7c660acda7265bbddbb73d6"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
-PV = "0.2.0+gitr${SRCPV}"
-PR = "${INC_PR}.2"
+PV = "0.3.0+gitr${SRCPV}"
+PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
index 691425a..f82d7ba 100644
--- a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
+++ b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
-SRCREV = "153f5856607b75ca76c540288cd6b4df144290ff"
+SRCREV = "603f6c40d55b87f81fbd8ff1ad7b9568f3b962ff"
SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git"
-PV = "0.3.0+gitr${SRCPV}"
+PV = "0.4.0+gitr${SRCPV}"
PR = "${INC_PR}.2"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index ae3e300..c080c9d 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 = "276ca4b1722df573f9af7735820712bcaf32b800"
+SRCREV = "96af78650d1de134ebb37ddb829508cf0bd30c51"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
PV = "0.7.0+gitr${SRCPV}"
PR = "r2"
diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb
index ce0227b..b643bdc 100644
--- a/recipes-osmocom/openbsc/openbsc_git.bb
+++ b/recipes-osmocom/openbsc/openbsc_git.bb
@@ -3,7 +3,7 @@ require ${PN}.inc
PV = "0.13.0+gitr${SRCPV}"
PR = "${INC_PR}.6"
-SRCREV = "5160996d4a24fdb9faf0317c489689b5c31eebee"
+SRCREV = "f8070f4793a748cad6deefeb1e38fe7f8a193293"
SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git \
file://upgrade-mncc-version.patch"