summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge branch 'baserock/jjardon/sed_fixes'Javier Jardón2015-02-182-1/+3
|\ | | | | | | | | This fixes the broken build starting in commit 35e72ecf8935d92b73af2438f9ac2f8c83e52fc5
| * 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
|/
* Merge branch 'baserock/jjardon/sed_diff'Javier Jardón2015-02-183-0/+31
|\ | | | | | | | | | | Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * 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-1810-27/+108
|\ | | | | | | | | | | Reviewed by: * Sam Thursfield <sam.thursfield@codethink.co.uk> * Richard Maw <richard.maw@gmail.com>
| * Add a definition for building a armv8l64 devel systemTiago Gomes2015-02-171-0/+43
| | | | | | | | | | The last release of nodejs doesn't build on aarch64 due having an old embedded vp8 copy, so the nodejs strata is not included.
| * 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
* | | Merge branch 'baserock/adamcoldrick/pylru'Adam Coldrick2015-02-181-1/+7
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * | | 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
| | |
* | | Merge branch 'baserock/james/weston-system-updates'James Thomas2015-02-182-0/+8
|\ \ \ | | | | | | | | | | | | | | | | Reviewed by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed by: Javier Jardon <jjardon@gnome.org>
| * | | Add tools to weston systembaserock/james/weston-system-updatesJames Thomas2015-02-182-0/+4
| | | | | | | | | | | | | | | | Adds useful things, also allows us to update the images
| * | | Add xwayland to jetson weston imageJames Thomas2015-02-181-0/+4
|/ / /
* | | Merge branch 'baserock/james/upgrade-weston'James Thomas2015-02-183-6/+6
|\ \ \ | |_|/ |/| | | | | | | | Reviewed by: Javier Jardon <javierjc1982@gmail.com> Reviewed by: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | 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
|/ /
* | Merge branch 'baserock/james/fix-armv7-build'James Thomas2015-02-163-1/+7
|\ \ | | | | | | | | | | | | | | | Reviewed by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed by: Francisco Marchena <francisco.marchena@codethink.co.uk> Reviewed by: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | 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
* | | Merge branch 'baserock/franred/update-memcached-add-python-adapters'Francisco Redondo Marchena2015-02-163-4/+24
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Patrick Darley <patrick.darley@codethink.co.uk>
| * | | 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
* | | Merge branch 'baserock/franred/add-networking-utils-stratum'Francisco Redondo Marchena2015-02-133-0/+45
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * | | 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.
* | | Merge branch 'baserock/franred/add-erlang-sd_notify'Francisco Redondo Marchena2015-02-133-0/+29
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | | Add erlang-sd_notify and rebar to the erlang stratumFrancisco Redondo Marchena2015-02-133-0/+29
|/ / / | | | | | | | | | | | | | | | | | | | | | erlang-sd_notify is a package which allows erlang services to use notify type in their systemd units. This will be required to synchronize rabbitmq-server and rabbitmq-controller. rebar is an erlang compiler.
* | | Merge branch 'baserock/franred/update-qemu-libvirt-add-virtualization-packages'Francisco Redondo Marchena2015-02-135-10/+84
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * | | Update description to point that this stratum needs kernel support for some ↵Francisco Redondo Marchena2015-02-131-1/+5
| | | | | | | | | | | | | | | | packages
| * | | Update qemu to 2.2.0 for compiling with latest gccFrancisco Redondo Marchena2015-02-131-2/+2
| | | |
| * | | Add openvswitch to virtualization stratumFrancisco Redondo Marchena2015-02-132-0/+17
| | | |
| * | | Update gnome-common to 3.12.0Francisco Redondo Marchena2015-02-131-2/+2
| | | |
| * | | Update libvirt and libvirt-pythonFrancisco Redondo Marchena2015-02-134-5/+58
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update libvirt and libvirt-python to 1.2.10. - Modify libvirt chunk: - Build libvirt using its submodule. - Reformat the configure command. - Create the libvirt group - Give the permissions to the libvirt group to read and write unix sockets. - Add lvm stratum required for libvirt to compile. - Add dmidecode and ebtables required for libvirt on runtime.
* | | Merge branch 'baserock/pedroalvarez/remove-temp-file'Pedro Alvarez2015-02-131-28/+0
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-by: James Thomas <james.thomas@codethink.co.uk> Reviewed-by: Tiago Gomes <tiago.gomes@codethink.co.uk>
| * | | Remove temporary file which was added accidentallyPedro Alvarez2015-02-131-28/+0
|/ / /