summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2025-02-07 16:30:25 -0700
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:15 -0600
commit5cbced74e7850da51e60908b70426144aaa329cc (patch)
treec902a1a210319fa405f934e90a51adff5d68acc1 /meta-xilinx-core/conf
parent7d88c043fb3019d3dca0b4d02c8640eb78c8c7ff (diff)
downloadmeta-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.conf2
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
27LAYERDEPENDS_xilinx = "core meta-arm" 27LAYERDEPENDS_xilinx = "core meta-arm"
28LAYERRECOMMENDS_xilinx = "openembedded-layer" 28LAYERRECOMMENDS_xilinx = "openembedded-layer"
29 29
30LAYERPATH_xilinx = "${LAYERDIR}"
31
30LAYERSERIES_COMPAT_xilinx = "scarthgap" 32LAYERSERIES_COMPAT_xilinx = "scarthgap"
31 33
32SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 34SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \