summaryrefslogtreecommitdiff
path: root/devel-system-x86_32-generic.morph
Commit message (Collapse)AuthorAgeFilesLines
* Rename glanceclient stratum to openstack-clientsPedro Alvarez2014-05-131-1/+1
|
* remove all null repos/refsPaul Sherwood2014-02-171-28/+0
|
* Changed ref:master and repo:baserock:baserock/morphs to ref:null and ↵Daniel Firth2014-01-151-28/+28
| | | | repo:null respectively
* Stop using ssh configuration extensionPedro Alvarez2013-11-111-1/+0
|
* Delete genivi-staging and reorder morph contentsJonathan Maw2013-09-301-23/+23
|
* Add glanceclient Stratum morphology.Pedro Alvarez2013-09-171-0/+3
| | | | | | | | | | | glanceclient.morph: Stratum morphology to add glanceclient. This stratum also adds all the necessary dependencies needed. Glanceclient is needed to provide the development system the capacity to deploy images into an openstack system. This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the glanceclient module) and a command-line tool (glance).
* Make x86 devel systems genivi-devel systemsJonathan Maw2013-08-071-0/+24
|
* Remove obsolete fieldsJonathan Maw2013-07-051-2/+0
|
* Replace JSON morphologies with YAML.Richard Maw2013-07-021-43/+30
|
* CONFIGURE: Rationalise all configuration extensionsDaniel Silverstone2013-05-301-1/+4
|
* Merge branch 'add-drop-config-extension' of ↵Richard Maw2013-05-131-1/+2
|\ | | | | | | | | | | ssh://git.baserock.org/baserock/baserock/morphs This fixes a typo in the morphologies, referencing drop-config-files
| * Add add-config-files extension to all system morphologiesTiago Gomes2013-05-131-1/+2
|/
* Add the ssh configuration extension to all the system morphologiesTiago Gomes2013-05-071-1/+2
|
* Add set-hostname configure extension to all the system morphologies.Tiago Gomes2013-05-031-0/+3
| | | | This is required so during deploy the hostname can be set.
* Fix up refs after mergeSam Thursfield2013-03-151-5/+5
| | | | I'm not sure how these got lost.
* Set refs for system branchSam Thursfield2013-03-141-5/+5
|
* point stratum dependencies to the correct branchJonathan Maw2013-03-011-5/+5
|
* Merge the GENIVI baseline morphsJonathan Maw2013-03-011-5/+5
|
* Change system-kinds to tarballLars Wirzenius2013-02-151-1/+1
| | | | | | With "morph deploy", deploying is much easier than before, but it requires that a system is built as a rootfs-tarball. This changes all the systems in baserock:baserock/morphs to be that kind.
* Merge remote-tracking branch ↵Lars Wirzenius2013-02-061-0/+5
|\ | | | | | | | | | | 'remotes/origin/baserock/samthursfield/minimal-core' Changed the description of foundation.
| * Split 'foundation' stratum back out of 'core'Sam Thursfield2013-02-051-3/+8
|/ | | | | | | | | | | | | | | | Mixing together the set of build tools required to build the base system and the components in the base system itself has one big issue: changing any component of the base system triggers a rebuild of every higher stratum, which even for simple Baserock systems means constantly rebuilding Linux. To solve this, I have turned 'core' into a sort of larger version of build-essential (I am considering renaming it to 'build-core' or even just 'build'). Chunks which are required for running a base system but not during the build of other components are now in the resurrected 'foundation' stratum, along with their specific dependencies (which stratum a chunk should go in is roughly decided by its utility to chunks outside of foundation).
* Fix refs to be correct, instead of to Sam's branchLars Wirzenius2013-01-281-4/+4
| | | | I failed to do this when merging. Mea culpa.
* Reorganise morphologies for build-essentialSam Thursfield2013-01-241-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch rewrites the Baserock morphologies so that they can be built using a minimal "build-essential" staging filler, as described in my previous patch mail. The Baserock system is split up into three strata: - build-essential: the minimum set of tools that can rebuild itself (from tarballs) - core: the remaining set of components necessary to produce a Baserock system which can rebuild itself from source - tools: auxiliary development tools and libraries The 'build-essential' stratum does not specify any build dependencies, because it expects to be built with a staging filler containing itself. In effect, the stratum has a circular dependency on itself, which we solve by using a staging filler. The 'core' stratum depends on only on 'build-essential'. This ensures that all build dependencies between chunks in 'core' are explicit. These strata can also be built with the staging filler from the water-bomb release. The distinction between a base and a devel system is no longer defined by the 'foundation' and 'devel' strata (in practice these had various hidden build dependencies between each other). The size of a base system is larger than before, due to more development tools being in 'core'.
* Create x86_32 system variantsSam Thursfield2012-11-231-0/+25
Although this duplicates the definitions of the systems, it is misleading to build a system named x86_64 for 32-bit x86, and we have a real instance of a user expecting the x86_32 system morphs to exist and becoming confused that they don't.