summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/scripts/qemuboot-tool
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-core: Add qemuboot-tool to help process qemuboot.conf filesMark Hatle2025-03-301-0/+87
Used to combine multiple qemuboot.conf files, non-blank values replace prior values. ./qemuboot-tool: <command> <argument> ... load <file> - load a new file merge <file> - load and fill any new/empty variables remove <var> - Remove a variable Commands can be chained, such as: load file1 remove val1 merge file2 Signed-off-by: Mark Hatle <mark.hatle@amd.com>