summaryrefslogtreecommitdiff
path: root/config/base.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-21 11:13:17 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-21 14:23:25 +0100
commit5bfbeeddd072e42e87935e6d6d23f5718c2c9ac7 (patch)
tree3dcbde694e3aeece4a0fcc873668fae7c0ef8a15 /config/base.yml
parentec1de7daac572ccc4e7508f3cf2db063f1578319 (diff)
qdp: Build SDD
Diffstat (limited to 'config/base.yml')
-rw-r--r--config/base.yml41
1 files changed, 41 insertions, 0 deletions
diff --git a/config/base.yml b/config/base.yml
index d1b2c443..11db9bab 100644
--- a/config/base.yml
+++ b/config/base.yml
@@ -57,6 +57,47 @@ workspace-actions:
include: qdp_build.py
source-directory: ${.:/toolchain-directory}
uid: /qdp/source/qt-modules
+- action-name: base-doxygen
+ action-type: unpack-archive
+ action-when: 4000
+ archive-file: ${.:/toolchain-directory}/src/doxygen-1.9.7.src.tar.gz
+ archive-hash: YY_1iqbwouuJ-VtXCZXqPrvNpk9QLKvOzZvilnq_-1bQ1nR94MBt9CJwWRl1fmr5xuWlbKYDsd33oJp-55sYAw==
+ archive-patches: []
+ archive-symbolic-links: []
+ archive-url: https://www.doxygen.nl/files/doxygen-1.9.7.src.tar.gz
+ copyrights-by-license:
+ description: |
+ The Doxygen sources are used to provide host tools to generate software
+ documentations.
+ files:
+ - LICENSE
+ description: |
+ Doxygen sources.
+ destination-directory: ${../variant:/deployment-directory}/src
+ enabled-by: true
+ links:
+ - hash: null
+ name: member
+ role: input-to
+ uid: ../steps/archive
+ uid: /qdp/source/doxygen
+- action-name: base-ddf-sdd-doxyfile
+ action-type: copy-directory
+ action-when: 4000
+ copyrights-by-license: {}
+ destination-directory: ${../variant:/build-directory}/docs/rtems/ddf/sdd
+ enabled-by: true
+ files:
+ - file: Doxyfile
+ hash: null
+ links:
+ - hash: null
+ name: member
+ role: input-to
+ uid: ../steps/archive
+ patterns: []
+ source-directory: ${.:/toolchain-directory}/docs/rtems/ddf/sdd
+ uid: /qdp/source/doc-ddf-sdd-doxyfile
- action-name: base-rsb
action-type: git-clone
action-when: 4000