parse_recipe_file
Extract raw variable assignments from BitBake recipe files (.bb/.bbappend) without evaluation for deterministic parsing.
Instructions
Parse a single .bb or .bbappend file and return all raw variable assignments. Never evaluates variables.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute or relative path to the .bb or .bbappend file |