Files
rtems/spec/build/bsps/optcacheinst.yml
Sebastian Huber d2664faa39 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.
2023-01-17 08:31:48 +01:00

33 lines
796 B
YAML

SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-boolean: null
- env-enable: null
- define-condition: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: true
default-by-variant:
- value: false
variants:
- aarch64/a53_ilp32_qemu
- aarch64/a53_lp64_qemu
- aarch64/a72_ilp32_qemu
- aarch64/a72_lp64_qemu
- aarch64/xilinx_versal_qemu
- aarch64/xilinx_zynqmp_ilp32_qemu
- aarch64/xilinx_zynqmp_lp64_qemu
- arm/lm3s6965_qemu
- arm/realview_pbx_a9_qemu
- arm/xilinx_zynq_a9_qemu
- microblaze/kcu105_qemu
- powerpc/qemuppc
- powerpc/qemuprep
- powerpc/qemuprep-altivec
description: |
Enable instruction cache
enabled-by: true
links: []
name: BSP_INSTRUCTION_CACHE_ENABLED
type: build