commit | 24e16a2cb140a5ab7c27d9f16f50ca6ce9531b9b | [log] [tgz] |
---|---|---|
author | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Fri Aug 06 10:55:59 2021 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Aug 13 16:02:07 2021 +0000 |
tree | 7ad9b1933fac80e4730c7f1ecba60a8bd4bcda48 | |
parent | 28a6a30e9d546c70976549cffd7f970509220174 [diff] [blame] |
meta-intel-openbmc: prep for new override syntax Ran `scripts/contrib/convert-overrides.py` from upstream Yocto and fixed up a few by hand that were missed. Tested: Built s2600wf. Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> Change-Id: I983385c8cdd4e2727c5c1a3d56952d6ac7fd89cc
diff --git a/meta-intel-openbmc/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend b/meta-intel-openbmc/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend index 5d47989..b27f908 100644 --- a/meta-intel-openbmc/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend +++ b/meta-intel-openbmc/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend
@@ -1,2 +1,2 @@ # Use PLT_RST to detect warm resets -EXTRA_OECMAKE_intel += "-DUSE_PLT_RST=ON" +EXTRA_OECMAKE:intel += "-DUSE_PLT_RST=ON"