obmc-console: Rename recipe

OE norms dictate recipes that track HEAD be named:

foo_git.bb

and set PV explicitly to "x.y.z+git${SRCPV}"

Change-Id: Iaeffab1e3bb1df6720ae4e236c3515fb1ec30cc8
Tested: Built the obmc-console recipe
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/common/recipes-phosphor/console/obmc-console.bb b/common/recipes-phosphor/console/obmc-console_git.bb
similarity index 97%
rename from common/recipes-phosphor/console/obmc-console.bb
rename to common/recipes-phosphor/console/obmc-console_git.bb
index 5dd649f..c7fe640 100644
--- a/common/recipes-phosphor/console/obmc-console.bb
+++ b/common/recipes-phosphor/console/obmc-console_git.bb
@@ -16,6 +16,7 @@
 SRC_URI += "file://${PN}.conf"
 
 SRCREV = "c7fbcd480fb03840a4c44e546af878e84400b6fe"
+PV = "1.0+git${SRCPV}"
 
 REGISTERED_SERVICES_${PN} += "obmc_console:tcp:2200"
 OBMC_CONSOLE_HOST_TTY ?= "ttyVUART0"