meta-phosphor: gpio-monitor: Add symlink as git

Add a symbolic link to phosphor-gpio-monitor.bb named _git.bb and sets
the preferred version for the recipe.

(From meta-phosphor rev: c6077cbfcddf5dd538661f873c09629d9029674e)

Change-Id: If02e6f76d85104ffdcce68325d6bda84a3ef68d7
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
index ed2cd74..526108e 100644
--- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
@@ -244,3 +244,5 @@
 # Will add a build dependency to host-ipmid on the
 # phosphor-ipmi-fru-whitelist-native recipe.
 VIRTUAL-RUNTIME_phosphor-ipmi-providers ?= "phosphor-ipmi-fru"
+
+PREFERRED_VERSION_phosphor-gpio-monitor = "1.0"
diff --git a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
new file mode 120000
index 0000000..711c057
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
@@ -0,0 +1 @@
+phosphor-gpio-monitor.bb
\ No newline at end of file