diff options
| -rwxr-xr-x | meta-xilinx-standalone-experimental/recipes-core/meta/files/dt-processor.sh | 2 |
1 files changed, 1 insertions, 1 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 57d36ab6..42d916a5 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 | |||
| @@ -1093,7 +1093,7 @@ BASE_TMPDIR ?= "\${TOPDIR}" | |||
| 1093 | 1093 | ||
| 1094 | # The following is the full set of multiconfigs for this configuration | 1094 | # The following is the full set of multiconfigs for this configuration |
| 1095 | # A large list can cause a slow parse. | 1095 | # A large list can cause a slow parse. |
| 1096 | BBMULTICONFIG = "${multiconf}" | 1096 | BBMULTICONFIG ?= "${multiconf}" |
| 1097 | # Alternatively trim the list to the minimum | 1097 | # Alternatively trim the list to the minimum |
| 1098 | #BBMULTICONFIG = "${multiconf_min}" | 1098 | #BBMULTICONFIG = "${multiconf_min}" |
| 1099 | EOF | 1099 | EOF |
