add osmo-pcu for GPRS support on sysmobts

This commit is contained in:
Harald Welte 2012-08-07 17:33:51 +02:00 committed by Holger Hans Peter Freyther
parent 5928a0374a
commit 6734e9a695
3 changed files with 25 additions and 4 deletions

View File

@ -4,13 +4,14 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/kernel"
ALLOW_EMPTY = "1"
PR = "r12"
PR = "r13"
# TODO: re-add femtobts-calib after it went through the API migration
RDEPENDS_task-sysmocom-bts = "\
osmo-bts \
osmo-bts-remote \
sysmobts-calib \
osmo-pcu \
lmsensors-scripts \
"

View File

@ -4,10 +4,10 @@ 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 = "b19592f7134baeae1541e55b6efead887739291d"
SRCREV_openbsc = "019f913ca383bda9256e273c06327041b1761330"
SRCREV_osmobts = "7c2427c020949c778f4a59443c16fae7b9e2d98e"
SRCREV_openbsc = "3217fa24120ee06705e2f7ea5faf449e8387d15c"
PV = "0.0+git${SRCPV}"
PR = "r21"
PR = "r22"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"

View File

@ -0,0 +1,20 @@
DESCRIPTION = "Osmocom PCU for sysmoBTS"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=jolly"
SRCREV = "da62859231cbe25ff7772e3d2389e15e5f8b4d8a"
PV = "0.0+git${SRCPV}"
PR = "r3"
S = "${WORKDIR}/git"
DEPENDS = "libosmocore femtobts-api osmo-bts"
EXTRA_OECONF += "--enable-sysmocom-bts"
inherit autotools
# Select the API version
inherit femtobts_api
CPPFLAGS += " ${BTS_HW_VERSION} "