pdbg: Update to v2.5-rc1

Major upstream change was the split out the access method from the
device-tree representation to enable backend agnostic system device
trees.

Other notable features:

 - Swift support
 - get/putmempba

Change-Id: Id34cfd4f130b2c1e35d695a6dbafc4ffb42e010e
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/recipes-bsp/pdbg/pdbg_2.4.bb b/recipes-bsp/pdbg/pdbg_2.5-rc1.bb
similarity index 82%
rename from recipes-bsp/pdbg/pdbg_2.4.bb
rename to recipes-bsp/pdbg/pdbg_2.5-rc1.bb
index 08f936d..42c65e6 100644
--- a/recipes-bsp/pdbg/pdbg_2.4.bb
+++ b/recipes-bsp/pdbg/pdbg_2.5-rc1.bb
@@ -3,10 +3,8 @@
 LICENSE     = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-PV = "2.4+git${SRCPV}"
-
 SRC_URI += "git://github.com/open-power/pdbg.git"
-SRCREV = "8b4611b5d8e7e2279fe4aa80c892fcfe10aa398d"
+SRCREV = "6ae2ba655ca5e24b403a33bf15dff7261d3e7052"
 
 DEPENDS += "dtc-native"