summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-08-21 16:14:12 -0600
committerMark Hatle <mark.hatle@amd.com>2024-08-25 08:40:04 -0600
commitc3fb38b11750d8c3cda53634a15d0a2503d77031 (patch)
tree651e88f1784094dc0ccaf40eb8cb39ecd189e828
parentc40c18a915b970d6ddcb0ef038d5217df239042f (diff)
downloadmeta-xilinx-c3fb38b11750d8c3cda53634a15d0a2503d77031.tar.gz
meta-xilinx-standalone-sdt: Enable SDT only if no other flow enabled by default
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-standalone-sdt/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-sdt/conf/layer.conf b/meta-xilinx-standalone-sdt/conf/layer.conf
index 805e002c..d5c95f84 100644
--- a/meta-xilinx-standalone-sdt/conf/layer.conf
+++ b/meta-xilinx-standalone-sdt/conf/layer.conf
@@ -26,7 +26,7 @@ LAYERDEPENDS_xilinx-standalone-sdt = "core \
26LAYERSERIES_COMPAT_xilinx-standalone-sdt = "scarthgap" 26LAYERSERIES_COMPAT_xilinx-standalone-sdt = "scarthgap"
27 27
28# Set this to enable this layer 28# Set this to enable this layer
29XILINX_WITH_ESW ?= "sdt" 29XILINX_WITH_ESW ??= "sdt"
30 30
31# Sanity check for meta-xilinx-standalone layer. 31# Sanity check for meta-xilinx-standalone layer.
32# Setting SKIP_META_XILINX_STANDALONE_SANITY_CHECK to "1" would skip the bbappend files check. 32# Setting SKIP_META_XILINX_STANDALONE_SANITY_CHECK to "1" would skip the bbappend files check.