source: rtems/spec/build/bsps/makebsp.yml @ c46fbb9

Last change on this file since c46fbb9 was f3f0370f, checked in by Sebastian Huber <sebastian.huber@…>, on 07/19/19 at 11:09:43

build: Alternative build system based on waf

Update #3818.

  • Property mode set to 100644
File size: 896 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: config-file
3content: |
4  ## BSP configuration flags for BSP "${ARCH}/${BSP_NAME}"
5
6  ##
7  ## Does this BSP support multiprocessing ?
8  ##
9  HAS_MP = ${RTEMS_HAS_MULTIPROCESSING}
10
11  ##
12  ## Does this BSP support RTEMS's remote debugger ?
13  ##
14  HAS_RDBG = no
15
16  ##
17  ## Does this BSP support RTEMS's posix API ?
18  ##
19  HAS_POSIX_API = ${RTEMS_HAS_POSIX_API}
20
21  ##
22  ## Does this BSP support RTEMS's ITRON API ?
23  ##
24  HAS_ITRON_API = no
25
26  ##
27  ## Does this BSP support RTEMS's CXX API ?
28  ##
29  HAS_CPLUSPLUS = yes
30
31  ##
32  ## Does this BSP support RTEMS's networking ?
33  ##
34  HAS_NETWORKING = ${RTEMS_HAS_NETWORKING}
35copyrights:
36- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
37enabled-by: true
38install-path: ${PREFIX}/${ARCH}-rtems${__RTEMS_MAJOR__}/${BSP_NAME}/make
39links: []
40target: bsp.cfg
41type: build
Note: See TracBrowser for help on using the repository browser.