summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
...
| * | build-essential: Upgrade linux-headers to 3.19Javier Jardón2015-02-191-4/+4
| | |
* | | strata/gtk3.morph: Build GTK+ 3.15.4Javier Jardón2015-02-241-2/+2
| | | | | | | | | | | | versions >= 3.15.5 doesn't compile as they need a new version of GLib
* | | Add more xstatic packages required by HorizonFrancisco Redondo Marchena2015-02-241-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | This static packages were required when trying to collect the static files for horizon. This conflicts with the 'everything from Git' policy of Baserock,but it is required right now for the Openstack system to work.
* | | Merge branch 'baserock/jjardon/python3'Javier Jardón2015-02-242-0/+19
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * | | Add Python 3 stratumbaserock/jjardon/python3Javier Jardón2015-02-192-0/+19
| |/ / | | | | | | | | | This is based in a patch from Paul Sherwood
* | | Merge branch 'baserock/jjardon/libtool246'Javier Jardón2015-02-231-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * | | strata/core: Upgrade to libtool 2.4.6baserock/jjardon/libtool246Javier Jardón2015-02-231-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | From the release notes: "This version regains most of the speed of 2.4.2 by correcting one of two known regressions that were causing noticable slow-down when building projects with many source files."
* | | Merge branch 'baserock/sam/fix-diff-build'Sam Thursfield2015-02-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: James Thomas <james.thomas@codethink.co.uk>
| * | | Disable extra GCC warnings for GNU Diffbaserock/sam/fix-diff-buildSam Thursfield2015-02-201-1/+1
| |/ / | | | | | | | | | | | | | | | | | | These are enabled based on the presence of a .git directory in the source tree by diff's configure.ac script. It includes the dreaded -Werror. This fixes the build on armv7lhf.
* | | Merge branch 'baserock/jjardon/multimedia'Javier Jardón2015-02-206-5/+25
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: James Thomas <james.thomas@codethink.co.uk>
| * | | Rename multimedia to multimedia-gstreamerbaserock/jjardon/multimediaJavier Jardón2015-02-204-5/+5
| | | |
| * | | strata/multimedia: Make multimedia stratum depend on mesa-commonJavier Jardón2015-02-201-0/+1
| | | | | | | | | | | | | | | | So we can build the new GL and wayland plugins
| * | | Make multimedia and multimedia-gstreamer-0.10 depend on multimedia-commonJavier Jardón2015-02-202-0/+2
| | | | | | | | | | | | | | | | Change the systems as well so nothing break
| * | | Add multimedia-common stratumJavier Jardón2015-02-201-0/+17
| | | | | | | | | | | | | | | | with libogg and libvorbis for now
* | | | Update ARM cross SDK in line with changes to build-essentialSam Thursfield2015-02-205-72/+141
| | | | | | | | | | | | | | | | | | | | This is quite important, the cross toolchain should match the native toolchain exactly to avoid hitting any compatibility bugs.
* | | | build-essential: Ask that armv7lhf-cross-toolchain is kept up to dateSam Thursfield2015-02-201-0/+3
| | | |
* | | | armv7lhf-cross-toolchain: Add nice linebreaks to match build-essentialSam Thursfield2015-02-201-0/+4
|/ / /
* | | Merge branch 'baserock/jjardon/libdrm2_4_59'Javier Jardón2015-02-202-8/+4
|\ \ \ | |/ / |/| | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com> Reviewed-by: James Thomas <james.thomas@codethink.co.uk>
| * | strata/libdrm-common: Upgrade to latest (2.4.59)Javier Jardón2015-02-042-6/+2
| | | | | | | | | | | | | | | We do not need to carry a branch anymore as Tegra support has been merged upstream
| * | strata/libdrm-common: Upgrade libpciaccess to latest (0.13.3)Javier Jardón2015-02-041-2/+2
| | |
* | | Disable warnings as errors in libvirtbaserock/franred/disable-werror-when-compiling-libvirtFrancisco Redondo Marchena2015-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch disable the libvirt's treatment of warning as errors, solving the following error when compiling: node_device/node_device_udev.c: In function 'nodeStateInitialize': node_device/node_device_udev.c:1789:5: error: 'udev_set_log_fn' is deprecated (declared at /usr/include/libudev.h:41) [-Werror=deprecated-declarations] udev_set_log_fn(udev, (udevLogFunctionPtr) udevLogFunction); ^ CC nwfilter/libvirt_driver_nwfilter_impl_la-nwfilter_dhcpsnoop.lo cc1: all warnings being treated as errors Makefile:8224: recipe for target 'node_device/libvirt_driver_nodedev_la-node_device_udev.lo' failed make[3]: *** [node_device/libvirt_driver_nodedev_la-node_device_udev.lo] Error 1
* | | Add apache httpd server and mod_wsgi modulebaserock/franred/add-apache-httpd-stratum-v3Francisco Redondo Marchena2015-02-194-0/+147
| |/ |/| | | | | | | | | | | | | | | Add apache-httpd server and mod_wsgi which is a module to host any python application with python wsgi inteface. NOTE: apache-httpd server need to configure an user and group to run this can not be configured in this patch because some bug when changing owners of files and directories in system-integration commands. See more information on httpd-server.morph chunk
* | coreutils-common/diff.morph: workaround to not depend on rsyncbaserock/jjardon/sed_fixesJavier Jardón2015-02-181-0/+1
| |
* | coreutils-common/sed.morph: workaround to not depend on rsyncJavier Jardón2015-02-181-0/+1
| |
* | strata/coreutils-common/sed.morph: Fix typoJavier Jardón2015-02-181-1/+1
| |
* | Use GNU 'diff' instead the one from busyboxbaserock/jjardon/sed_diffJavier Jardón2015-02-182-0/+13
| | | | | | | | The busybox version caused problems with some packages
* | Use GNU sed instead the one from busyboxJavier Jardón2015-02-182-0/+18
| | | | | | | | The busybox version caused problems with some packages
* | Commit forgotten changes in the previous commitEdward Cragg2015-02-182-3/+3
| |
* | Merge branch 'baserock/tiagogomes/armv8l64-devel'Edward Cragg2015-02-189-27/+65
|\ \ | | | | | | | | | | | | | | | Reviewed by: * Sam Thursfield <sam.thursfield@codethink.co.uk> * Richard Maw <richard.maw@gmail.com>
| * | strata/ruby: update config.{guess,sub}Tiago Gomes2015-02-172-10/+10
| | | | | | | | | | | | | | | | | | Also set explicitly the build system to use, move autoconf to the pre-configure-commands section, and remove the now redundant build-commands and install-commands sections.
| * | swig-tarball: update config.{guess,sub}Tiago Gomes2015-02-171-0/+2
| | |
| * | libserf: update config.{guess,sub}Tiago Gomes2015-02-172-0/+7
| | |
| * | cvs-tarball: update config.{guess,sub}Tiago Gomes2015-02-171-0/+3
| | |
| * | subversion-tarball: update config.{sub,guess}Tiago Gomes2015-02-172-2/+4
| | |
| * | strata/lorry: update to apr 1.5.1 and apr-util 1.5.4Tiago Gomes2015-02-173-15/+39
| | | | | | | | | | | | | | | This commit also changes these packages to be built from the git repos created from the upstream svn ones, instead of tarball imports.
* | | Merge branch 'baserock/jjardon/xcb-util'Javier Jardón2015-02-181-0/+22
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-By: Richard Dale <richard.dale@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * | | strata-x-generix: Add back xcb-util, xcb/util-wm, xcb/util-image, ↵baserock/jjardon/xcb-utilbaserock/jjardon/xcbJavier Jardón2015-02-031-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | xcb/util-keysyms They are needed to compile Qt5
* | | | strata/morph-utils.morph: Add pylru dependency and update morphAdam Coldrick2015-02-181-1/+7
| | | |
* | | | Fix rebar and erlang-sd_notify chunk namesFrancisco Redondo Marchena2015-02-182-2/+2
| | | |
* | | | Upgrade libinput to 0.10.0baserock/james/upgrade-westonJames Thomas2015-02-171-2/+2
| | | |
* | | | Upgrade weston to 1.7.0James Thomas2015-02-171-2/+2
| | | |
* | | | Upgrade Wayland to 1.7.0James Thomas2015-02-171-2/+2
| |/ / |/| |
* | | Fix pixman buildbaserock/james/fix-armv7-buildJames Thomas2015-02-162-0/+6
| | | | | | | | | | | | Disable iwmmx extensions, since they are armv5/6 specific and not needed
* | | Disable gcc warnings in m4James Thomas2015-02-161-1/+1
| | | | | | | | | | | | This should be the default for a tarball release
* | | Merge remote-tracking branch 'origin/baserock/jjardon/linux319'Sam Thursfield2015-02-168-16/+16
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | | strata/bsp*: Upgrade to kernel v3.19baserock/jjardon/linux319Javier Jardón2015-02-128-16/+16
| | | | | | | | | | | | | | | | | | | | Do not upgrade bsp-armv8l64-generic and bsp-jetson as they are using non-stock kernels
* | | | Update libevent software to the latest version necessary for running with ↵Patrick Darley2015-02-161-2/+2
| | | | | | | | | | | | | | | | memcached 1.4.22
* | | | Add psycopg2 and python-memcachedFrancisco Redondo Marchena2015-02-161-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | psycopg2 is a python adapter for postgresql. python-memcached is a python interface to the memcacehd memory cache daemon.
* | | | Update memcached and build it without autogen.sh dependencyFrancisco Redondo Marchena2015-02-162-3/+12
| | | | | | | | | | | | | | | | This change is needed to build memcached with automake-1.15
* | | | Add networking-utils stratumFrancisco Redondo Marchena2015-02-133-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This stratum is created to place all the networking tools. In this commits it adds iproute2 tools like ip and tc and ipset tools. This stratum requires kernel support in order to work.