summaryrefslogtreecommitdiffstats
path: root/scripts/pythondeps
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-02-26 14:50:00 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-01 22:09:18 +0000
commitb8406383886d09a80a9a002150dcf364fa9902d7 (patch)
tree68fc847a597b1d85e544eac944db09c5d181b656 /scripts/pythondeps
parent28466586f4777f11f0a29ed5ebe9734a4e15920e (diff)
downloadopenembedded-core-b8406383886d09a80a9a002150dcf364fa9902d7.tar.gz
devtool: search: also look in recipe cache
If pkgdata isn't present or is incomplete, then you get either a traceback or you don't see the results you were hoping for. The recipe cache that bitbake collects during startup contains some useful information for each recipe that we could search through as well, and we can access it easily using tinfoil's all_recipes() API function, so add some code that does that. (We still show a warning if pkgdata isn't present, as there are certain dynamic packages that are generated at packaging time that won't show up in the cache). One side-effect of this is that we will start showing non-target recipes - that's actually a good thing, since seeing those is useful, however we exclude nativesdk recipes when in the eSDK to avoid confusion since nativesdk isn't directly applicable there. Fixes [YOCTO #12356]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/pythondeps')
0 files changed, 0 insertions, 0 deletions