[bitbake-devel] [PATCH 1/6] bb/ui/hob: save changes to bblayers.conf when using Add Layer menu item

Joshua Lock josh at linux.intel.com
Wed Aug 3 01:17:34 UTC 2011


Fixes [YOCTO #1283]

Signed-off-by: Joshua Lock <josh at linux.intel.com>
---
 lib/bb/ui/hob.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/bb/ui/hob.py b/lib/bb/ui/hob.py
index b5c2342..14ea1f2 100644
--- a/lib/bb/ui/hob.py
+++ b/lib/bb/ui/hob.py
@@ -334,6 +334,7 @@ class MainWindow (gtk.Window):
 
     def add_layer_cb(self, action):
         self.layers.find_layer(self)
+        self.layers.save_current_layers()
 
     def preferences_cb(self, action):
         resp = self.prefs.run()
-- 
1.7.6





More information about the bitbake-devel mailing list