From c3fb38b11750d8c3cda53634a15d0a2503d77031 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 21 Aug 2024 16:14:12 -0600 Subject: meta-xilinx-standalone-sdt: Enable SDT only if no other flow enabled by default Signed-off-by: Mark Hatle --- meta-xilinx-standalone-sdt/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ LAYERSERIES_COMPAT_xilinx-standalone-sdt = "scarthgap" # Set this to enable this layer -XILINX_WITH_ESW ?= "sdt" +XILINX_WITH_ESW ??= "sdt" # Sanity check for meta-xilinx-standalone layer. # Setting SKIP_META_XILINX_STANDALONE_SANITY_CHECK to "1" would skip the bbappend files check. -- cgit v1.2.3-54-g00ecf