summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update hostap/wpa_supplicant and iptables to latest tagbaserock/ps/update-iptables-wpa-supplicantPaul Sherwood2014-11-251-4/+4
|
* Merge branch 'baserock/jjardon/xserver'Javier Jardón2014-11-253-19/+19
|\ | | | | | | | | Reviewed-by: Richard Maw <richard.maw@codethink.co.uk> Reviewed-by: Richard Dale <richard.dale@codethink.co.uk>
| * strata/x-generic.morph: Upgrade to latest xserver (1.16.2)baserock/jjardon/xserverJavier Jardón2014-11-241-2/+2
| |
| * strata/x-common.morph: Update some xserver dependenciesJavier Jardón2014-11-242-16/+16
| |
| * xserver.morph: Build with --disable-glxJavier Jardón2014-11-241-1/+1
| | | | | | | | We build mesa without GLX support for now
* | Merge branch 'baserock/jjardon/error-perl-tarball'Javier Jardón2014-11-251-7/+0
|\ \ | | | | | | | | | Reviewed-by: Richard Maw <richard.maw@codethink.co.uk>
| * | strata/core.morph: Remove error-perl-tarballbaserock/jjardon/error-perl-tarballJavier Jardón2014-11-201-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Its not a dependency of git anymore and its use is "no longer recommended due to the black-magical nature of its syntactic sugar, which often tends to break. Its maintainers have stopped actively writing code that uses it, and discourage people from doing so" See http://search.cpan.org/~shlomif/Error-0.17022/lib/Error.pm
* | | Merge branch 'baserock/ps/gstreamer-0.10-fix-v2'Francisco Redondo Marchena2014-11-241-7/+7
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Javier Jardon <javier.jardon@codethink.co.uk>
| * | | Rename legacy gstreamer to gstreamer@0.10Paul Sherwood2014-11-241-6/+6
| | | |
| * | | Fix build of multimedia-gstreamer-0.10.morphPaul Sherwood2014-11-241-1/+1
|/ / / | | | | | | | | | | | | We had already updated baserock/morph/0.10 to include fixes from baserock/james/0.10, but missed updating this ref
* | | Update lorry-controller for branch sam/proxy-with-no-usernamSam Thursfield2014-11-241-1/+1
| |/ |/|
* | Merge branch 'baserock/jjardon/drm_2.4.58'Javier Jardón2014-11-241-2/+2
|\ \ | | | | | | | | | | | | Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Emmet Hikory <emmet.hikory@codethink.co.uk>
| * | strata/libdrm-common.morph: Upgrade to latest drm (2.4.58)baserock/jjardon/drm_2.4.58Javier Jardón2014-11-241-2/+2
|/ / | | | | | | | | This also fixes a compilation error on the freedreno driver in mesa as this driver depends on libdrm >= 2.4.57
* | Use patched version of pipbaserock/richardipsum/pip-pipRichard Ipsum2014-11-211-2/+2
| | | | | | | | | | | | | | | | | | This patch moves us onto a patched version of pip that allows the import tool to obtain runtime dependencies for a python package. We will discuss the addition of this functionality with the upstream pip developers at a later date, we should also hopefully be able to find a nicer way of implementing it.
* | Merge branch 'baserock/pedroalvarez/fix-uboot-paths'Pedro Alvarez2014-11-212-2/+2
|\ \ | | | | | | | | | | | | | | | Reviewed-by: - Richard Maw - Paul Sherwood
| * | Fix u-boot chunks path to point to the new filenamesbaserock/pedroalvarez/fix-uboot-pathsPedro Alvarez2014-11-212-2/+2
|/ / | | | | | | | | | | | | The u-boot chunks renaming was introduced in the commit e40bd7f09c0f754b0dab83573ef4795137f4857b, and we forgot to change also the name in the morph field of the strata with these chunks.
* | Merge branch 'baserock/pedroalvarez/add-systems-to-ci'Pedro Alvarez2014-11-211-0/+17
|\ \ | | | | | | | | | | | | | | | Reviewed-by: - Sam Thursfield - Emmet Hikory
| * | Add armv7lhf and x86_32 devel systems to clusters/ci.morphPedro Alvarez2014-11-211-0/+17
|/ /
* | Merge remote-tracking branch 'origin/baserock/ps/unique-u-boots'Paul Sherwood2014-11-214-6/+6
|\ \ | | | | | | | | | | | | | | | Reviewed-by: - Emmet Hikory - Richard Maw
| * | Make u-boot definitions uniquebaserock/ps/unique-u-bootsPaul Sherwood2014-11-214-6/+6
| | |
* | | Update tbdiff for branch baserock/james/add_boot_deviceSam Thursfield2014-11-211-1/+1
|/ /
* | Merge branch 'jmac/add-tools-to-ceph-service'Pedro Alvarez2014-11-201-0/+2
|\ \ | |/ |/| | | | | | | Reviewed-by: - Francisco Redondo Marchena - Adam Coldrick
| * Add tools to ceph service so we can use mkfs.ext4Jim MacArthur2014-11-201-0/+2
|/
* Merge branch 'baserock/richardipsum/pip-v2'Richard Ipsum2014-11-2020-9/+50
|\ | | | | | | | | | | | | Reviewed by: Adam Coldrick <adam.coldrick@codethink.co.uk> (v1) Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Add python-tools stratum to devel systemsbaserock/richardipsum/pip-v2Richard Ipsum2014-11-2017-0/+34
| |
| * Add python-tools stratum, containing pipRichard Ipsum2014-11-202-6/+13
| |
| * Use patched version of setuptools 7.0Richard Ipsum2014-11-201-3/+3
|/ | | | | | | | | | | | | | | | | | | | | There are two versions of setuptools, a bitbucket branch[1] and a 0.6 branch that lives in sandbox on svn.python.org[2] 0.6 is still maintained but most active development happens on bitbucket. This patch moves us onto using setuptools from bitbucket. We have patched setuptools to allow our import tool to get information on build dependencies from python packages. A pull request for our setuptools patch has been submitted upstream[3] Since there seems to be a bug in setuptools' master branch that prevents setuptools from being bootstrapped correctly, we are for the moment based off 7.0 (the most recent release of setuptools) [1]: https://bitbucket.org/pypa/setuptools [2]: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/ [3]: https://bitbucket.org/pypa/setuptools/pull-request/106/make-egg_info-command-write-out-setup/diff
* Merge branch 'baserock/pedroalvarez/fix-generic-mason'Pedro Alvarez2014-11-194-34/+33
|\ | | | | | | | | | | Reviewed-by: - Richard Maw - Francisco Redondo Marchena
| * Fix Mason deployments for non-openstack-testing MasonPedro Alvarez2014-11-194-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In mason.configure: It's not needed to create a separate os.conf file at this point. In this file we were puting OpenStack credentials used to create an os.conf file with Ansible. This file was only created when TEST_INFRASTRUCTURE_TYPE was 'openstack', and Ansible was expecting it always. This patch moves the OpenStack credentials to mason.conf, so Ansible only have to read the variables from one file. In mason.sh: The script was always loading /etc/os.conf. This file is only created when TEST_INFRASTRUCTURE_TYPE is 'openstack'. This patch checks that the file exists before loading it. In mason.conf template for Ansible. OPENSTACK_NETWORK_ID is only present when TEST_INFRASTRUCTURE_TYPE is 'openstack'. This patch adds a conditon in the template to skip this value if it doesn't exist.
| * Check Mason variables after installing Mason filesPedro Alvarez2014-11-191-30/+28
|/ | | | | This way, if the Mason system that is being deployed is generic, it will contain the files needed to setup and run Mason.
* Merge branch 'baserock/jjardon/git'Javier Jardón2014-11-192-5/+6
|\ | | | | | | | | Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * core: Update to latest git (v2.1.3)baserock/jjardon/gitJavier Jardón2014-11-132-5/+6
| |
* | Merge branch 'baserock/pedroalvarez/openstack-in-build-systems'Pedro Alvarez2014-11-199-35/+15
|\ \ | | | | | | | | | | | | | | | Reviewed-by: - Francisco Redondo Marchena - Sam Thursfield
| * | Remove distbuild-system-x86_64-openstack systemPedro Alvarez2014-11-192-35/+1
| | | | | | | | | | | | | | | Now the build systems have the openstack-clients stratum, and this system is not longer needed.
| * | Add openstack-clients to build-systemsPedro Alvarez2014-11-197-0/+14
|/ /
* | Merge remote-tracking branch 'origin/baserock/sam/add-lorry-to-devel'Sam Thursfield2014-11-1928-112/+161
|\ \ | | | | | | | | | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * | Add Lorry and dependencies to devel systemsSam Thursfield2014-11-1815-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lorry is used by the Baserock Import tool for fetching source code of components that are to be imported. It's also generally useful in devel systems as it can be used for testing .lorry files prior to pushing them to a Trove. Additionally, this means that devel systems now contain 'hg', 'bzr', 'svn' and 'cvs', any of which may come in handy. This increases the size of the devel-system-x86_64-chroot system from 1.4GB to 1.5GB.
| * | Separate `lorry` stratum out of 'trove' stratum.Sam Thursfield2014-11-1813-112/+131
| | |
* | | Merge branch 'baserock/jjardon/gstreamer14'Javier Jardón2014-11-183-19/+14
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * | | Update gstreamer and gstreamer plugins to latest release (1.4.4)baserock/jjardon/gstreamer14Javier Jardón2014-11-141-10/+10
| | | |
| * | | strata/audio-bluetooth: Upgrade alsa componentsJavier Jardón2014-11-142-9/+4
| | | |
* | | | strata/NetworkManager-common: build a specific version of libndp (1.4)Javier Jardón2014-11-181-1/+2
| |/ / |/| | | | | | | | | | | Reviewed-by: James Thomas <james.thomas@codethink.co.uk> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
* | | Merge branch 'baserock/sam/import'Sam Thursfield2014-11-1818-0/+65
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Conflicts: systems/devel-system-armv7-highbank.morph systems/devel-system-armv7-versatile.morph systems/devel-system-armv7-wandboard.morph systems/devel-system-armv7b-highbank.morph systems/devel-system-armv7lhf-highbank.morph systems/devel-system-armv7lhf-wandboard.morph systems/devel-system-ppc64-generic.morph systems/devel-system-x86_32-generic.morph systems/devel-system-x86_64-generic.morph
| * | | Add Baserock Import tool to devel systemsSam Thursfield2014-11-1818-0/+65
| | | |
* | | | Merge branch 'baserock/jjardon/systemd_217'Javier Jardón2014-11-1751-98/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: James Thomas <james.thomas@codethink.co.uk>
| * | | | system: simple-network is not needed anymore in systemd systemsbaserock/jjardon/systemd_217Javier Jardón2014-11-1746-46/+0
| | | | |
| * | | | systemd.morph: Configure network using systemdJavier Jardón2014-11-171-2/+9
| | | | |
| * | | | strata/build-essential.morph: update ref of busyboxJavier Jardón2014-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | To remove unneded systemd units
| * | | | busybox.morph: Do not install custom systemd units for network/ntpdJavier Jardón2014-11-171-40/+1
| | | | | | | | | | | | | | | | | | | | This is automatically configured by systemd
| * | | | Build systemd v217Javier Jardón2014-11-172-3/+3
| | | | |