From 5cbced74e7850da51e60908b70426144aaa329cc Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 7 Feb 2025 16:30:25 -0700 Subject: 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: ... load - load a new file merge - load and fill any new/empty variables remove - Remove a variable Commands can be chained, such as: load file1 remove val1 merge file2 Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-xilinx-core/conf') 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 LAYERDEPENDS_xilinx = "core meta-arm" LAYERRECOMMENDS_xilinx = "openembedded-layer" +LAYERPATH_xilinx = "${LAYERDIR}" + LAYERSERIES_COMPAT_xilinx = "scarthgap" SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ -- cgit v1.2.3-54-g00ecf