[rtems commit] build: Fix build item format

Sebastian Huber sebh at rtems.org
Tue Jan 11 15:11:11 UTC 2022


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jan 11 16:15:51 2022 +0100

build: Fix build item format

---

 spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c0.yml | 7 +++----
 spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c1.yml | 7 +++----
 spec/build/cpukit/optexceptionextensions.yml         | 1 -
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c0.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c0.yml
index f44382c..98a2222 100644
--- a/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c0.yml
+++ b/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c0.yml
@@ -3,11 +3,10 @@ actions:
 - get-integer: null
 - define: null
 build-type: option
-copyrights: |
-  Copyright (C) 2021 On-Line Applications Research (OAR)
-  Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+copyrights:
+- Copyright (C) 2021 On-Line Applications Research (OAR)
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 default: 111111111
-default-by-family: []
 default-by-variant:
 - value: 111111111
   variants:
diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c1.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c1.yml
index 0431a7f..6fe6c18 100644
--- a/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c1.yml
+++ b/spec/build/bsps/aarch64/xilinx-zynqmp/optclki2c1.yml
@@ -3,11 +3,10 @@ actions:
 - get-integer: null
 - define: null
 build-type: option
-copyrights: |
-  Copyright (C) 2021 On-Line Applications Research (OAR)
-  Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+copyrights:
+- Copyright (C) 2021 On-Line Applications Research (OAR)
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 default: 111111111
-default-by-family: []
 default-by-variant:
 - value: 111111111
   variants:
diff --git a/spec/build/cpukit/optexceptionextensions.yml b/spec/build/cpukit/optexceptionextensions.yml
index 67c787e..5ae1594 100644
--- a/spec/build/cpukit/optexceptionextensions.yml
+++ b/spec/build/cpukit/optexceptionextensions.yml
@@ -7,7 +7,6 @@ build-type: option
 copyrights:
 - Copyright (C) 2021 On-Line Applications Research (OAR)
 default: true
-default-by-family: []
 default-by-variant: []
 description: |
   Enable the RTEMS Exception Extensions for manipulating and acting on exception



More information about the vc mailing list