diff options
author | varalaxmi bingi <varalaxm@xilinx.com> | 2023-01-25 18:44:04 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-26 07:16:58 -0800 |
commit | 7fe0c34349c84d3e78c417fda82b54c9a77536f9 (patch) | |
tree | 7c208aa7a10371273db88763ac1cb779ef1ed32d /meta-xilinx-standalone-experimental | |
parent | 1615dffeb069a7303e6cd48ea4fc15fda6cfa771 (diff) | |
download | meta-xilinx-7fe0c34349c84d3e78c417fda82b54c9a77536f9.tar.gz |
dt-processor.sh: adding weaker assignment to BBMULTICONFIG
Signed-off-by: varalaxmi bingi <varalaxm@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-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 |