meta-phosphor: phosphor-software-manager: Add symlink as git
Add a symbolic link to phosphor-software-manager.bb named _git.bb and
set the preferred version for the recipe.
Change-Id: I5e42046a0e7247199877b815e6a816465f188795
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 ed2cd74..6f43501 100644
--- a/conf/distro/include/phosphor-defaults.inc
+++ b/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-software-manager = "1.0"
diff --git a/recipes-phosphor/flash/phosphor-software-manager_git.bb b/recipes-phosphor/flash/phosphor-software-manager_git.bb
new file mode 120000
index 0000000..04937d3
--- /dev/null
+++ b/recipes-phosphor/flash/phosphor-software-manager_git.bb
@@ -0,0 +1 @@
+phosphor-software-manager.bb
\ No newline at end of file