diff options
author | David Reyna <david.reyna@windriver.com> | 2014-05-21 15:15:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-21 16:47:01 +0100 |
commit | bf9ff3de5f24ffabbf7093f0664730f22d31f191 (patch) | |
tree | d0f96704aedb500d6945f526949a6884091382da /bitbake/lib/bb/data_smart.py | |
parent | defe2271350c36605704129f4a6b9332446a1319 (diff) | |
download | poky-bf9ff3de5f24ffabbf7093f0664730f22d31f191.tar.gz |
bitbake: toaster: reduce redundant foreign key lookups
Replace redundant foreign key lookups with "with" to improve all
recipes page load time. Do depends pre-lookup in the view class,
and use python itertation instead of filter() all to achieve x16
processing speedup.
[YOCTO #6137]
(Bitbake rev: a68a6dc50c11cc59e7c873414e3e22ac2644dea7)
Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Conflicts:
bitbake/lib/toaster/toastergui/views.py
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/data_smart.py')
0 files changed, 0 insertions, 0 deletions