From b16ceec77f77a876e6cfc9b69c52cbffd5784796 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 4 Oct 2013 21:40:30 +0200 Subject: [PATCH] update to recent osmo-bts master to include sysmobts-util sysmobts-util is used to set/get the model_number / trx_nr on the sysmoBTS 2050. --- recipes-apps/tasks/task-sysmocom-bts.bb | 4 ++-- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes-apps/tasks/task-sysmocom-bts.bb b/recipes-apps/tasks/task-sysmocom-bts.bb index b5abb1a..ea50ee3 100644 --- a/recipes-apps/tasks/task-sysmocom-bts.bb +++ b/recipes-apps/tasks/task-sysmocom-bts.bb @@ -4,10 +4,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" DEPENDS = "virtual/kernel" ALLOW_EMPTY_${PN} = "1" -PR = "r18" +PR = "r19" CALIB = "" -CALIB_sysmobts-v2 = "sysmobts-calib" +CALIB_sysmobts-v2 = "sysmobts-calib sysmobts-util" # TODO: re-add femtobts-calib after it went through the API migration RDEPENDS_${PN} = "\ diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 0e121ad..d4a458f 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/0.3.0-next;name=osmobts;destsuffix=git \ git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc" -SRCREV_osmobts = "5eab81d02ae80af9f87d75389707a8ff76414076" -SRCREV_openbsc = "f659992616a910a48d48766986460f6ccd23e971" +SRCREV_osmobts = "b469e7314860794aebd904ebc4a63f877c01c3fc" +SRCREV_openbsc = "6a399efb720dc05b9ac4ae2010199301cb0e4ef1" PV = "0.3.0+git${SRCPV}" PR = "r1.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" @@ -51,7 +51,8 @@ INITSCRIPT_PACKAGES = "${PN}" INITSCRIPT_NAME_${PN} = "sysmobts" INITSCRIPT_PARAMS_${PN} = "defaults 30 30" -PACKAGES =+ "osmo-bts-remote sysmobts-calib" +PACKAGES =+ "osmo-bts-remote sysmobts-calib sysmobts-util" FILES_osmo-bts-remote = " ${bindir}/sysmobts-remote " FILES_sysmobts-calib = " ${bindir}/sysmobts-calib " +FILES_sysmobts-util = " ${bindir}/sysmobts-util "