From d7c566a3a7f91533a83013a35afa75c2f401b16f Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 28 May 2024 14:39:09 -0600 Subject: meta-xilinx-standalone-sdt: layer.conf: temporary workaround Set a default value for XILINX_WITH_ESW until gen-machine-conf can be adjusted. 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 0f153e93..805e002c 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