summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Temporary Networkd fix to configure DHCP also in eth* interfacesbaserock/pedroalvarez/networkd-conf-fixPedro Alvarez2014-12-101-1/+1
| | | | | | | | | We assumed that the ethernet interfaces always were going to be called en* (e.g. ens3) when using the new version of systemd (v217), but sometimes these interfaces can be called eth* (e.g. eth0). If this happens the current configuration is not enough. This patch is to enable DHCP also in eth* interfaces.
* Merge remote-tracking branch 'origin/baserock/ps/linux-v3.18-v2'Sam Thursfield2014-12-109-18/+18
|\ | | | | | | | | | | | | Reviewed-By: Emmet Hikory <emmet.hikory@codethink.co.uk> Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: James Thomas <james.thomas@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Update to Linux kernel v3.18baserock/ps/linux-v3.18-v2Paul Sherwood2014-12-079-18/+18
| |
* | Merge branch 'baserock/pedroalvarez/installer7'Pedro Alvarez2014-12-105-0/+132
|\ \ | |/ |/| | | | | | | Reviewed-by: - Richard Maw - Sam Thursfield
| * Add the ability to deploy installer systems and add examples.Pedro Alvarez2014-12-105-0/+132
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | The installer-x86_64 system is a system that can be used to install other systems in an storage device. This system is intended to be booted by usb, pxeboot... to install a Baserock system in your local disk. The installer system requires the installer.configure extension to generate a configuration file located in /etc/install.conf. With this extension you can specify the following variables in a cluster morphology: - INSTALLER_TARGET_STORAGE_DEVICE: Target storage device to install the Baserock system. - INSTALLER_ROOTFS_TO_INSTALL: The location of the root filesystem that is going to be installed. - INSTALLER_POST_INSTALL_COMMAND: Commands that will be run after the installation finishes. It defaults to `reboot -f`. The installer-utils stratum is required to contain the installer-scripts chunk. This chunk contains the installer script that is going to be installed in /usr/lib/installer/installer.py The clusters/installer-build-system-x86_64.morph file defines the deployment of a installer system as a rawdisk image. This installer system will install a build-system-x86_64 located in /rootfs into the /dev/sda device. Also this cluster defines a subsystem which is the build-system that is going to end up in /rootfs on the installer system.
* Update Morph for branch pf-document-extensionsSam Thursfield2014-12-091-1/+1
|
* Merge branch 'baserock/jjardon/libinput'Javier Jardón2014-12-091-7/+7
|\ | | | | | | | | Reviewed by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: James Thomas <james.thomas@codethink.co.uk>
| * trata/input-common: Upgrade libinput to latest stable version (0.7.0)baserock/jjardon/libinputJavier Jardón2014-12-071-2/+2
| |
| * strata/input-common: Upgrade libinput dependenciesJavier Jardón2014-12-071-5/+5
| |
* | Merge branch 'baserock/james/jetson-kernel-nouboot'James Thomas2014-12-081-2/+1
|\ \ | | | | | | | | | | | | Reviewed by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed by: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | Remove u-boot as a build-depend for the kernelJames Thomas2014-12-081-2/+1
|/ / | | | | | | | | We don't need anything from the tools, prevents needing to rebuild the kernel when we change u-boot
* | Update Morph for branch sam/fix-help-extensionsSam Thursfield2014-12-081-1/+1
|/
* Update Morph ref for branch 'sam/build-branch-fixes'Sam Thursfield2014-12-041-1/+1
|
* Merge branch 'sam/fix-erlang'Sam Thursfield2014-12-031-2/+2
|\ | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Update to latest Erlang (OTP-17.3.4)Sam Thursfield2014-12-031-2/+2
|/ | | | | | | | | | | The version in use before was failing to build with the following error: ... CC /erlang.build/erts/obj/x86_64-unknown-linux-gnu/epmd_srv.o LD /erlang.build/bin/x86_64-unknown-linux-gnu/epmd /erlang.build/erts/obj/x86_64-unknown-linux-gnu/epmd_srv.o: In function `run': /erlang.build/erts/epmd/src/epmd_srv.c:223: undefined reference to `sd_listen_fds' collect2: error: ld returned 1 exit status
* Upgrade morph to fix compilation errors and testsPedro Alvarez2014-12-021-1/+1
|
* Upgrade morph to support deployments to storage devicesPedro Alvarez2014-12-011-1/+1
|
* Merge branch 'baserock/jjardon/ci'Javier Jardón2014-11-281-0/+18
|\ | | | | | | | | Reviewed-by: Richard Maw <richard.maw@codethink.co.uk> Reviewed-by: James Thomas <james.thomas@codethink.co.uk>
| * cluster/ci.morph: Add weston-system-armv7lhf-jetsonbaserock/jjardon/ciJavier Jardón2014-11-261-0/+11
| |
| * cluster/ci.morph: Add weston-system-x86_64-genericJavier Jardón2014-11-261-0/+7
| | | | | | | | | | | | | | | | This will compile almost all the strata available in baserock related on building Linux systems (kernel, systemd, connectivity, multimedia, wayland, weston...). This will also make the artifacts cache available to anyone that want to build starting from this reference system
* | Merge branch 'baserock/james/install-more-uboot'James Thomas2014-11-271-0/+4
|\ \ | |/ |/| | | | | Reviewed by: Richard Maw <richard.maw@codethink.co.uk> Reviewed by: Francisco Marchena <francisco.marchena@codethink.co.uk>
| * Install the required files for tegra-uboot-flash in /bootbaserock/james/install-more-ubootJames Thomas2014-11-211-0/+4
| | | | | | | | Leave the old u-boot in /boot for backwards compatibility
* | Add generic weston system for ARMv7 little-endian hard-float Jetson TK1Javier Jardón2014-11-261-0/+40
| |
* | Merge branch 'baserock/jjardon/weston'Javier Jardón2014-11-267-4/+92
|\ \ | | | | | | | | | | | | Reviewed-by: Richard Maw <richard.maw@codethink.co.uk> Reviewed-by: James Thomas <james.thomas@codethink.co.uk>
| * | clusters: add a weston system deploybaserock/jjardon/westonJavier Jardón2014-11-261-0/+12
| | |
| * | Add a generic weston systemJavier Jardón2014-11-261-0/+40
| | |
| * | Add weston-common stratumJavier Jardón2014-11-262-0/+30
| | | | | | | | | | | | This contains stock weston
| * | strata/input-common: Update to latest libinput (0.6.0)Javier Jardón2014-11-261-2/+2
| | |
| * | strata/wayland-generic: Update to latest xkbcommon (0.5.0)Javier Jardón2014-11-262-2/+8
|/ /
* | Merge branch 'baserock/ps/update-iptables-wpa-supplicant'Pedro Alvarez2014-11-261-4/+4
|\ \ | | | | | | | | | | | | | | | Reviewed-by: - Francisco Redondo Marchena - Pedro Alvarez
| * | Update hostap/wpa_supplicant and iptables to latest tagPaul Sherwood2014-11-261-4/+4
|/ /
* | Merge branch 'baserock/rdale/qt-tools-5.3.2'Richard Dale2014-11-2616-128/+197
|\ \ | | | | | | | | | | | | Reviewed-by: Richard Maw <richard.maw@codethink.co.uk> Reviewed-by: James Thomas <james.thomas@codethink.co.uk>
| * | Move the luajit2 chunk into the lua statumbaserock/rdale/qt-tools-5.3.2Richard Dale2014-11-262-10/+3
| | |
| * | Update refs of Qt5 chunks to Qt5.3.2Richard Dale2014-11-2516-128/+204
|/ / | | | | | | | | | | | | | | Split off QtWebKit and QtMultimedia into their own strata Update refs of Enligtement chunks to the current release Fix refs to point to current releases
* | 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