update osmo-bts to current git head

this introduces (among other things) pcu start + re-spawning support
This commit is contained in:
Harald Welte 2013-01-11 17:45:18 +01:00 committed by Harald Welte
parent 350981f9a8
commit 5b7eff1c95
1 changed files with 3 additions and 2 deletions

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=master;name=osmobts;destsuffix=git \
git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc"
SRCREV_osmobts = "0d30b5d81863fb70c6270fe1ffefe4fd426b0cd3"
SRCREV_openbsc = "25b70cea9d9521b081ea0cc524f5d157a1b89baf"
SRCREV_osmobts = "24b2128e2975f14f9941caa156890480005df81e"
SRCREV_openbsc = "f2621e506de5fdbe7d800c4b1a9e764d7c9cdeef"
PV = "0.1.0+git${SRCPV}"
PR = "r6.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
@ -35,6 +35,7 @@ do_install_append() {
install -d ${D}${sysconfdir}/osmocom
install -m 0660 ${S}/doc/examples/osmo-bts.cfg ${D}${sysconfdir}/osmocom
install -m 0755 ${S}/contrib/respawn.sh ${D}${sysconfdir}/osmocom/
install -m 0755 ${S}/contrib/respawn-only.sh ${D}${sysconfdir}/osmocom/
install -m 0644 ${S}/contrib/screenrc-sysmobts ${D}${sysconfdir}/osmocom/
install -d ${D}${sysconfdir}/init.d
install -m 0755 ${S}/contrib/sysmobts.init ${D}${sysconfdir}/init.d/sysmobts