find_recipe_files
Search recursively for BitBake recipe files (.bb/.bbappend) matching a filename query within a specified directory path.
Instructions
Search recursively for .bb/.bbappend files matching a filename query under root_path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_path | Yes | Directory to search recursively | |
| query | Yes | Substring to match against filenames |