summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/optmake.yml
blob: 28e9660fb1cc7c556e1cad8eaa5f11c4916ffdc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- script: |
    def yesno(conf, enable):
        if enable in conf.env.ENABLE:
            return "yes"
        return "no"
    conf.env["RTEMS_HAS_MULTIPROCESSING"] = yesno(conf, "RTEMS_MULTIPROCESSING")
    conf.env["RTEMS_HAS_POSIX_API"] = yesno(conf, "RTEMS_POSIX_API")
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: null
default-by-variant: []
description: ''
enabled-by: true
links: []
type: build