From 763a7efb36818224e514b3d58262b26317ac80ed Mon Sep 17 00:00:00 2001 From: Edward Cragg Date: Thu, 30 Apr 2015 17:37:32 +0100 Subject: Fix syntax errors in armv8 base system definitions Change-Id: I74ce7ee1fe268359493750c452c2b6f699e99636 --- systems/base-system-armv8b64.morph | 3 ++- systems/base-system-armv8l64.morph | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/systems/base-system-armv8b64.morph b/systems/base-system-armv8b64.morph index 43de2a01..49e7dac7 100644 --- a/systems/base-system-armv8b64.morph +++ b/systems/base-system-armv8b64.morph @@ -1,6 +1,7 @@ name: base-system-armv8b64 kind: system -description: The set of strata required to have a minimal +description: | + The set of strata required to have a minimal system for big endian 64-bit ARMv8 computers. arch: armv8b64 strata: diff --git a/systems/base-system-armv8l64.morph b/systems/base-system-armv8l64.morph index 4b28dff4..560add69 100644 --- a/systems/base-system-armv8l64.morph +++ b/systems/base-system-armv8l64.morph @@ -1,6 +1,7 @@ name: base-system-armv8l64 kind: system -description: The set of strata required to have a minimal +description: | + The set of strata required to have a minimal system for little endian 64-bit ARMv8 computers. arch: armv8l64 strata: -- cgit v1.2.1