[rtems-central commit] spec: Make constraints conditional

Sebastian Huber sebh at rtems.org
Thu Aug 11 06:22:53 UTC 2022


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Aug 11 08:29:21 2022 +0200

spec: Make constraints conditional

---

 spec/acfg/constraint/option-pre-qualified-mandatory.yml | 2 +-
 spec/acfg/constraint/option-pre-qualified-zero.yml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/acfg/constraint/option-pre-qualified-mandatory.yml b/spec/acfg/constraint/option-pre-qualified-mandatory.yml
index 0ecb7ca7..0dfdac60 100644
--- a/spec/acfg/constraint/option-pre-qualified-mandatory.yml
+++ b/spec/acfg/constraint/option-pre-qualified-mandatory.yml
@@ -1,7 +1,7 @@
 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
+enabled-by: RTEMS_QUAL
 links:
 - role: requirement-refinement
   uid: /req/usage-constraints
diff --git a/spec/acfg/constraint/option-pre-qualified-zero.yml b/spec/acfg/constraint/option-pre-qualified-zero.yml
index 4eaf34f3..7024b663 100644
--- a/spec/acfg/constraint/option-pre-qualified-zero.yml
+++ b/spec/acfg/constraint/option-pre-qualified-zero.yml
@@ -1,7 +1,7 @@
 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
+enabled-by: RTEMS_QUAL
 links:
 - role: requirement-refinement
   uid: /req/usage-constraints



More information about the vc mailing list