summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/gumstix
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/arm/gumstix')
-rw-r--r--spec/build/bsps/arm/gumstix/abi.yml5
-rw-r--r--spec/build/bsps/arm/gumstix/optskyeye.yml5
2 files changed, 6 insertions, 4 deletions
diff --git a/spec/build/bsps/arm/gumstix/abi.yml b/spec/build/bsps/arm/gumstix/abi.yml
index 41a3903894..1b574760f5 100644
--- a/spec/build/bsps/arm/gumstix/abi.yml
+++ b/spec/build/bsps/arm/gumstix/abi.yml
@@ -7,8 +7,9 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default:
-- -mcpu=xscale
-default-by-variant: []
+- enabled-by: true
+ value:
+ - -mcpu=xscale
description: |
ABI flags
enabled-by: true
diff --git a/spec/build/bsps/arm/gumstix/optskyeye.yml b/spec/build/bsps/arm/gumstix/optskyeye.yml
index be55a98c3a..0d805efefd 100644
--- a/spec/build/bsps/arm/gumstix/optskyeye.yml
+++ b/spec/build/bsps/arm/gumstix/optskyeye.yml
@@ -5,8 +5,9 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: false
-default-by-variant: []
+default:
+- enabled-by: true
+ value: false
description: |
If defined, enable options which optimize executingon the Skyeye simulator. Speed up the clock ticks while the idle task is running so time spent in the idle task is minimized. This significantly reduces the wall time required to execute the RTEMS test suites.
enabled-by: true