meta-phosphor: state-manager: Add symlink to git

Add a symbolic link to phosphor-state-manager.bb named _git.bb and set
the preferred version for the recipe.

(From meta-phosphor rev: 85a1fcc0018c7507246978369b29612d31a2e981)

Change-Id: I97d326f9ae570661100867e7f7d230b6bae087c2
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 b3bc397..f845e7a 100644
--- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
@@ -248,3 +248,4 @@
 PREFERRED_VERSION_phosphor-gpio-monitor = "1.0"
 PREFERRED_VERSION_network = "1.0"
 PREFERRED_VERSION_phosphor-logging = "1.0"
+PREFERRED_VERSION_phosphor-state-manager = "1.0"
diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
new file mode 120000
index 0000000..8a32ae2
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -0,0 +1 @@
+phosphor-state-manager.bb
\ No newline at end of file