aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSujith H <sujith.h@gmail.com>2016-07-27 06:16:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-11 00:08:18 +0100
commit4350b01f776e6e35745c3eb9440587973de00eec (patch)
treec1d1e2207dad162e98a23802ae3de0f70a873103
parent26bee4c2c05dc202857270cd5f56abff79674ca7 (diff)
downloadbitbake-4350b01f776e6e35745c3eb9440587973de00eec.tar.gz
toaster: add local_source_dir to the needed_fields
This change will help us know if local_source_dir is null or if there is value associated with this field. This change will help us display the details for duplicate layers tryied to import locally. [YOCOT #9911] Signed-off-by: Sujith H <sujith.h@gmail.com>
-rw-r--r--lib/toaster/toastergui/typeaheads.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/typeaheads.py b/lib/toaster/toastergui/typeaheads.py
index dd4b7f505..4ded9ac2e 100644
--- a/lib/toaster/toastergui/typeaheads.py
+++ b/lib/toaster/toastergui/typeaheads.py
@@ -55,6 +55,7 @@ class LayersTypeAhead(ToasterTypeAhead):
'vcs_url' : layer_version.layer.vcs_url,
'vcs_reference' : vcs_reference,
'detail' : detail,
+ 'local_source_dir' : layer_version.layer.local_source_dir,
}
results.append(needed_fields)