diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-05-28 14:39:09 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-05-29 07:35:48 -0600 |
commit | d7c566a3a7f91533a83013a35afa75c2f401b16f (patch) | |
tree | 7712df2eff18b49695f3fc8bea089776a416b965 | |
parent | 608c0c0decf2687d0b7261d54c80adfc75fc6d9b (diff) | |
download | meta-xilinx-d7c566a3a7f91533a83013a35afa75c2f401b16f.tar.gz |
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 <mark.hatle@amd.com>
-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 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 \ | |||
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. |