diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-10-22 14:42:29 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-10-22 16:46:29 +0000 |
commit | a95c9fdcf3ae245f6c6f22969b92465ee74444d4 (patch) | |
tree | 86f7dd32e156c34336ed44ca25494fab47c698c2 /systems/devel-system-armv7lhf-highbank.morph | |
parent | 42852ef0fb4bec172d84c2253a7fba15ecea4150 (diff) | |
download | definitions-a95c9fdcf3ae245f6c6f22969b92465ee74444d4.tar.gz |
Change descriptions of devel systems
The 'build' system is now the recommended way of building other systems,
with 'devel' being a larger variant of 'build' that may be useful when
doing development and integration, in addition to building and deployment.
Diffstat (limited to 'systems/devel-system-armv7lhf-highbank.morph')
-rw-r--r-- | systems/devel-system-armv7lhf-highbank.morph | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph index bb5c01b4..d93993a7 100644 --- a/systems/devel-system-armv7lhf-highbank.morph +++ b/systems/devel-system-armv7lhf-highbank.morph @@ -1,7 +1,10 @@ name: devel-system-armv7lhf-highbank kind: system -description: A system that is able to build other systems based on the ARM highbank - architecture. +description: | + A system with useful tools for doing Baserock development. + + For use on ARMv7 Calxeda Highbank computers using little-endian word order + and hardware floating-point support. arch: armv7lhf strata: - name: build-essential |