build: Replace variant patterns with a list

Replace the variant patterns in the default-by-variant list with an
explicit list of matching BSPs.

The change was tested by comparing the output of

  ./waf bspdefaults

before and after the change.
This commit is contained in:
Sebastian Huber
2023-01-12 10:26:38 +01:00
parent 336823191a
commit d2664faa39
134 changed files with 400 additions and 210 deletions

View File

@@ -9,7 +9,9 @@ default: true
default-by-variant:
- value: false
variants:
- arm/.*qemu
- arm/lm3s6965_qemu
- arm/realview_pbx_a9_qemu
- arm/xilinx_zynq_a9_qemu
description: |
enable data cache
enabled-by: true

View File

@@ -9,7 +9,9 @@ default: true
default-by-variant:
- value: false
variants:
- arm/.*qemu
- arm/lm3s6965_qemu
- arm/realview_pbx_a9_qemu
- arm/xilinx_zynq_a9_qemu
description: |
enable instruction cache
enabled-by: true