forked from Imagelibrary/rtems
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.
34 lines
866 B
YAML
34 lines
866 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
actions:
|
|
- get-boolean: null
|
|
- env-assign: null
|
|
- define-condition: null
|
|
build-type: option
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
|
default: false
|
|
default-by-variant:
|
|
- value: true
|
|
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: |
|
|
Do the clock tick processing on the boot processor on behalf of all other
|
|
processors.
|
|
enabled-by: true
|
|
links: []
|
|
name: CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR
|
|
type: build
|