summaryrefslogtreecommitdiffstats
path: root/spec/spec/build-bsp.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-21 15:10:43 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commitb75c6bee4152f37ef7261fb94e4b302ae02a0910 (patch)
treeed1cbb740406aae1394560c9f0597d12df928be5 /spec/spec/build-bsp.yml
parentspec: Add requirement types (diff)
downloadrtems-central-b75c6bee4152f37ef7261fb94e4b302ae02a0910.tar.bz2
spec: Add specification of specification items
Diffstat (limited to 'spec/spec/build-bsp.yml')
-rw-r--r--spec/spec/build-bsp.yml47
1 files changed, 47 insertions, 0 deletions
diff --git a/spec/spec/build-bsp.yml b/spec/spec/build-bsp.yml
new file mode 100644
index 00000000..bfe9604a
--- /dev/null
+++ b/spec/spec/build-bsp.yml
@@ -0,0 +1,47 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: spec-member
+ uid: root
+- role: spec-refinement
+ spec-key: build-type
+ spec-value: bsp
+ uid: build
+spec-description: null
+spec-example: null
+spec-info:
+ dict:
+ attributes:
+ arch:
+ description: |
+ This mandatory attribute defines the target architecture of the BSP.
+ spec-type: str
+ bsp:
+ description: |
+ This mandatory attribute defines the base BSP variant name.
+ spec-type: str
+ cflags:
+ description: null
+ spec-type: build-cflags
+ bsp:
+ description: |
+ This mandatory attribute defines the BSP family name. The name shall
+ be the last directory of the path to the BSP sources.
+ spec-type: str
+ includes:
+ description: null
+ spec-type: build-includes
+ install:
+ description: null
+ spec-type: build-install-list
+ source:
+ description: null
+ spec-type: build-source-list
+ description: |
+ This set of attributes specifies a BSP build item.
+ required-attributes: all
+spec-name: BSP Build Item Type
+spec-type: build-bsp
+type: spec