diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-06-08 12:26:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-12 00:01:48 +0100 |
commit | 88dca45a703867581084d15368b7c68117b3184c (patch) | |
tree | 243ac384041099289f89c669e712b64aacba2506 /bitbake/lib/toaster/toastergui/widgets.py | |
parent | 7c2b86625b75f0c3c5447d240175558be1e37919 (diff) | |
download | poky-88dca45a703867581084d15368b7c68117b3184c.tar.gz |
bitbake: toaster: eliminate duplicate querysets
The Layer_Version.get_equivalents_wpriority performs the same
function as Project.compatible_layerversions, but in memory and
with worse performance.
Replace the code in get_equivalents_wpriority with a call to
the project compatible_layerversions, which also returns a queryset
instead of a list (can be used to further enhance queries)
(Bitbake rev: fb5eb1d7759222573565936a964d602c148df139)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/widgets.py')
0 files changed, 0 insertions, 0 deletions