commit | ade3e145ead0beedad181394fcaa63856176bdee | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 22 14:26:27 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Oct 26 16:14:46 2021 +0000 |
tree | 9d0e2e4687a46fffc09f7e1c3e5e66de5682a907 | |
parent | 8c561eecb190655d51249c37286cc2c904dee7c0 [diff] [blame] |
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
diff --git a/meta-facebook/conf/machine/include/facebook-withhost.inc b/meta-facebook/conf/machine/include/facebook-withhost.inc index ebe79d1..8567f69 100644 --- a/meta-facebook/conf/machine/include/facebook-withhost.inc +++ b/meta-facebook/conf/machine/include/facebook-withhost.inc
@@ -1,6 +1,6 @@ require conf/machine/include/facebook.inc -OBMC_MACHINE_FEATURES += "\ +MACHINE_FEATURES += "\ obmc-chassis-state-mgmt \ obmc-host-ipmi \ obmc-host-state-mgmt \