summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use GTK+ 3.15.4 to not bump the GLib versionbaserock/jjardon/gnomeJavier Jardón2015-02-201-2/+2
|
* Add GNOME systemJavier Jardón2015-02-202-1/+48
|
* Add GNOME stratumJavier Jardón2015-02-2021-0/+463
|
* Build xserverJavier Jardón2015-02-201-1/+0
| | | | Needed by some GNOME components (wacom)
* Move libepoxy to mesa stratumJavier Jardón2015-02-203-13/+7
|
* Build with cairo, mesa and GTK+ with X11 supportJavier Jardón2015-02-205-4/+4
| | | | | The GTK+/cairo X11 backend Its needed by some GNOME libraries (like gnome-sesion) GL is needed by gnome-session (GLES is not enough)
* strata/wayland-generic/libxkbcommon: Build libxkbcommon with x11 supportJavier Jardón2015-02-202-1/+2
| | | | Needed by mutter
* x-generic: build xorg-lib-libSM libraryJavier Jardón2015-02-201-0/+11
| | | | Needed by gnome-session
* x-common : move all the xcb libraries to x-commonJavier Jardón2015-02-202-22/+26
|
* strata/x-common: Build some basic libraries generally neededJavier Jardón2015-02-201-0/+22
|
* Merge branch 'baserock/jjardon/multimedia'Javier Jardón2015-02-2015-21/+59
|\ | | | | | | | | 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-2012-21/+21
| |
| * 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-2011-0/+20
| | | | | | | | Change the systems as well so nothing break
| * Add multimedia-common stratumJavier Jardón2015-02-201-0/+17
| | | | | | | | with libogg and libvorbis for now
* | Merge branch 'sam/sdk-update-v2'Sam Thursfield2015-02-2010-112/+152
|\ \ | |/ |/| | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
| * Remove 'generic' from SDK system namesSam Thursfield2015-02-203-38/+2
| | | | | | | | They are long enough anyway.
| * sdk.write: Ensure TOOLCHAIN_PATH is absoluteSam Thursfield2015-02-201-1/+1
| | | | | | | | | | If a relative path is used, everything breaks because the search paths inside the binaries don't make any sense.
| * sdk.write: Fix with modern versions of 'find'Sam Thursfield2015-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The '-perm +111' syntax has been deprecated since 2005 and has been removed from modern versions of GNU Find. Thus, the SDK installer script fails on Fedora 21 (GNU Find 4.5.11) with the following error: find: invalid mode +111 The recommended replacement is '-perm /111' but this isn't supported by the version of Busybox 'find' present in current Baserock 'build' systems. This test is being done purely to find files that are executable, and for this purpose '-perm +u=x' is equivalent (but supported by both versions of 'find').
| * 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
| |
* | Merge branch 'baserock/franred/disable-werror-when-compiling-libvirt'Francisco Redondo Marchena2015-02-201-1/+1
|\ \ | | | | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * | 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
* | Merge branch 'baserock/franred/add-apache-httpd-stratum-v3'baserock/sam/15.08-releaseFrancisco Redondo Marchena2015-02-194-0/+147
|\ \ | | | | | | | | | | | | Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Richard Maw <richard.maw@codethink.co.uk>
| * | 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
| | | |