diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-08-21 16:14:12 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-08-25 08:40:04 -0600 |
| commit | c3fb38b11750d8c3cda53634a15d0a2503d77031 (patch) | |
| tree | 651e88f1784094dc0ccaf40eb8cb39ecd189e828 /meta-xilinx-standalone-sdt | |
| parent | c40c18a915b970d6ddcb0ef038d5217df239042f (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-xilinx-standalone-sdt')
| -rw-r--r-- | meta-xilinx-standalone-sdt/conf/layer.conf | 2 |
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 \ | |||
| 26 | LAYERSERIES_COMPAT_xilinx-standalone-sdt = "scarthgap" | 26 | LAYERSERIES_COMPAT_xilinx-standalone-sdt = "scarthgap" |
| 27 | 27 | ||
| 28 | # Set this to enable this layer | 28 | # Set this to enable this layer |
| 29 | XILINX_WITH_ESW ?= "sdt" | 29 | XILINX_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. |
