[PATCH v2 4/4] spec/optconminor: Fix value type
Kinsey Moore
kinsey.moore at oarcorp.com
Thu Dec 3 01:12:25 UTC 2020
The option for defining the console minor should be an integer, not a
boolean.
---
spec/build/bsps/optconminor.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/spec/build/bsps/optconminor.yml b/spec/build/bsps/optconminor.yml
index 55074c6dac..486eb92d33 100644
--- a/spec/build/bsps/optconminor.yml
+++ b/spec/build/bsps/optconminor.yml
@@ -1,15 +1,16 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
-- get-boolean: null
-- define-condition: null
+- get-integer: null
+- define: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: true
+default: 1
default-by-variant: []
description: |
minor number of console device
enabled-by: true
+format: '{}'
links: []
name: BSP_CONSOLE_MINOR
type: build
--
2.20.1
More information about the devel
mailing list