diff options
author | Mark Hatle <mark.hatle@amd.com> | 2025-02-07 16:30:25 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:15 -0600 |
commit | 5cbced74e7850da51e60908b70426144aaa329cc (patch) | |
tree | c902a1a210319fa405f934e90a51adff5d68acc1 /meta-xilinx-core/conf | |
parent | 7d88c043fb3019d3dca0b4d02c8640eb78c8c7ff (diff) | |
download | meta-xilinx-5cbced74e7850da51e60908b70426144aaa329cc.tar.gz |
meta-xilinx-core: Add qemuboot-tool to help process qemuboot.conf files
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>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r-- | meta-xilinx-core/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 329bb29d..3d20a0a4 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
@@ -27,6 +27,8 @@ xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bbappend | |||
27 | LAYERDEPENDS_xilinx = "core meta-arm" | 27 | LAYERDEPENDS_xilinx = "core meta-arm" |
28 | LAYERRECOMMENDS_xilinx = "openembedded-layer" | 28 | LAYERRECOMMENDS_xilinx = "openembedded-layer" |
29 | 29 | ||
30 | LAYERPATH_xilinx = "${LAYERDIR}" | ||
31 | |||
30 | LAYERSERIES_COMPAT_xilinx = "scarthgap" | 32 | LAYERSERIES_COMPAT_xilinx = "scarthgap" |
31 | 33 | ||
32 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 34 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |