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.
21 lines
499 B
YAML
21 lines
499 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
actions:
|
|
- get-string: null
|
|
- define: null
|
|
build-type: option
|
|
copyrights:
|
|
- Copyright (C) 2022 On-Line Applications Research Corporation (OAR)
|
|
default: false
|
|
default-by-variant:
|
|
- value: bsp/mpfs-dtb.h
|
|
variants:
|
|
- riscv/mpfs64imafdc
|
|
description: |
|
|
the path to the header file containing the device tree binary. See the BSP
|
|
documentation for more information.
|
|
enabled-by: true
|
|
format: '{}'
|
|
links: []
|
|
name: BSP_DTB_HEADER_PATH
|
|
type: build
|