meta-phosphor: ipmi-host: Add symlink as git
Add a symbolic link to phosphor-ipmi-host.bb named _git.bb and sets the
preferred version for the recipe.
Change-Id: I872890cb5f2bc952e37bc49cca4b24429fe2d247
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/conf/distro/include/phosphor-defaults.inc b/conf/distro/include/phosphor-defaults.inc
index f845e7a..2208b5e 100644
--- a/conf/distro/include/phosphor-defaults.inc
+++ b/conf/distro/include/phosphor-defaults.inc
@@ -249,3 +249,4 @@
PREFERRED_VERSION_network = "1.0"
PREFERRED_VERSION_phosphor-logging = "1.0"
PREFERRED_VERSION_phosphor-state-manager = "1.0"
+PREFERRED_VERSION_phosphor-ipmi-host = "1.0"
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
new file mode 120000
index 0000000..b2c6d6c
--- /dev/null
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
@@ -0,0 +1 @@
+phosphor-ipmi-host.bb
\ No newline at end of file