diff options
author | Patrick Venture <venture@google.com> | 2019-03-28 09:09:13 -0700 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-03-28 16:39:04 -0400 |
commit | 0995aac971440fbd434d0d9032ce4191f3f1c9a4 (patch) | |
tree | c8b3b1825dd910097f82053062dc44468b678ae3 /meta-phosphor/conf | |
parent | f66e7d2a76f2060d4d7cc9dbe44c8a4718d7dacd (diff) | |
download | blackbird-openbmc-0995aac971440fbd434d0d9032ce4191f3f1c9a4.tar.gz blackbird-openbmc-0995aac971440fbd434d0d9032ce4191f3f1c9a4.zip |
meta-phosphor: point recipes to depend on phosphor-network
Point various meta-phosphor recipes to depend on phosphor-network
instead of network. Also, update the default for this feature to be
phosphor-network instead of network.
(From meta-phosphor rev: 98fa96164889d0eed896a731bcfb348d5d802bef)
Tested: Verified meta-ibm/meta-witherspoon built.
Change-Id: I1c4b8fdcb92bf216e50d9f88273a7ac7bdc20213
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r-- | meta-phosphor/conf/distro/include/phosphor-defaults.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc index f1bc7ea27..b36181c06 100644 --- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc +++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc @@ -119,7 +119,7 @@ VIRTUAL-RUNTIME_obmc-settings-mgmt ?= "phosphor-settings-manager" # obmc-network-manager # # Provide support for managing network -VIRTUAL-RUNTIME_obmc-network-manager ?= "network" +VIRTUAL-RUNTIME_obmc-network-manager ?= "phosphor-network" # Configuration overrides for phosphor-ipmi-fru. # |