yamlfmt: Format all yaml files

yamlfmt will become a hard error as our files are already clean except for these
minor issues.
This commit is contained in:
Amar Takhar
2025-06-07 11:58:28 -04:00
parent c87906d13c
commit 8bf1511496
17 changed files with 97 additions and 97 deletions

View File

@@ -1,4 +1,4 @@
include: include:
- project: 'administration/integration' - project: 'administration/integration'
file: file:
- 'ci/config/rtems.yml' - 'ci/config/rtems.yml'

View File

@@ -1,8 +1,8 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights: copyrights:
- Copyright (C) 2022 Mohd Noor Aman - Copyright (C) 2022 Mohd Noor Aman
- Copyright (C) 2023 Utkarsh Verma - Copyright (C) 2023 Utkarsh Verma
- Copyright (C) 2024 Ning Yang - Copyright (C) 2024 Ning Yang
type: build type: build
enabled-by: enabled-by:
@@ -19,13 +19,13 @@ install:
- bsps/include/dev/clock/arm-generic-timer.h - bsps/include/dev/clock/arm-generic-timer.h
source: source:
- bsps/aarch64/shared/clock/arm-generic-timer-aarch64.c - bsps/aarch64/shared/clock/arm-generic-timer-aarch64.c
- bsps/shared/dev/clock/arm-generic-timer.c - bsps/shared/dev/clock/arm-generic-timer.c
links: links:
- role: build-dependency - role: build-dependency
uid: ../optgtusevirt uid: ../optgtusevirt
- role: build-dependency - role: build-dependency
uid: ../optgtuseps uid: ../optgtuseps
- role: build-dependency - role: build-dependency
uid: optsystemtimer uid: optsystemtimer

View File

@@ -2,29 +2,29 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects build-type: objects
cflags: [] cflags: []
copyrights: copyrights:
- Copyright (C) 2023 Utkarsh Verma - Copyright (C) 2023 Utkarsh Verma
- Copyright (C) 2024 Ning Yang - Copyright (C) 2024 Ning Yang
cppflags: [] cppflags: []
cxxflags: [] cxxflags: []
enabled-by: true enabled-by: true
includes: [] includes: []
install: install:
- destination: ${BSP_INCLUDEDIR}/bsp - destination: ${BSP_INCLUDEDIR}/bsp
source: source:
- bsps/aarch64/raspberrypi/include/bsp/console.h - bsps/aarch64/raspberrypi/include/bsp/console.h
- destination: ${BSP_INCLUDEDIR}/bsp - destination: ${BSP_INCLUDEDIR}/bsp
source: source:
- bsps/aarch64/raspberrypi/include/bsp/raspberrypi-uart.h - bsps/aarch64/raspberrypi/include/bsp/raspberrypi-uart.h
links: links:
- role: build-dependency - role: build-dependency
uid: ../../optconsoleirq uid: ../../optconsoleirq
- role: build-dependency - role: build-dependency
uid: ../../objdevserialarmpl011 uid: ../../objdevserialarmpl011
- role: build-dependency - role: build-dependency
uid: optclockpl011freq uid: optclockpl011freq
- role: build-dependency - role: build-dependency
uid: optconsoleport uid: optconsoleport
source: source:
- bsps/aarch64/raspberrypi/console/console.c - bsps/aarch64/raspberrypi/console/console.c
- bsps/shared/dev/serial/console-termios.c - bsps/shared/dev/serial/console-termios.c
type: build type: build

View File

@@ -2,16 +2,16 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects build-type: objects
cflags: [] cflags: []
copyrights: copyrights:
- Copyright (C) 2023 Utkarsh Verma - Copyright (C) 2023 Utkarsh Verma
cppflags: [] cppflags: []
cxxflags: [] cxxflags: []
enabled-by: true enabled-by: true
includes: [] includes: []
install: install:
- destination: ${BSP_INCLUDEDIR}/bsp - destination: ${BSP_INCLUDEDIR}/bsp
source: source:
- bsps/aarch64/raspberrypi/include/bsp/rpi-gpio.h - bsps/aarch64/raspberrypi/include/bsp/rpi-gpio.h
links: [] links: []
source: source:
- bsps/aarch64/raspberrypi/gpio/gpio.c - bsps/aarch64/raspberrypi/gpio/gpio.c
type: build type: build

View File

