summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-31 14:52:02 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-08-19 03:20:40 +0000
commit816ed7b6e56b0b142e293e4d0bc19733edc04c28 (patch)
tree29e935bbc02659de595e0141822fb1d5841e1cb9 /systems
parenta340918995a8a09b27b232bb85a611f00e1317cc (diff)
downloaddefinitions-816ed7b6e56b0b142e293e4d0bc19733edc04c28.tar.gz
Ensure 'description' field is always a string
Change-Id: I908878a3794623704eb26ae1dfaf32d72dd3c8d9
Diffstat (limited to 'systems')
-rw-r--r--systems/build-system-armv5l-openbmc-aspeed.morph3
-rw-r--r--systems/build-system-armv8b64.morph3
-rw-r--r--systems/build-system-armv8l64.morph3
3 files changed, 3 insertions, 6 deletions
diff --git a/systems/build-system-armv5l-openbmc-aspeed.morph b/systems/build-system-armv5l-openbmc-aspeed.morph
index 1515b83f..922d49f1 100644
--- a/systems/build-system-armv5l-openbmc-aspeed.morph
+++ b/systems/build-system-armv5l-openbmc-aspeed.morph
@@ -1,7 +1,6 @@
name: build-system-armv5l-openbmc-aspeed
kind: system
-description:
-- |
+description: |
The system that should be used for building other Baserock systems
for little endian ARMv5 computers.
arch: armv5l
diff --git a/systems/build-system-armv8b64.morph b/systems/build-system-armv8b64.morph
index 464bdc7b..27757027 100644
--- a/systems/build-system-armv8b64.morph
+++ b/systems/build-system-armv8b64.morph
@@ -1,7 +1,6 @@
name: build-system-armv8b64
kind: system
-description:
-- |
+description: |
The system that should be used for building all other Baserock systems
for 64-bit ARMv8 computers running in big-endian mode.
arch: armv8b64
diff --git a/systems/build-system-armv8l64.morph b/systems/build-system-armv8l64.morph
index 2f636680..2f9560c4 100644
--- a/systems/build-system-armv8l64.morph
+++ b/systems/build-system-armv8l64.morph
@@ -1,7 +1,6 @@
name: build-system-armv8l64
kind: system
-description:
-- |
+description: |
The system that should be used for building all other Baserock systems
for little endian 64-bit ARMv8 computers.
arch: armv8l64