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.
This commit is contained in:
Harald Welte 2013-10-04 21:40:30 +02:00
parent 7fa273ffc2
commit b16ceec77f
2 changed files with 6 additions and 5 deletions

View File

@ -4,10 +4,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/kernel" DEPENDS = "virtual/kernel"
ALLOW_EMPTY_${PN} = "1" ALLOW_EMPTY_${PN} = "1"
PR = "r18" PR = "r19"
CALIB = "" 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 # TODO: re-add femtobts-calib after it went through the API migration
RDEPENDS_${PN} = "\ RDEPENDS_${PN} = "\

View File

@ -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 \ 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" git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc"
SRCREV_osmobts = "5eab81d02ae80af9f87d75389707a8ff76414076" SRCREV_osmobts = "b469e7314860794aebd904ebc4a63f877c01c3fc"
SRCREV_openbsc = "f659992616a910a48d48766986460f6ccd23e971" SRCREV_openbsc = "6a399efb720dc05b9ac4ae2010199301cb0e4ef1"
PV = "0.3.0+git${SRCPV}" PV = "0.3.0+git${SRCPV}"
PR = "r1.${META_TELEPHONY_OSMO_INC}" PR = "r1.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
@ -51,7 +51,8 @@ INITSCRIPT_PACKAGES = "${PN}"
INITSCRIPT_NAME_${PN} = "sysmobts" INITSCRIPT_NAME_${PN} = "sysmobts"
INITSCRIPT_PARAMS_${PN} = "defaults 30 30" 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_osmo-bts-remote = " ${bindir}/sysmobts-remote "
FILES_sysmobts-calib = " ${bindir}/sysmobts-calib " FILES_sysmobts-calib = " ${bindir}/sysmobts-calib "
FILES_sysmobts-util = " ${bindir}/sysmobts-util "