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-wandboard.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-wandboard.morph')
-rw-r--r-- | systems/devel-system-armv7lhf-wandboard.morph | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/systems/devel-system-armv7lhf-wandboard.morph b/systems/devel-system-armv7lhf-wandboard.morph index 8f15033a..2eed3343 100644 --- a/systems/devel-system-armv7lhf-wandboard.morph +++ b/systems/devel-system-armv7lhf-wandboard.morph @@ -1,6 +1,10 @@ name: devel-system-armv7lhf-wandboard kind: system -description: A system that is able to build other systems based on the Wandboard. +description: | + A system with useful tools for doing Baserock development. + + For use on ARMv7 Wandboard computers using little-endian word order and + hardware floating point support. arch: armv7lhf strata: - name: build-essential |