summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
* gtk3: Only build wayland backendbaserock/jjardon/gtk3Javier Jardón2014-10-292-2/+1
|
* strata/gtk3: Upgrade to latest GTK+Javier Jardón2014-10-291-3/+4
| | | | This version adds GL support
* strata/wayland-generic: Upgrade wayland to latest stable (1.6.0)Javier Jardón2014-10-291-2/+2
|
* strata/graphics-common: Upgrade cairo to latest stable (1.14.0)Javier Jardón2014-10-272-2/+8
|
* strata/gtk-deps: Upgrade pango to latest stable version (1.36.8)Javier Jardón2014-10-271-2/+2
|
* Move pango to gtk-depsJavier Jardón2014-10-272-10/+5
|
* strata/gtk-deps: Upgrade gdk-pixbufJavier Jardón2014-10-272-5/+3
| | | | | | At this point we already have all the graphic libraries in the system, so we can run 'gdk-pixbuf-query-loaders' here instead in every boot of the system
* strata/foundation: upgrade GLibJavier Jardón2014-10-271-4/+2
|
* strata/gtk3: add libepoxyJavier Jardón2014-10-271-0/+5
| | | | | This is needed by modern versions of xserver and GTK+ Put it in here until we upgrade the xserver to avoid rebuilds
* strata/mesa-common: Update mesa to latest stabel version (10.3.2)Javier Jardón2014-10-251-2/+2
|
* Update cmdtest for parallel yarn runnerRichard Maw2014-10-242-2/+2
|
* Merge remote-tracking branch 'origin/baserock/pedroalvarez/release-14.40-fixes'Sam Thursfield2014-10-241-2/+2
|\ | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Downgrade uboot in devel bspRichard Ipsum2014-10-111-2/+2
| | | | | | | | This partially reverts ced256bda95f184361815a6444d752ee10d86d02
* | Merge branch 'baserock/sam/ruby-build-deps'Sam Thursfield2014-10-243-1/+52
|\ \ | | | | | | | | | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * | Add hoe and rake-compiler to base Ruby stratumSam Thursfield2014-10-243-1/+52
| | | | | | | | | | | | Various Gems require one or other of these tools at build time.
* | | Update lorry-controller and trove-setupPedro Alvarez2014-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The new version of lorry-controller includes a script to remove the log of old jobs that nobody cares about. The new version of trove-setup is needed to enable a new systemd unit created in lorry-controller to run the new script.
* | | Update morph for branch sam/fix-edit-synopsisSam Thursfield2014-10-221-1/+1
| | |
* | | Update Morph for branch sam/validation-fixesSam Thursfield2014-10-171-1/+1
|/ /
* | Merge branch 'baserock/jjardon/libdrm'Sam Thursfield2014-10-1410-109/+71
|\ \ | | | | | | | | | | | | Reviewed-By: James Thomas <james.thomas@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | Do not build X11 support in mesaJavier Jardón2014-10-143-4/+3
| | | | | | | | | | | | | | | | | | | | | In this way we can build completely wayland-only systems The reason to do this is that cairo will pull the X11 dependency if the mesa stratum is built with X11 support (as graphics-common depens on mesa-common)
| * | Change graphics-infra stratum name to xorg-util-macros-commonJavier Jardón2014-10-145-5/+5
| | | | | | | | | | | | | | | As libdrm was moved to an independent stratum this only holds some macros needed to compile other strata
| * | Split libdrm from graphics-infra stratum and create libdrm-common stratumJavier Jardón2014-10-146-16/+20
| | | | | | | | | | | | So libdrm only gets build when it's really needed
| * | Add graphics-infra stratumJavier Jardón2014-10-147-105/+64
| |/ | | | | | | With basic infrastructure components like libdrm and xorg macros
* | Update cmdtest for space efficient yarnRichard Maw2014-10-131-1/+1
| |
* | Update lorry controller to not put buttons on static pageRichard Maw2014-10-131-1/+1
| |
* | Update morph to include artifact resolving speedupRichard Maw2014-10-131-1/+1
|/
* Update cpython to v2.7.8Francisco Redondo Marchena2014-10-101-2/+2
| | | | Change-Id: I1f77fc4c23335f838f1b1f4b4ddaa8da355dab8f
* Merge branch 'baserock/jjardon/llvm_33'Javier Jardón2014-10-095-15/+21
|\ | | | | | | | | Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * llvm.morph: Compile the default options with some exceptionsbaserock/jjardon/llvm_33Javier Jardón2014-10-061-3/+3
| | | | | | | | | | | | | | | | | | | | --disable-assertions: those checks are not needed in production systems --enable-optimized: it will help compiling on ARM --enable-shared: mesa recommends llvm to be compiled in this way --enable-targets=host: Only build for the host architecture See http://llvm.org/docs/GettingStarted.html#local-llvm-configuration and http://llvm.org/docs/HowToBuildOnARM.html
| * strata/llvm-common.morph: Update llvm to latest 3.3.x versionJavier Jardón2014-10-061-2/+2
| | | | | | | | Seems 3.4.2 and 3.5.1 doesnt compile in ARM
| * Move llvm to its own stratumJavier Jardón2014-10-064-7/+13
| | | | | | | | | | llvm is a bif piece of software that take long time to build With this move we will only build it when its really necessary
* | Update morph for branch sam/handle-missing-version-labelSam Thursfield2014-10-081-1/+1
| |
* | Merge remote-tracking branch 'origin/baserock/richardmaw/distbuild-fix'Richard Maw2014-10-088-103/+83
|\ \ | | | | | | | | | This updates morph and ensures the new dependencies are available.
| * | Split morph out of toolsbaserock/richardmaw/distbuild-fixRichard Maw2014-10-028-103/+83
| | | | | | | | | | | | | | | morph now contains distbuild and morph-cache-server, so the distbuild stratum can go away, and anything that needs it can now use morph.
* | | Update Morph to include fix for issue that breaks MasonSam Thursfield2014-10-071-1/+1
| | |
* | | Explain why there are two different BSP strata for NVIDIA JetsonSam Thursfield2014-10-062-4/+17
| |/ |/|
* | Enable nouveau drivers in mesabaserock-14.40Pedro Alvarez2014-10-031-6/+18
| |
* | Add support for btrfs in jetson u-bootPedro Alvarez2014-10-032-4/+4
| |
* | Add bsp for jetson genivi-baselinePedro Alvarez2014-10-036-0/+149
| |
* | Upgrade weston and wayland-ivi-extensionPedro Alvarez2014-10-031-4/+4
| |
* | Upgrade drm enable jetson TK1 supportPedro Alvarez2014-10-032-2/+13
| |
* | Fix some ref to use SHA1s instead of branches or tagsPedro Alvarez2014-10-033-3/+6
| | | | | | | | | | Reviewed-by: Daniel Silverstone Reviewed-by: Paul Sherwood
* | Update tbdiff to include branch 'sam/allow-file-migrations'Sam Thursfield2014-10-021-1/+1
| |
* | Update morph to get the xfer-hole bug fixPedro Alvarez2014-10-022-2/+2
|/
* Merge branch 'baserock/sam/build-essential-comments'Sam Thursfield2014-10-0216-36/+237
|\ | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * Add back missing comments to build-essential chunk morphsSam Thursfield2014-09-2616-36/+237
| | | | | | | | | | These will have been lost in the automated chunks-in-definitions transition.
* | Update morph to make the ssh-rsync deployment use UUIDs in fstabPedro Alvarez2014-10-022-2/+2
| |
* | Update bash to Bash-4.3 patch 27, including 'Shellshock' fixesPaul Sherwood2014-10-021-2/+2
| |
* | Merge remote-tracking branch 'gitorious/jjardon/NetworkManager'Javier Jardón2014-10-017-9/+36
|\ \ | | | | | | | | | | | | Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * | Add NetworkManager-common stratumJavier Jardón2014-09-222-0/+23
| | |