From d819f596494b13a16d5b9533470b3df38956f4a3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 5 Feb 2015 19:13:41 +0100 Subject: [PATCH] ubl: Prepare for revision F support of the system Update to the latest version of UBL to get revision F support. This allows us to toggle the GPIO. It has only been verified on revision F hardware. --- recipes-sysmobts/ubl/ubl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/ubl/ubl_git.bb b/recipes-sysmobts/ubl/ubl_git.bb index a876323..dcb651a 100644 --- a/recipes-sysmobts/ubl/ubl_git.bb +++ b/recipes-sysmobts/ubl/ubl_git.bb @@ -7,7 +7,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://ubl.c;beginline=1;endline=22;md5=806283bb3c475d9082e41f09020373ff" SRC_URI = "git://git.sysmocom.de/sysmo-bts/ubl;protocol=git;branch=master" -SRCREV = "43383917fde3cec70d0e09c6ea77302cd32b479f" +SRCREV = "0974846c2d2eb506d1443ee338aad4400f59bc70" SRCREV_sysmobts-v1 = "d04f24974a5b1e24cb9414ebc2e84a91848982c4" PV = "v0.2.11+git${SRCPV}" PR = "r3"