From 0ea6f63c6de7a750700878d659bb05312c7cd376 Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Wed, 18 Oct 2017 15:47:54 +0530 Subject: Add recipe for phosphor-user-manager Removed the obmc-phosphor-user and put the new one Also, removed the usage of PREFERRED_PROVIDER and replaced by VIRTUAL_RUNTIME for this feature Change-Id: I6f0825f8d51eecb9c666a95d9fd702a8ea8bb08b Signed-off-by: Vishwanatha Subbanna --- meta-phosphor/conf/distro/include/phosphor-defaults.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta-phosphor/conf') diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc index 5a5fe3ab7..431ba23dd 100644 --- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc +++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc @@ -108,7 +108,6 @@ VIRTUAL-RUNTIME_obmc-dump-monitor ?= "phosphor-debug-collector-monitor" PREFERRED_PROVIDER_virtual/obmc-settings-mgmt ?= "phosphor-settings" PREFERRED_PROVIDER_virtual/obmc-system-mgmt ?= "obmc-phosphor-sysd" -PREFERRED_PROVIDER_virtual/obmc-user-mgmt ?= "obmc-phosphor-user" PREFERRED_PROVIDER_virtual/obmc-wsgihost ?= "phosphor-gevent" # phosphor-hwmon-config @@ -216,5 +215,11 @@ PREFERRED_PROVIDER_virtual/obmc-gpio-monitor ?= "phosphor-gpio-monitor" # the timeout if needed. PREFERRED_PROVIDER_virtual/obmc-watchdog ?= "phosphor-watchdog" +# obmc-user-mgmt +# +# Provides an implementation of xyz.openbmc_project.User.Manager catering +# to user management +VIRTUAL-RUNTIME_obmc-user-mgmt ?= "phosphor-user-manager" + OBMC_DBUS_PATH_ROOT ?= "/xyz/openbmc_project" OBMC_DBUS_IFACE_ROOT ?= "xyz.openbmc_project" -- cgit v1.2.3