summaryrefslogtreecommitdiff
path: root/meta-openpower/conf/machine/include/p9.inc
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-10-22 22:26:27 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-10-26 19:14:46 +0300
commitade3e145ead0beedad181394fcaa63856176bdee (patch)
tree9d0e2e4687a46fffc09f7e1c3e5e66de5682a907 /meta-openpower/conf/machine/include/p9.inc
parent8c561eecb190655d51249c37286cc2c904dee7c0 (diff)
downloadopenbmc-ade3e145ead0beedad181394fcaa63856176bdee.tar.xz
treewide: clean up use of OBMC_MACHINE_FEATURES
Modify the machine meta-layer configs to remove the use of the OBMC_MACHINE_FEATURES indirection and favor the Yocto MACHINE_FEATURES variable instead. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifafb79e4e4c010e9476b9547cd4982f5b645060e
Diffstat (limited to 'meta-openpower/conf/machine/include/p9.inc')
-rw-r--r--meta-openpower/conf/machine/include/p9.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/conf/machine/include/p9.inc b/meta-openpower/conf/machine/include/p9.inc
index 2da9fd144..5c1779322 100644
--- a/meta-openpower/conf/machine/include/p9.inc
+++ b/meta-openpower/conf/machine/include/p9.inc
@@ -1,3 +1,3 @@
include conf/machine/include/ibm-power9-cpu.inc
-OBMC_MACHINE_FEATURES += 'op-fsi p9-cfam-override'
+MACHINE_FEATURES += 'op-fsi p9-cfam-override'
PREFERRED_PROVIDER_virtual/obmc-host-ctl = "p9-host-start"