[rtems-central commit] qdp: Create pre-qualified only sources

Sebastian Huber sebh at rtems.org
Tue Nov 21 13:35:41 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    b180450d0d5b7411a39bf315eaa2b42ab1d6646f
Changeset: http://git.rtems.org/rtems-central/commit/?id=b180450d0d5b7411a39bf315eaa2b42ab1d6646f

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Nov 21 11:13:16 2023 +0100

qdp: Create pre-qualified only sources

---

 spec-qdp/qdp/package-build.yml                     |  2 +
 spec-qdp/qdp/source/rtems-qual-only.yml            | 17 ++++++
 .../steps/create-pre-qualified-only-sources.yml    | 67 ++++++++++++++++++++++
 3 files changed, 86 insertions(+)

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
@@ -3,6 +3,8 @@ copyrights:
 - Copyright (C) 2020 embedded brains GmbH & Co. KG
 enabled-by: true
 links:
+- role: build-step
+  uid: steps/create-pre-qualified-only-sources
 - role: build-step
   uid: steps/run-rsb
 - role: build-step
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



More information about the vc mailing list