summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-06-05 14:26:13 -0500
committerMark Hatle <mark.hatle@amd.com>2023-06-08 10:25:19 -0500
commit845935b361026ecfb784625f873db18a41cf4d52 (patch)
tree01ab4922b3ced559fd50b1f78cff0481de79dfb8 /meta-xilinx-standalone-experimental/recipes-core
parentf70bb261a187a30314eb973f3f0105f517951ef7 (diff)
downloadmeta-xilinx-845935b361026ecfb784625f873db18a41cf4d52.tar.gz
meta-xilinx-standalone-experimental: dt-processor.sh: move to min config
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-core')
-rwxr-xr-xmeta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh b/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh
index 1da55b8e..6482a9bf 100755
--- a/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh
+++ b/meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh
@@ -1126,9 +1126,9 @@ BASE_TMPDIR ?= "\${TOPDIR}"
1126 1126
1127# The following is the full set of multiconfigs for this configuration 1127# The following is the full set of multiconfigs for this configuration
1128# A large list can cause a slow parse. 1128# A large list can cause a slow parse.
1129BBMULTICONFIG ?= "${multiconf}" 1129#BBMULTICONFIG ?= "${multiconf}"
1130# Alternatively trim the list to the minimum 1130# Alternatively trim the list to the minimum
1131#BBMULTICONFIG = "${multiconf_min}" 1131BBMULTICONFIG = "${multiconf_min}"
1132EOF 1132EOF
1133} 1133}
1134 1134