summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/hob.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/hob.py')
-rw-r--r--bitbake/lib/bb/ui/hob.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py
index c2acadac91..c1302e51fa 100644
--- a/bitbake/lib/bb/ui/hob.py
+++ b/bitbake/lib/bb/ui/hob.py
@@ -192,8 +192,8 @@ class MainWindow (gtk.Window):
192 self.curr_mach = mach 192 self.curr_mach = mach
193 # Flush this straight to the file as MACHINE is changed 193 # Flush this straight to the file as MACHINE is changed
194 # independently of other 'Preferences' 194 # independently of other 'Preferences'
195 self.configurator.setLocalConfVar('MACHINE', mach) 195 self.configurator.setConfVar('MACHINE', mach)
196 self.configurator.writeLocalConf() 196 self.configurator.writeConf()
197 handler.set_machine(mach) 197 handler.set_machine(mach)
198 handler.reload_data() 198 handler.reload_data()
199 199