Back to home page

LXR

 
 

    


Warning, /spec/build/bsps/optmake.yml is written in an unsupported language. File is not indexed.

0001 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
0002 actions:
0003 - script: |
0004     def yesno(conf, enable):
0005         if enable in conf.env.ENABLE:
0006             return "yes"
0007         return "no"
0008     conf.env["RTEMS_HAS_MULTIPROCESSING"] = yesno(conf, "RTEMS_MULTIPROCESSING")
0009     conf.env["RTEMS_HAS_POSIX_API"] = yesno(conf, "RTEMS_POSIX_API")
0010 build-type: option
0011 copyrights:
0012 - Copyright (C) 2020 embedded brains GmbH & Co. KG
0013 default: []
0014 description: ''
0015 enabled-by: true
0016 links: []
0017 type: build