summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/devtool.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/devtool.py')
-rw-r--r--meta/lib/oeqa/selftest/devtool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py
index 57048665c0..39f3543417 100644
--- a/meta/lib/oeqa/selftest/devtool.py
+++ b/meta/lib/oeqa/selftest/devtool.py
@@ -1635,7 +1635,7 @@ class DevtoolTests(DevtoolBase):
1635 #Set machine to qemxu86 to be able to modify the kernel and 1635 #Set machine to qemxu86 to be able to modify the kernel and
1636 #verify the modification. 1636 #verify the modification.
1637 features = 'MACHINE = "qemux86"\n' 1637 features = 'MACHINE = "qemux86"\n'
1638 self.write_config(features) 1638 self.append_config(features)
1639 kernel_provider = get_bb_var('PREFERRED_PROVIDER_virtual/kernel') 1639 kernel_provider = get_bb_var('PREFERRED_PROVIDER_virtual/kernel')
1640 # Clean up the enviroment 1640 # Clean up the enviroment
1641 bitbake('%s -c clean' % kernel_provider) 1641 bitbake('%s -c clean' % kernel_provider)