meta-openpower: phosphor: host: aspeed-lpc-ctrl

Rename aspeed-lpc-ctrl.bb as _git per OE norms.

(From meta-openpower rev: e5a9b845173094da56d82fd600ccc0e6a267f20c)

Change-Id: Iad5d32de765f95f9dd51da13758a13fad2e96379
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl_git.bb b/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl_git.bb
new file mode 100644
index 0000000..53ffbaa
--- /dev/null
+++ b/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl_git.bb
@@ -0,0 +1,16 @@
+SUMMARY = "ASPEED LPC Host Interface Control tool"
+DESCRIPTION = "Configures the BMC to expose memory regions to the host"
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+
+inherit obmc-phosphor-license
+inherit obmc-phosphor-systemd
+
+inherit autotools
+
+S = "${WORKDIR}/git"
+
+SYSTEMD_SERVICE_${PN} += "pnorboot.service"
+
+SRC_URI += "git://github.com/shenki/aspeed-lpc-control"
+SRCREV = "af42b7ff01e71c0dd4c60214dd46ed487611f36d"