summaryrefslogtreecommitdiff
path: root/systems/build-system-x86_64.morph
Commit message (Collapse)AuthorAgeFilesLines
* More GLib and deps to its own stratumJavier Jardón2015-08-171-0/+2
| | | | Change-Id: I1bcc28de68c9b61b25929cf142e1dd8ea63f8d6f
* Remove duplicate bsp from the build systemRichard Ipsum2015-07-211-2/+0
| | | | Change-Id: I40f9bfc413da1dc3ea5b8110fa7fc2ab7cb2275b
* Reformat all definitions according to a consistent styleSam Thursfield2015-07-191-1/+2
| | | | | | | | | | | | | | | | | This was done using the 'indent' tool, which uses a fork of PyYAML named 'ruamel.yaml' to rewrite YAML files without losing comments, ordering, or certain elements of formatting. My aim with doing this is to open the door to automated editing of the reference system definitions using the 'ruamel.yaml' library. This can be used to implement automated migration when we want to make changes to the YAML format that we use to represent Baserock system definitions. Although this looks drastic, remember that it's actually only altered 65 out of 608 .morph files -- the vast majority already pass unchanged through my version of ruamel.yaml. Change-Id: I95ec978714b5bd1c02c90183336a9fbb846cb692
* Add Python 3 to all systems that contain Python 2 (cpython interpreter)Sam Thursfield2015-07-181-0/+2
| | | | Change-Id: Ib66f3f56b60cc5dc78d08e28e281d120d83a7b9d
* Move extensions into a subdirectoryAdam Coldrick2015-06-021-9/+9
| | | | Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e
* Install /etc/os-release using the new install-essential-files extensionJavier Jardón2015-04-291-0/+1
| | | | | | This is currently hardcoded in morph Change-Id: I34446bbdf6ad3a7bdd0c34e4fcbd79433ce0fd71
* Add an ostree-core stratumAdam Coldrick2015-04-231-0/+4
| | | | | | | | | | This will be used by future versions of Morph. By adding OSTree to the cross-bootstrap systems we have significantly increased the size and complexity of them. Some of this can be reduced: OStree doesn't actually depend on all of 'foundation', just 'glib'. Change-Id: I89403bf4625178e6f887402b5817f6a727cfcf97
* Split PyGObject into its own stratumAdam Coldrick2015-04-221-0/+2
| | | | | | Also make morph depend on PyGObject, it will be needed for OSTree. Change-Id: Icfa9abb95f884ca9b1dd720648567bd704e74d85
* Move 'bottle' and 'flup' into separate python-wsgi moduleSam Thursfield2015-03-131-0/+2
| | | | | | | | The lorry-controller webapp uses these, as well as morph-cache-server. In order to use lorry-controller in systems that don't contain Morph, we need them to be in a separate stratum. Change-Id: Ie187c0b506d12ed5e5f8f8ce4a4b91834bf29fe5
* Move cliapp into its own 'python-cliapp' stratumSam Thursfield2015-03-121-0/+2
| | | | | | | This allows us to have a system with Lorry and Lorry Controller but without Morph. Change-Id: I5164237601d0ff028834c674274f13b6e1f315c9
* Add openstack-common to the systems with openstack-clientsFrancisco Redondo Marchena2015-03-031-0/+2
|
* Move Ansible dependencies to python-common.morphPedro Alvarez2015-02-271-0/+2
| | | | | This dependencies are needed for some Openstack components, and this will avoid duplication once this work is done.
* Add python-core to build-systems and as a dep of MorphSam Thursfield2015-02-101-0/+2
| | | | This allows us to use the Python 'requests' library in Morph.
* Add extlinux to build systems to stop ./check tests failingLauren Perry2015-02-101-0/+2
|
* Add devtools to build systemRichard Ipsum2015-01-221-0/+2
|
* Add openstack-clients to build-systemsPedro Alvarez2014-11-191-0/+2
|
* system: simple-network is not needed anymore in systemd systemsbaserock/jjardon/systemd_217Javier Jardón2014-11-171-1/+0
|
* Rename 'distbuild' system to 'build', and fix descriptionsSam Thursfield2014-10-221-0/+33
It's better to have one type of system that can do either distributed or local builds than to have separate ones that must both be kept up to date with changes. The need for a separate 'distbuild' stratum went already: commit 1a7fbedf56a4c7a6afb683851dde5d34bbb48b86 Author: Richard Maw <richard.maw@codethink.co.uk> Date: Thu Oct 2 14:16:00 2014 +0000 Split morph out of tools morph now contains distbuild and morph-cache-server, so the distbuild stratum can go away, and anything that needs it can now use morph.