[bitbake-devel] [PATCH 04/14] toaster: use deploy_dir var to obtain the license.manifest path

Alex DAMIAN alexandru.damian at intel.com
Mon Mar 31 16:47:04 UTC 2014


From: Cristiana Voicu <cristiana.voicu at intel.com>

[YOCTO #6051]
Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
---
 lib/bb/ui/buildinfohelper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/ui/buildinfohelper.py b/lib/bb/ui/buildinfohelper.py
index 0a15579..f448c84 100644
--- a/lib/bb/ui/buildinfohelper.py
+++ b/lib/bb/ui/buildinfohelper.py
@@ -629,7 +629,7 @@ class BuildInfoHelper(object):
 
 
     def store_license_manifest_path(self, event):
-        deploy_dir = event.data['deploy_dir_image']
+        deploy_dir = event.data['deploy_dir']
         image_name =  event.data['image_name']
         path = deploy_dir + "/licenses/" + image_name + "/"
         for target in self.internal_state['targets']:
-- 
1.9.1




More information about the bitbake-devel mailing list