[oe-commits] [openembedded-core] 13/37: selftest/devtool: change write to append config in virtual_kernel_modify

git at git.openembedded.org git at git.openembedded.org
Thu May 18 13:02:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 65bab9210be51aeb431ea85c90e31ad9f0d2340c
Author: Aníbal Limón <anibal.limon at linux.intel.com>
AuthorDate: Mon May 1 12:11:23 2017 -0500

    selftest/devtool: change write to append config in virtual_kernel_modify
    
    When uses write it creates a full new configuration in selftest.inc
    causing to fail populate_sdk_ext linux-yocto because the signature
    of the sstate changes.
    
    [YOCTO #11300]
    
    Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/selftest/devtool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py
index 5704866..39f3543 100644
--- a/meta/lib/oeqa/selftest/devtool.py
+++ b/meta/lib/oeqa/selftest/devtool.py
@@ -1635,7 +1635,7 @@ class DevtoolTests(DevtoolBase):
         #Set machine to qemxu86 to be able to modify the kernel and
         #verify the modification.
         features = 'MACHINE = "qemux86"\n'
-        self.write_config(features)
+        self.append_config(features)
         kernel_provider = get_bb_var('PREFERRED_PROVIDER_virtual/kernel')
         # Clean up the enviroment
         bitbake('%s -c clean' % kernel_provider)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list