From a95c9fdcf3ae245f6c6f22969b92465ee74444d4 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 22 Oct 2014 14:42:29 +0000 Subject: 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. --- systems/devel-system-armv7-chroot.morph | 7 +++++-- systems/devel-system-armv7-highbank.morph | 6 ++++-- systems/devel-system-armv7-versatile.morph | 6 ++++-- systems/devel-system-armv7-wandboard.morph | 5 ++++- systems/devel-system-armv7b-chroot.morph | 6 +++++- systems/devel-system-armv7b-highbank.morph | 6 ++++-- systems/devel-system-armv7lhf-chroot.morph | 6 +++++- systems/devel-system-armv7lhf-highbank.morph | 7 +++++-- systems/devel-system-armv7lhf-jetson.morph | 7 +++++-- systems/devel-system-armv7lhf-wandboard.morph | 6 +++++- systems/devel-system-ppc64-chroot.morph | 7 +++++-- systems/devel-system-ppc64-generic.morph | 6 ++++-- systems/devel-system-x86_32-chroot.morph | 7 +++++-- systems/devel-system-x86_32-generic.morph | 6 ++++-- systems/devel-system-x86_64-chroot.morph | 7 +++++-- systems/devel-system-x86_64-generic.morph | 6 ++++-- systems/devel-system-x86_64-vagrant.morph | 7 ++++--- 17 files changed, 77 insertions(+), 31 deletions(-) diff --git a/systems/devel-system-armv7-chroot.morph b/systems/devel-system-armv7-chroot.morph index b063673c..5f903418 100644 --- a/systems/devel-system-armv7-chroot.morph +++ b/systems/devel-system-armv7-chroot.morph @@ -1,7 +1,10 @@ name: devel-system-armv7-chroot 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 as a chroot inside a Linux-based operating system on ARMv7 + computers using little-endian word order. arch: armv7l strata: - name: build-essential diff --git a/systems/devel-system-armv7-highbank.morph b/systems/devel-system-armv7-highbank.morph index 3e86b737..5ad9e3e5 100644 --- a/systems/devel-system-armv7-highbank.morph +++ b/systems/devel-system-armv7-highbank.morph @@ -1,7 +1,9 @@ name: devel-system-armv7-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. arch: armv7l strata: - name: build-essential diff --git a/systems/devel-system-armv7-versatile.morph b/systems/devel-system-armv7-versatile.morph index 43f7a118..7aef7a2c 100644 --- a/systems/devel-system-armv7-versatile.morph +++ b/systems/devel-system-armv7-versatile.morph @@ -1,7 +1,9 @@ name: devel-system-armv7-versatile kind: system -description: A system that is able to build other systems based on the ARM versatile - architecture. +description: | + A system with useful tools for doing Baserock development. + + For use on generic ARMv7 versatile computers using little-endian word order. arch: armv7l strata: - name: build-essential diff --git a/systems/devel-system-armv7-wandboard.morph b/systems/devel-system-armv7-wandboard.morph index 11bccaf0..bc208414 100644 --- a/systems/devel-system-armv7-wandboard.morph +++ b/systems/devel-system-armv7-wandboard.morph @@ -1,6 +1,9 @@ name: devel-system-armv7-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. arch: armv7l strata: - name: build-essential diff --git a/systems/devel-system-armv7b-chroot.morph b/systems/devel-system-armv7b-chroot.morph index 5081bd20..c74e52b3 100644 --- a/systems/devel-system-armv7b-chroot.morph +++ b/systems/devel-system-armv7b-chroot.morph @@ -1,6 +1,10 @@ name: devel-system-armv7b-chroot kind: system -description: A system that is able to build other systems based on the ARMv7b architecture. +description: | + A system with useful tools for doing Baserock development. + + For use as a chroot inside a Linux-based operating system on ARMv7 computers + using big-endian word order. arch: armv7b strata: - name: build-essential diff --git a/systems/devel-system-armv7b-highbank.morph b/systems/devel-system-armv7b-highbank.morph index 9054135b..0ffcd0c6 100644 --- a/systems/devel-system-armv7b-highbank.morph +++ b/systems/devel-system-armv7b-highbank.morph @@ -1,7 +1,9 @@ name: devel-system-armv7b-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 big-endian word order. arch: armv7b strata: - name: build-essential diff --git a/systems/devel-system-armv7lhf-chroot.morph b/systems/devel-system-armv7lhf-chroot.morph index 090d4e6d..faf5a63d 100644 --- a/systems/devel-system-armv7lhf-chroot.morph +++ b/systems/devel-system-armv7lhf-chroot.morph @@ -1,6 +1,10 @@ name: devel-system-armv7lhf-chroot kind: system -description: A system that is able to build other systems based on the ARMv7lhf architecture. +description: | + A system with useful tools for doing Baserock development. + + For use on ARMv7 computers using little-endian word order and hardware + floating point support. arch: armv7lhf strata: - name: build-essential 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 diff --git a/systems/devel-system-armv7lhf-jetson.morph b/systems/devel-system-armv7lhf-jetson.morph index ffcf1766..466416df 100644 --- a/systems/devel-system-armv7lhf-jetson.morph +++ b/systems/devel-system-armv7lhf-jetson.morph @@ -1,7 +1,10 @@ name: devel-system-armv7lhf-jetson kind: system -description: A system that is able to build other systems based on the NVIDIA Jetson - TK1. +description: | + A system with useful tools for doing Baserock development. + + For use on ARMv7 NVIDIA Jetson TK1 computers using little-endian word order + and hardware floating-point support. arch: armv7lhf strata: - name: build-essential 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 diff --git a/systems/devel-system-ppc64-chroot.morph b/systems/devel-system-ppc64-chroot.morph index 344aa812..f2f75045 100644 --- a/systems/devel-system-ppc64-chroot.morph +++ b/systems/devel-system-ppc64-chroot.morph @@ -1,7 +1,10 @@ name: devel-system-ppc64-chroot kind: system -description: A system that is able to build other systems based on the 64-bit PowerPc - architecture. +description: | + A system with useful tools for doing Baserock development. + + For use as a chroot inside a Linux operating system on 64-bit POWER + computers. arch: ppc64 strata: - name: build-essential diff --git a/systems/devel-system-ppc64-generic.morph b/systems/devel-system-ppc64-generic.morph index 7ccff388..f0a69797 100644 --- a/systems/devel-system-ppc64-generic.morph +++ b/systems/devel-system-ppc64-generic.morph @@ -1,7 +1,9 @@ name: devel-system-ppc64-generic kind: system -description: A system that is able to build other systems based on the 64-bit PowerPc - architecture. +description: | + A system with useful tools for doing Baserock development. + + For use on 64-bit POWER computers. arch: ppc64 strata: - name: build-essential diff --git a/systems/devel-system-x86_32-chroot.morph b/systems/devel-system-x86_32-chroot.morph index dc884223..162e516c 100644 --- a/systems/devel-system-x86_32-chroot.morph +++ b/systems/devel-system-x86_32-chroot.morph @@ -1,7 +1,10 @@ name: devel-system-x86_32-chroot kind: system -description: A system that is able to build other systems based on the 32-bit x86 - architecture. +description: | + A system with useful tools for doing Baserock development. + + For use as a chroot inside a Linux operating system on 32-bit Intel x86 + computers. arch: x86_32 strata: - name: build-essential diff --git a/systems/devel-system-x86_32-generic.morph b/systems/devel-system-x86_32-generic.morph index d9264ac4..e8212382 100644 --- a/systems/devel-system-x86_32-generic.morph +++ b/systems/devel-system-x86_32-generic.morph @@ -1,7 +1,9 @@ name: devel-system-x86_32-generic kind: system -description: A system that is able to build other systems based on the 32-bit x86 - architecture. +description: | + A system with useful tools for doing Baserock development. + + For use on 32-bit Intel x86 computers. arch: x86_32 strata: - name: build-essential diff --git a/systems/devel-system-x86_64-chroot.morph b/systems/devel-system-x86_64-chroot.morph index 34ccf31f..19cd2ebd 100644 --- a/systems/devel-system-x86_64-chroot.morph +++ b/systems/devel-system-x86_64-chroot.morph @@ -1,7 +1,10 @@ name: devel-system-x86_64-chroot kind: system -description: A system that is able to build other systems based on the 64-bit x86 - architecture. +description: | + A system with useful tools for doing Baserock development. + + For use as a chroot inside a Linux operating system on 64-bit Intel x86 + computers. arch: x86_64 strata: - name: build-essential diff --git a/systems/devel-system-x86_64-generic.morph b/systems/devel-system-x86_64-generic.morph index 64133058..6debce48 100644 --- a/systems/devel-system-x86_64-generic.morph +++ b/systems/devel-system-x86_64-generic.morph @@ -1,7 +1,9 @@ name: devel-system-x86_64-generic kind: system -description: A system that is able to build other systems based on the 64-bit x86 - architecture. +description: | + A system with useful tools for doing Baserock development. + + For use on 64-bit Intel x86 computers. arch: x86_64 strata: - name: build-essential diff --git a/systems/devel-system-x86_64-vagrant.morph b/systems/devel-system-x86_64-vagrant.morph index 43f68e7f..d79ac982 100644 --- a/systems/devel-system-x86_64-vagrant.morph +++ b/systems/devel-system-x86_64-vagrant.morph @@ -1,8 +1,9 @@ name: devel-system-x86_64-vagrant kind: system -description: A system that is able to build other systems based on the 64-bit x86 - architecture. This adds the virtualbox guest additions and vagrant configuration - too +description: | + A system with useful tools for doing Baserock development, using Vagrant. + + For use with the Vagrant tool for x86_64 virtual machines. arch: x86_64 strata: - name: build-essential -- cgit v1.2.1