summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add definitions to build armv8l64 systemsbaserock/tiagogomes/armv8l64Tiago Gomes2015-02-114-0/+167
| | | | | Add definitions for building an armv8l64-based build system, and an armv8l64-based cross-bootstrap system.
* Regenerate config.{guess,sub} scriptsTiago Gomes2015-02-118-3/+33
| | | | | | | | | | | Some packages have old config.guess and config.sub scripts which don't recognize the aarch64-linux-gnu GNU triplet. For some cases, it is enough to do a `autoreconfig -if` to update those scripts. However, this approach cannot be used because when the configure scripts are not compatible with the current automake, autoheader, aclocal and friends; or when the project doesn't use automake at all (it has Makefile.in files, but not Makefile.am files). For those cases, we copy the system config.guess and config.sub scripts installed by automake.
* Support installing the Linux headers for aarch64 systemsTiago Gomes2015-02-112-0/+4
| | | | | Support installing the Linux headers for the morph armv8l64 and armb8b64 archs.
* Point kexec-tools to a ref that builds on aarch64Tiago Gomes2015-02-111-2/+2
| | | | | | | This ref points to a tip which includes some commits written by people working at Linaro [1]. [1]: https://git.linaro.org/people/geoff.levand/kexec-tools.git
* Update to strace 4.8Tiago Gomes2015-02-111-2/+2
|
* Update to rsync 3.1.1Tiago Gomes2015-02-112-4/+4
|
* Update to gdb 7.8.2Tiago Gomes2015-02-112-4/+4
|
* Update to file 5.22Tiago Gomes2015-02-111-2/+2
|
* Update to btrfs-progs v3.18.2Tiago Gomes2015-02-115-12/+25
| | | | acl and e2fsprogs are new dependencies of btrfs-progs.
* Update to openssh 6.7Tiago Gomes2015-02-112-6/+6
| | | | | | The ref points to a tip which also includes the commits 37a2376 and 782fe9e, cherry-picked from the commits a2e654f and 91e7ac9 in the old repo.
* Point fuse to a ref that builds on aarch64Tiago Gomes2015-02-111-2/+2
|
* Update to lzo 2.08Tiago Gomes2015-02-111-2/+2
|
* Update to groff 1.22.3Tiago Gomes2015-02-114-6/+10
|
* Update to libexpat 2.0.1Tiago Gomes2015-02-112-9/+6
| | | | | Also change the build system to cmake, as the autotools based one doesn't seem to work with the current automake version.
* Update to texinfo 5.2Tiago Gomes2015-02-111-2/+3
|
* Update to ncurses 5.9-20150131Tiago Gomes2015-02-112-3/+39
| | | | | | | | The new ref points to a tarball import which contains the machinery to build on aarch64. This commit also moves the contents of the ncurses-morph-postinstall.sh script to the chunk morph to avoid having a delta.
* Update to gdbm 1.11Tiago Gomes2015-02-111-3/+3
|
* Update to Make 4.1Tiago Gomes2015-02-111-6/+6
|
* Update gawk to 4.1.1Tiago Gomes2015-02-111-4/+4
|
* Update morph refTiago Gomes2015-02-112-2/+2
|
* Update lorry-controller for branch sam/proxy-fixesSam Thursfield2015-02-111-1/+1
|
* Merge branch 'sam/more-python-core'Sam Thursfield2015-02-1110-0/+18
|\ | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Add python-core to build-systems and as a dep of MorphSam Thursfield2015-02-108-0/+15
| | | | | | | | This allows us to use the Python 'requests' library in Morph.
| * Add python-core to Trove systems and as a dep of lorry-controllerSam Thursfield2015-02-102-0/+3
| | | | | | | | | | This allows us to use they Python 'requests' library in lorry-controller.
* | Merge branch 'baserock/pedroalvarez/dnsmasq-install-utils'Pedro Alvarez2015-02-111-2/+6
|\ \ | |/ |/| | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * dnsmasq.morph: Install also dhcp_release and dhcp_lease_timePedro Alvarez2015-02-111-2/+6
|/ | | | | | | | | | | | These binaries are needed to run Openstack in baserock: The DHCP agent of neutron tries to run the following command: $ ip netns exec qdhcp-63399d35-f830-4972-86b5-fafaf4eca392 dhcp_release tap adbb6630-f5 192.168.1.4 fa:16:3e:5c:86:14 Resulting in the following error: exec of "dhcp_release" failed: No such file or directory
* Merge branch 'sam/remove-old-mason-config'Sam Thursfield2015-02-102-3/+1
|\ | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * Remove Mason configuration from example Trove clusterSam Thursfield2015-02-101-2/+0
| | | | | | | | | | | | This is for an old implemenation of Mason. The more recent implementations don't need special configuration to be done on the Trove.
| * Update trove-setup for branch sam/remove-mason-hookSam Thursfield2015-02-101-1/+1
|/
* Merge branch 'sam/requests-to-core'Sam Thursfield2015-02-103-13/+5
|\ | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Mike Smith <mike.smith@codethink.co.uk>
| * Update python-requests to latest (v2.5.1)Sam Thursfield2015-02-101-2/+2
| |
| * Move python-requests to 'python-core'Sam Thursfield2015-02-103-13/+5
|/ | | | | | It's already used in both 'cloudinit-support' and 'openstack-clients', and will soon be used by lorry-controller too. Really anybody using 'urllib2' should be using 'requests' instead.
* Merge branch 'baserock/lauren/extlinux-in-build-systems'Sam Thursfield2015-02-104-0/+8
|\ | | | | | | | | Reviewed-By: James Thomas <james.thomas@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Add extlinux to build systems to stop ./check tests failingLauren Perry2015-02-104-0/+8
| |
* | Merge branch 'baserock/jjardon/linux_pam'Javier Jardón2015-02-103-14/+8
|\ \ | | | | | | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * | strata/weston-*: Remove PAM from herebaserock/jjardon/linux_pamJavier Jardón2015-02-102-14/+2
| | | | | | | | | | | | We already build it in foundation as a systemd dependency
| * | strata/foundation: systemd's logind needs pam to workJavier Jardón2015-02-101-0/+6
| | |
* | | Merge remote-tracking branch 'origin/sam/timezone-data'Sam Thursfield2015-02-102-0/+16
|\ \ \ | |/ / |/| | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk>
| * | Add time-zone-database to foundationSam Thursfield2015-02-042-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | This increases the size of each system by about 3MB. It allows Baserock systems to convert local time values between different timezones, and is useful for all systems with users who want to be able to manage their system time relative to a certain timezone.
* | | Merge branch 'baserock/jjardon/weston1693'Javier Jardón2015-02-102-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: James Thomas <james.thomas@codethink.co.uk>
| * | | strata/weston-common: Upgrade weston to 1.7 rc2baserock/jjardon/weston1693Javier Jardón2015-02-101-2/+2
| | | |
| * | | strata/wayland-generic: Upgrade wayland to 1.7 rc2 releaseJavier Jardón2015-02-101-2/+2
| | | |
* | | | Merge branch 'baserock/richardipsum/python-pkg-shuffle'Richard Ipsum2015-02-1021-14/+58
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Reviewed by: Mike Smith <mike.smith@codethink.co.uk> Sam Thursfield <sam.thursfield@codethink.co.uk> Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * | | Remove pip and add virtualenvRichard Ipsum2015-02-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pip has moved into python-core. This is done as one commit rather than two so that the stratum can never be checked out in an empty state, since morph doesn't allow empty strata.
| * | | Make ceph get python-core rather than python-toolsRichard Ipsum2015-02-101-2/+2
| | | | | | | | | | | | | | | | pip is in python-core now
| * | | Make devel-systems depend on python-coreRichard Ipsum2015-02-1017-0/+34
| | | | | | | | | | | | | | | | pip is in python-core now
| * | | Move pbr into python-coreRichard Ipsum2015-02-102-8/+7
| | | | | | | | | | | | | | | | | | | | Also move to pbr 0.10.7, this fixes an issue that stops the import tool from importing packages that use pbr to install themselves.
| * | | Add python-core stratumRichard Ipsum2015-02-101-0/+11
|/ / /
* | | Merge branch 'baserock/jjardon/libinput09'Javier Jardón2015-02-091-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: James Thomas <james.thomas@codethink.co.uk>
| * | | strata/input-common: Upgrade libinput to latest stable version (0.9.0)baserock/jjardon/libinput09Javier Jardón2015-02-041-2/+2
| | | |