summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-21 11:13:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-21 14:23:25 +0100
commitb180450d0d5b7411a39bf315eaa2b42ab1d6646f (patch)
tree477c511788f107372999fd5c46eeaf9476a15b40
parentqdp: Run RSB (diff)
downloadrtems-central-b180450d0d5b7411a39bf315eaa2b42ab1d6646f.tar.bz2
qdp: Create pre-qualified only sources
-rw-r--r--spec-qdp/qdp/package-build.yml2
-rw-r--r--spec-qdp/qdp/source/rtems-qual-only.yml17
-rw-r--r--spec-qdp/qdp/steps/create-pre-qualified-only-sources.yml67
3 files changed, 86 insertions, 0 deletions
diff --git a/spec-qdp/qdp/package-build.yml b/spec-qdp/qdp/package-build.yml
index 48933dfb..acb1eea6 100644
--- a/spec-qdp/qdp/package-build.yml
+++ b/spec-qdp/qdp/package-build.yml
@@ -4,6 +4,8 @@ copyrights:
enabled-by: true
links:
- role: build-step
+ uid: steps/create-pre-qualified-only-sources
+- role: build-step
uid: steps/run-rsb
- role: build-step
uid: steps/archive
diff --git a/spec-qdp/qdp/source/rtems-qual-only.yml b/spec-qdp/qdp/source/rtems-qual-only.yml
new file mode 100644
index 00000000..806270a8
--- /dev/null
+++ b/spec-qdp/qdp/source/rtems-qual-only.yml
@@ -0,0 +1,17 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
+copyrights-by-license: {}
+directory: ${../variant:/deployment-directory}/src/rtems-qual-only
+directory-state-type: generic
+enabled-by: true
+files: []
+hash: null
+links:
+- hash: null
+ name: member
+ role: input-to
+ uid: ../steps/archive
+patterns: []
+qdp-type: directory-state
+type: qdp
diff --git a/spec-qdp/qdp/steps/create-pre-qualified-only-sources.yml b/spec-qdp/qdp/steps/create-pre-qualified-only-sources.yml
new file mode 100644
index 00000000..1f435aca
--- /dev/null
+++ b/spec-qdp/qdp/steps/create-pre-qualified-only-sources.yml
@@ -0,0 +1,67 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-step-type: repository-subset
+build-uids:
+- /build/cpukit/librtemscpu
+- /build/cpukit/librtemstest
+- /build/testsuites/membench/grp
+- /build/testsuites/validation/grp
+- /build/testsuites/unit/grp
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
+description: |
+ Creates the pre-qualified only RTEMS sources.
+enabled:
+- INSTALL_LEGACY_MAKEFILES
+enabled-by: true
+extra-files:
+- bsps/shared/doxygen.h
+- bsps/shared/cache/cacheimpl.h
+- bsps/shared/dev/clock/clockimpl.h
+- bsps/sparc/leon3/include/tm27.h
+- bsps/sparc/shared/doxygen.h
+- cpukit/compiler-rt/lib/builtins/int_div_impl.inc
+- cpukit/compiler-rt/lib/builtins/int_endianness.h
+- cpukit/compiler-rt/lib/builtins/int_lib.h
+- cpukit/compiler-rt/lib/builtins/int_types.h
+- cpukit/compiler-rt/lib/builtins/int_util.h
+- cpukit/doxygen.h
+- cpukit/doxygen/appl-config.h
+- cpukit/doxygen/build.h
+- cpukit/doxygen/hash-algorithms.h
+- cpukit/doxygen/top-level-groups.h
+- cpukit/libc/string/local.h
+- cpukit/libmisc/cpuuse/cpuuseimpl.h
+- cpukit/libtest/t-test-rtems.h
+- cpukit/score/cpu/sparc/syscall.h
+- cpukit/score/src/opt_compat.h
+- cpukit/score/src/opt_ffclock.h
+- cpukit/score/src/opt_ntp.h
+- gccdeps.py
+- long_gcc.py
+- testsuites/validation/tc-basedefs-pendant.h
+- testsuites/validation/tc-userext.h
+- testsuites/validation/tr-chains-api-model.h
+- testsuites/validation/tr-event-mgr-model.h
+- testsuites/validation/ts-acfg.h
+- testsuites/validation/ts-config.h
+- testsuites/validation/ts-default.h
+- testsuites/validation/ts-fatal-sysinit.h
+- testsuites/validation/ts-idle.h
+- testsuites/validation/tx-support.h
+- testsuites/validation/tx-thread-queue.h
+- waf
+- wscript
+links:
+- hash: null
+ name: variant
+ role: input
+ uid: ../variant
+- hash: null
+ name: source
+ role: input
+ uid: ../source/rtems
+- name: destination
+ role: output
+ uid: ../source/rtems-qual-only
+qdp-type: build-step
+type: qdp