From 65238f85305f3179491e5e4be8152ea35454ac84 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 25 Sep 2014 17:08:51 +0200 Subject: [PATCH] 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 --- conf/layer.conf | 2 +- recipes-osmocom/libosmo-abis/libosmo-abis_git.bb | 6 +++--- recipes-osmocom/libosmo-netif/libosmo-netif_git.bb | 4 ++-- recipes-osmocom/libosmocore/libosmocore_git.bb | 2 +- recipes-osmocom/openbsc/openbsc_git.bb | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 2a7f7a58be..6d8a52c3fe 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 32d40e3a08..52c7c98c16 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 691425a3ce..f82d7ba0c9 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 ae3e300337..c080c9d933 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 ce0227b417..b643bdc863 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"