aboutsummaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-09-22 17:21:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-22 18:13:01 +0100
commit48cbde0ea77ed20126eceba5feb37c42a9229500 (patch)
tree642d001b5c9af6fed98dc8e15faae924a6576855 /meta-skeleton
parentabca7a0cac7068ffe6a6b873d0842f804388b621 (diff)
downloadopenembedded-core-contrib-48cbde0ea77ed20126eceba5feb37c42a9229500.tar.gz
devtool: add search command
Adds a subcommand to search to find the target recipe name providing some file or capability. This is implemented by searching on recipe name, package name, description, package contents (file names), and runtime file provides. For example: $ devtool search libGL mesa $ devtool search X11 xextproto libxxf86vm xf86driproto xf86vidmodeproto libxfixes xproto libx11 ... $ devtool search /bin/sed busybox sed This is particularly useful within the extensible SDK but is also made available in devtool alongside the build system. Note of course that because this searches pkgdata, useful results depend upon do_packagedata(_setscene) having executed for the recipe being searched for. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
0 files changed, 0 insertions, 0 deletions