@@ -2,16 +2,16 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects build-type: objects
cflags: [] cflags: []
copyrights: copyrights:
- Copyright (C) 2024 Ning Yang - Copyright (C) 2024 Ning Yang
cppflags: [] cppflags: []
cxxflags: [] cxxflags: []
enabled-by: true enabled-by: true
includes: [] includes: []
install: install:
- destination: ${BSP_INCLUDEDIR}/bsp - destination: ${BSP_INCLUDEDIR}/bsp
source: source:
- bsps/aarch64/raspberrypi/include/bsp/raspberrypi-spi.h - bsps/aarch64/raspberrypi/include/bsp/raspberrypi-spi.h
links: [] links: []
source: source:
- bsps/aarch64/raspberrypi/spi/raspberrypi-spi.c - bsps/aarch64/raspberrypi/spi/raspberrypi-spi.c
type: build type: build

View File

@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights: copyrights:
- Copyright (C) 2024 Ning Yang - Copyright (C) 2024 Ning Yang
type: build type: build
enabled-by: enabled-by:
@@ -14,10 +14,10 @@ includes: []
install: [] install: []
source: source:
- bsps/shared/dev/clock/bcm2835-system-timer.c - bsps/shared/dev/clock/bcm2835-system-timer.c
- bsps/shared/dev/cpucounter/cpucounterfrequency.c - bsps/shared/dev/cpucounter/cpucounterfrequency.c
- bsps/shared/dev/cpucounter/cpucounterread.c - bsps/shared/dev/cpucounter/cpucounterread.c
links: links:
- role: build-dependency - role: build-dependency
uid: optsystemtimer uid: optsystemtimer

View File

@@ -2,16 +2,16 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects build-type: objects
cflags: [] cflags: []
copyrights: copyrights:
- Copyright (C) 2024 Ning Yang - Copyright (C) 2024 Ning Yang
cppflags: [] cppflags: []
cxxflags: [] cxxflags: []
enabled-by: true enabled-by: true
includes: [] includes: []
install: install:
- destination: ${BSP_INCLUDEDIR}/bsp - destination: ${BSP_INCLUDEDIR}/bsp
source: source:
- bsps/aarch64/raspberrypi/include/bsp/watchdog.h - bsps/aarch64/raspberrypi/include/bsp/watchdog.h
links: [] links: []
source: source:
- bsps/aarch64/raspberrypi/start/watchdog.c - bsps/aarch64/raspberrypi/start/watchdog.c
type: build type: build

View File

@@ -1,12 +1,12 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions: actions:
- get-integer: null - get-integer: null
- define: null - define: null
build-type: option build-type: option
copyrights: copyrights:
- Copyright (C) 2023 Utkarsh Verma - Copyright (C) 2023 Utkarsh Verma
default: default:
- enabled-by: - enabled-by:
- aarch64/raspberrypi4b - aarch64/raspberrypi4b
value: 48000000 value: 48000000
description: PL011 UART clock frequency in Hz. description: PL011 UART clock frequency in Hz.

View File

@@ -1,8 +1,8 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions: actions:
- get-string: null - get-string: null
- define-unquoted: null - define-unquoted: null
- assert-in-set: - assert-in-set:
- UART0 - UART0
- UART2 - UART2
- UART3 - UART3
@@ -10,9 +10,9 @@ actions:
- UART5 - UART5
build-type: option build-type: option
copyrights: copyrights:
- Copyright (C) 2023 Utkarsh Verma - Copyright (C) 2023 Utkarsh Verma
default: default:
- enabled-by: - enabled-by:
- aarch64/raspberrypi4b - aarch64/raspberrypi4b
value: UART0 value: UART0
description: Default UART port for the console device. description: Default UART port for the console device.

View File

@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights: copyrights:
- Copyright (C) 2024 Ning Yang - Copyright (C) 2024 Ning Yang
type: build type: build
build-type: option build-type: option
@@ -14,11 +14,11 @@ description: |
capabilities. For accurate timing it is recommended to use the system timers. capabilities. For accurate timing it is recommended to use the system timers.
actions: actions:
- get-boolean: null - get-boolean: null
- define-condition: null - define-condition: null
- env-enable: null - env-enable: null
default: default:
- enabled-by: - enabled-by:
- aarch64/raspberrypi4b - aarch64/raspberrypi4b
value: false value: false

View File

@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects build-type: objects
cflags: [] cflags: []
copyrights: copyrights:
- Copyright (C) 2024 Aaron Nyholm - Copyright (C) 2024 Aaron Nyholm
cppflags: [] cppflags: []
cxxflags: [] cxxflags: []
enabled-by: true enabled-by: true
@@ -16,7 +16,7 @@ install:
- bsps/arm/xilinx-zynq/include/dev/spi/zynq-qspi-flash-defs.h - bsps/arm/xilinx-zynq/include/dev/spi/zynq-qspi-flash-defs.h
links: [] links: []
source: source:
- bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flashdev.c - bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flashdev.c
- bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flash.c - bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flash.c
- bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flash-transfer.c - bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flash-transfer.c
type: build type: build