summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add python stratum to devel systemsbaserock/richardipsum/pipRichard Ipsum2014-11-1917-0/+34
|
* Add python stratum, containing pipRichard Ipsum2014-11-192-6/+13
|
* Use patched version of setuptools 7.0Richard Ipsum2014-11-191-3/+3
| | | | | | There seems to be a bug in current master that prevents us from bootstrapping setuptools using distutils, so we can't install it using python setup.py install
* 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
| | | | |
| * | | | strata/genivi: Use fixed genivi componentsJavier Jardón2014-11-171-4/+4
| | | | |
| * | | | New version of kmod needed to compile systemdJavier Jardón2014-11-171-2/+2
| | | | |
| * | | | strata/foundation.morph: Add libgcrypt, new systemd dependencyJavier Jardón2014-11-171-0/+10
|/ / / /
* | | | Upgrade GNU tar to 1.28 to be glibc compatiblePedro Alvarez2014-11-172-3/+3
| | | |
* | | | Merge branch 'baserock/ps/genivi-updates'Richard Maw2014-11-173-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | Reviewed-by: Richard Maw
| * | | | Some version updates for GENIVIPaul Sherwood2014-11-173-7/+7
|/ / / /
* | | | Merge remote-tracking branch 'origin/baserock/james/weston_noglesv2'Richard Maw2014-11-171-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Reviewed-by: Sam Thursfield Reviewed-by: Pedro Alvarez
| * | | | Don't build weston clients with glesv2 supportbaserock/james/weston_noglesv2James Thomas2014-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | This causes crashes in clickdot in the hmi-controller
* | | | | Merge branch 'baserock/pedroalvarez/release-changes'Richard Maw2014-11-171-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Reviewed-by: Richard Maw
| * | | | | Change the size of some systems in release.morphPedro Alvarez2014-11-171-3/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | This will avoid problems when self-upgrading a system and also will save time when flashing a JETSON TK1 board.
* | | | | Merge remote-tracking branch 'origin/baserock/james/upgrade-genivi-weston'Richard Maw2014-11-172-4/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Richard Maw Reviewed-by: Sam Thursfield
| * | | | | Upgrade wayland-ivi-extensionbaserock/james/upgrade-genivi-westonJames Thomas2014-11-132-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a morph file as well, this way we don't need to modify the source to build
| * | | | | Upgrade weston-ivi-shellJames Thomas2014-11-131-2/+2
| | | | | |
* | | | | | Merge branch 'baserock/pedroalvarez/unify-jetson-kernel'Richard Maw2014-11-1717-148/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the patches from Pedro Alvarez required to make the release. Reviewed-by: Pedro Alvarez Reviewed-by: Sam Thursfield
| * | | | | | Simplify kernel argsJames Thomas2014-11-132-6/+6
| | | | | | |
| * | | | | | Add firmware for jetsonJames Thomas2014-11-132-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for the GPU
| * | | | | | Update the nouveau drm driverJames Thomas2014-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've branched this from gk20a since this has been forced-pushed before, so want to ensure this stays around
| * | | | | | Upgrade the kernel to 3.18-rc3James Thomas2014-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in a special jetson branch because: i) it's still a rc, so probably don't want to use this for everything ii) it contains specific jetson patches (cpufreq) However the goal will be to maintain a branch all systems will use, hopefully the 3.18 mainline will include the cpufreq stuff, so we can start using that for everything
| * | | | | | Use only one bsp for both the devel and genivi systemsJames Thomas2014-11-1314-136/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Update lorry-controller for branch baserock/liw/lc-list-failed-jobsSam Thursfield2014-11-171-1/+1
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/baserock/jjardon/gallium-egl'Sam Thursfield2014-11-171-2/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | | | | mesa.morph: enable gallium-egl for all architecturesbaserock/jjardon/gallium-eglJavier Jardón2014-11-141-2/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | This will make egl weston demos (like weston-simple-egl) work in a qemu virtual machine
* | | | | Update morph to fix read-only subdirectories in system-integrationsRichard Maw2014-11-141-1/+1
| | | | |
* | | | | Merge branch 'baserock/richardmaw/pxeboot-write'Richard Maw2014-11-1423-7/+930
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Jim MacArthur Reviewed-by: Sam Thursfield