[poky] [PATCH 2/3] oeqa/selftest/gummiboot: Use write instead of append_config
leonardo.sandoval.gonzalez at linux.intel.com
leonardo.sandoval.gonzalez at linux.intel.com
Sun Oct 18 22:27:15 PDT 2015
From: Leonardo Sandoval <leonardo.sandoval.gonzalez at linux.intel.com>
Instead of appending the configuration, it is safer to create a new
config file, thus avoiding appending to a previous configuration.
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez at linux.intel.com>
---
meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py b/meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py
index 00aa36f..70a5584 100644
--- a/meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py
+++ b/meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py
@@ -17,7 +17,7 @@ class Gummiboot(oeSelfTest):
# Set EFI_PROVIDER = "gummiboot" and MACHINE = "genericx86-64" in conf/local.conf
features = 'EFI_PROVIDER = "gummiboot"\n'
features += 'MACHINE = "genericx86-64"'
- self.append_config(features)
+ self.write_config(features)
def _common_build(self):
"""
--
1.8.4.5
More information about the poky
mailing list