From 6734e9a69536913ef5391846976f102b5b4cedd4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 7 Aug 2012 17:33:51 +0200 Subject: [PATCH] add osmo-pcu for GPRS support on sysmobts --- recipes-apps/tasks/task-sysmocom-bts.bb | 3 ++- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 6 +++--- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 20 ++++++++++++++++++++ 3 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb diff --git a/recipes-apps/tasks/task-sysmocom-bts.bb b/recipes-apps/tasks/task-sysmocom-bts.bb index 246bd6c..7150236 100644 --- a/recipes-apps/tasks/task-sysmocom-bts.bb +++ b/recipes-apps/tasks/task-sysmocom-bts.bb @@ -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 \ " diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 1fcff23..eaaf545 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -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" diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb new file mode 100644 index 0000000..53991de --- /dev/null +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -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} " +