summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-08-14 18:34:30 -0600
committerMark Hatle <mark.hatle@amd.com>2024-09-13 07:13:30 -0600
commit27707fca4f03cae92bed0ff108158738231cd781 (patch)
tree8ca5aaa75fd1e45b9f95e7dd44880e8c66c94711
parentbf1b02b32a02459ebe09493b0e16c82c5d873431 (diff)
downloadmeta-xilinx-27707fca4f03cae92bed0ff108158738231cd781.tar.gz
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 <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-standalone-sdt/conf/layer.conf3
-rw-r--r--meta-xilinx-standalone/conf/layer.conf3
2 files changed, 0 insertions, 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 \
25 25
26LAYERSERIES_COMPAT_xilinx-standalone-sdt = "scarthgap" 26LAYERSERIES_COMPAT_xilinx-standalone-sdt = "scarthgap"
27 27
28# Set this to enable this layer
29XILINX_WITH_ESW ??= "sdt"
30
31# Sanity check for meta-xilinx-standalone layer. 28# Sanity check for meta-xilinx-standalone layer.
32# Setting SKIP_META_XILINX_STANDALONE_SANITY_CHECK to "1" would skip the bbappend files check. 29# Setting SKIP_META_XILINX_STANDALONE_SANITY_CHECK to "1" would skip the bbappend files check.
33INHERIT += "sanity-meta-xilinx-standalone-sdt" 30INHERIT += "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"
17 17
18LAYERSERIES_COMPAT_xilinx-standalone = "scarthgap" 18LAYERSERIES_COMPAT_xilinx-standalone = "scarthgap"
19 19
20# Set this to enable this layer
21#XILINX_WITH_ESW = "generic"
22
23# Sanity check for meta-xilinx-standalone layer. 20# Sanity check for meta-xilinx-standalone layer.
24# Setting SKIP_META_XILINX_STANDALONE_SANITY_CHECK to "1" would skip the bbappend files check. 21# Setting SKIP_META_XILINX_STANDALONE_SANITY_CHECK to "1" would skip the bbappend files check.
25INHERIT += "sanity-meta-xilinx-standalone" 22INHERIT += "sanity-meta-xilinx-standalone"