[PATCH 12/12] spec/build/cpukit: Add option for enabling PPS synchronization

Gabriel Moyano gabriel.moyano at dlr.de
Thu Apr 7 08:36:07 UTC 2022


---
 spec/build/cpukit/cpuopts.yml    |  2 ++
 spec/build/cpukit/optppssync.yml | 16 ++++++++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 spec/build/cpukit/optppssync.yml

diff --git a/spec/build/cpukit/cpuopts.yml b/spec/build/cpukit/cpuopts.yml
index 301d49ccea..db0e05395f 100644
--- a/spec/build/cpukit/cpuopts.yml
+++ b/spec/build/cpukit/cpuopts.yml
@@ -49,6 +49,8 @@ links:
   uid: optparavirt
 - role: build-dependency
   uid: optposix
+- role: build-dependency
+  uid: optppssync
 - role: build-dependency
   uid: optprofiling
 - role: build-dependency
diff --git a/spec/build/cpukit/optppssync.yml b/spec/build/cpukit/optppssync.yml
new file mode 100644
index 0000000000..6766cf0d40
--- /dev/null
+++ b/spec/build/cpukit/optppssync.yml
@@ -0,0 +1,16 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-boolean: null
+- env-enable: null
+- define-condition: null
+build-type: option
+copyrights:
+- Copyright (C) 2022 German Aerospace Center (DLR)
+default: false
+default-by-variant: []
+description: |
+  Enable time synchronization using a Pulse Per Second signal
+enabled-by: true
+links: []
+name: PPS_SYNC
+type: build
-- 
2.25.1



More information about the devel mailing list