diff options
author | Sergey Solomin <sergey.solomin@us.ibm.com> | 2016-11-28 15:03:24 -0600 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-12-16 21:11:39 +0000 |
commit | aac4adf831eebc74d97076e94125ebf5b6d5da48 (patch) | |
tree | 0b3ed6b9682a74a086e1a52b074854781611e3fd /meta-phosphor/conf/distro | |
parent | 370c28d56f3421d54d74cf23f89a184f3408b1ac (diff) | |
download | talos-openbmc-aac4adf831eebc74d97076e94125ebf5b6d5da48.tar.gz talos-openbmc-aac4adf831eebc74d97076e94125ebf5b6d5da48.zip |
Add recipes for Witherspoon VCS workaround
Create vcs-workaround machine feature p9.inc
Add new recipe vcs-pre-post.bb
Add new recipe p9-vcs-workaround.bb
Add new recipe start_host.bb
Create preferred providers
Create host control machine/distro/image feature
Add dependencies
Partially resolves openbmc/openbmc#647
Change-Id: I285cafc81afda20977fdf360ad8ad34d15e38685
Signed-off-by: Sergey Solomin <sergey.solomin@us.ibm.com>
Diffstat (limited to 'meta-phosphor/conf/distro')
-rw-r--r-- | meta-phosphor/conf/distro/openbmc-phosphor.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/openbmc-phosphor.conf b/meta-phosphor/conf/distro/openbmc-phosphor.conf index 22b6bc632..2355dca26 100644 --- a/meta-phosphor/conf/distro/openbmc-phosphor.conf +++ b/meta-phosphor/conf/distro/openbmc-phosphor.conf @@ -31,6 +31,7 @@ DISTRO_FEATURES = "\ obmc-host-ipmi \ obmc-mrw \ obmc-logging-mgmt \ + obmc-host-ctl \ avahi \ ${DISTRO_FEATURES_LIBC} \ " |