From 27707fca4f03cae92bed0ff108158738231cd781 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 14 Aug 2024 18:34:30 -0600 Subject: layer.conf: Remove the default XILINX_WITH_ESW values It is now up to the machine .conf files to define the way the ESW software will be built. 'xsct' or 'sdt' is the usual setting. Subsequent changes will adjust the default BSPs with correct defaults. Signed-off-by: Mark Hatle --- meta-xilinx-standalone-sdt/conf/layer.conf | 3 --- meta-xilinx-standalone/conf/layer.conf | 3 --- 2 files changed, 6 deletions(-) diff --git a/meta-xilinx-standalone-sdt/conf/layer.conf b/meta-xilinx-standalone-sdt/conf/layer.conf index d5c95f84..5685f4e4 100644 --- a/meta-xilinx-standalone-sdt/conf/layer.conf +++ b/meta-xilinx-standalone-sdt/conf/layer.conf @@ -25,9 +25,6 @@ LAYERDEPENDS_xilinx-standalone-sdt = "core \ LAYERSERIES_COMPAT_xilinx-standalone-sdt = "scarthgap" -# Set this to enable this layer -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. INHERIT += "sanity-meta-xilinx-standalone-sdt" diff --git a/meta-xilinx-standalone/conf/layer.conf b/meta-xilinx-standalone/conf/layer.conf index 77ed5f71..17289851 100644 --- a/meta-xilinx-standalone/conf/layer.conf +++ b/meta-xilinx-standalone/conf/layer.conf @@ -17,9 +17,6 @@ LAYERRECOMMENDS_xilinx-standalone = "xilinx-microblaze" LAYERSERIES_COMPAT_xilinx-standalone = "scarthgap" -# Set this to enable this layer -#XILINX_WITH_ESW = "generic" - # Sanity check for meta-xilinx-standalone layer. # Setting SKIP_META_XILINX_STANDALONE_SANITY_CHECK to "1" would skip the bbappend files check. INHERIT += "sanity-meta-xilinx-standalone" -- cgit v1.2.3-54-g00ecf