summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding gnome-themes-standardTristan Van Berkom2015-10-122-0/+12
| | | | | | | This provides the theme engine modules, css and assets required for running GNOME. Change-Id: Id8d4c8518c54ea24457a4fc0e6644b7773134204
* Adding hicolor-icon-theme to gnome strataTristan Van Berkom2015-10-121-0/+4
| | | | | | | | The hicolor-icon-theme package is basically just an install hook for creating the icon theme directory hierarchy and some icon theme metadata Change-Id: I1897303feb5e874ce179fc9001ebe0a067c4fce1
* Adding gdm to gnome strataTristan Van Berkom2015-10-122-0/+15
| | | | | | | | The display manager provides services which are essential to GNOME Shell (and should be responsible for launching the session initially). Change-Id: Ibee801fde4dd63d7fea7dc89432d65d4523f28a8
* Create polkitd user for polkitdTristan Van Berkom2015-10-121-0/+5
| | | | | | | | Without creating the polkitd user, polkitd simply bails out at startup, the result being unexplained timeouts when trying to activate the PolicyKit1 service. Change-Id: I5e4ec083f4fa13860e1204ebc1e62632bb43a898
* Adding telepathy-logger to the gnome strataTristan Van Berkom2015-10-122-0/+12
| | | | | | This is a runtime dependency for GNOME Shell Change-Id: I89c22d8c4d2799e5804c1aaed7ef3fb5ceab1e0b
* Enable ModemManager unitTristan Van Berkom2015-10-122-0/+10
| | | | | | | | | ModemManager does not startup when asked to activate while firing up gnome-session, because the unit is not 'enabled'. This commit enables the unit in the target image Change-Id: Ib740f22a915063f457077ed69629838e4d4c3ad5
* Enable NetworkManager unit fileTristan Van Berkom2015-10-121-1/+5
| | | | | | | Installing NetworkManager is not enough for systemd dbus activation, one needs to enable the unit with systemctl. Change-Id: Iedc7274809123b2f1c71655790945dd90c7d0c68
* Adding accountsservice to gnome strataTristan Van Berkom2015-10-122-0/+17
| | | | | | Required by gnome-shell JS at startup Change-Id: Ia8a6c685140a716f8fae70399c1e79748c1a26ce
* Adding install-files for gnome-system-x86_64 system & clusterTristan Van Berkom2015-10-125-0/+147
| | | | | | | | | | | For starters, add the /etc/securetty configuration, avoids some warnings from the journal. Also, setup sshd configuration to use PAM. This is recommended for a systemd running system, and required for the system to create a session any login comming in through ssh. Change-Id: I3edc016b1bec73fb93f834829329416a40c81a05
* Updating gnome-shell, gnome-session and mutterTristan Van Berkom2015-10-121-6/+6
| | | | | | They generally go together, let's use the bleeding edge Change-Id: I0b61d95fe1284022c0491da153a1a355a67d35c3
* Query gdk-pixbuf loaders as a system-integration hookTristan Van Berkom2015-10-121-3/+5
| | | | | | | | This is to ensure we actually pickup the librsvg loader and we have a properly updated pixbuf loader cache at the end of the build. Change-Id: Id6ca28aeb2ba6722275d580da1f017b7cda32271
* Enable pam for gnome-keyringTristan Van Berkom2015-10-121-1/+1
| | | | | | | | | This is the recommended way for starting gnome-keyring automatically at login time. Change-Id: I05ee9e0b67351943e4696778a52bde327ee1e58e See: https://wiki.gnome.org/Projects/GnomeKeyring/RunningDaemon and: https://wiki.gnome.org/Projects/GnomeKeyring/Pam
* Adding udisks to gnome strataTristan Van Berkom2015-10-122-0/+15
| | | | | | udisks is required for gvfs to build the default volume monitor module Change-Id: I1086d1ee5db4a2648e3e059c025140fb74b4c80e
* Added libatasmartTristan Van Berkom2015-10-122-0/+11
| | | | Change-Id: I058907bb99408f0370993e30109cb20bfd4dbdb8
* x-common: Move xorg-lib-libXfixes before it's referencedPedro Alvarez2015-10-121-8/+8
| | | | Change-Id: Iddb92c34a241b9ee7bf5778508a7c9e0dc54cd7c
* Fix buildTiago Gomes2015-10-123-4/+0
| | | | Change-Id: I9c0184c2dc68b62e59bed58c1c15df87db7a474d
* Build OpenSSH --with-pamTristan Van Berkom2015-10-121-1/+2
| | | | | | Using PAM is the preferred authentication with logind Change-Id: I734bc56db2cd545a4921f4289902204658be7431
* Added at-spi-*.morph filesTristan Van Berkom2015-10-123-0/+12
| | | | | | | | These were not properly configured with --sysconfdir=/etc, the result is that essential startup data lands in the wrong place, the autostart data lands in /usr/etc/xdg/autostart instead of /etc/xdg/autostart Change-Id: Ic6e10ecc368077806bcce1a6cd93d39c7405ff49
* Build colord with --sysconfdir=/etcTristan Van Berkom2015-10-122-0/+6
| | | | Change-Id: I782520d91db12b3aa0d916508d56c838f276eb86
* Set --sysconfdir=/etc all aroundTristan Van Berkom2015-10-1239-37/+39
| | | | | | | | Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af
* Upgrade of libXiTristan Van Berkom2015-10-121-2/+3
| | | | | | | This fixes the hang in gnome-shell when initializing mutter and hanging in a deadlock inside XIGrabTouchBegin() Change-Id: I4ca4705b15cb65dac0fb350ddffa1da327f1a082
* Enable glx in xserver buildTristan Van Berkom2015-10-111-1/+1
| | | | | | | | | | | This is required for gnome-session to detect hardware acceleration, whether it be by way of the virtual llvmpipe or otherwise, the glX*() apis provided by X libs must be present. See https://bugzilla.gnome.org/show_bug.cgi?id=686806 This completes commit f584aa719cfdea7db884904fac24ad24f24c765b Change-Id: Iaf9d1cfb5c149b45275d31e1f2939feffa5d47d4
* Compile GSettings schemas on target systemTristan Van Berkom2015-10-112-0/+9
| | | | | | | Adds a system-integration hook for the compilation of any schemas which may have been installed by various modules during the build. Change-Id: I509a35b56961a5ac15a29fb664edf87e8bdc103a
* Explicitly disable guile in build of gnu make.Tristan Van Berkom2015-10-111-1/+1
| | | | | | | | | | | During the stage2 build, we are using header files from the target sandbox but host build tools, which will automatically detect guile if present on the build host. This prevents the build of 'make' to otherwise fail while building guile.o, due to the lack of 'gmp.h' (and possibly other unneeded cruft). Change-Id: I5be8467afc9486bf40055000e4c6460232345b93
* strata/morph-utils.morph: Upgrade morph to latestJavier Jardón2015-10-071-1/+1
| | | | Change-Id: I08891e20fc8172ff2a4e9171c87f21f10dc019cf
* scripts/release-build: Allow setting controller portsSam Thursfield2015-10-071-4/+15
| | | | | | | | | | This is useful if you have a distbuild controller with a non-standard port. It now also warns if something couldn't be built because there is no build network for that arch available. Change-Id: I5fcac2be9aa198afe16b76564d8307fed04bd526
* Upgrade pango to 1.38Javier Jardón2015-10-072-11/+3
| | | | | | Modules has been removed in this release Change-Id: If93e83955c5453b88dca1ba45b25a8f7c9fc4c67
* strata/graphics-common.morph: Upgrade harfbuzz to 1.0.4Javier Jardón2015-10-071-2/+15
| | | | | | This version depends on ragel wich depends on colm Change-Id: Iccdda2cda30d201259dedac93dbabc86cd99c5c5
* SoCFPGA: Add BSP and systems for Altera Cyclone V SoCFPGA Development KitEdward Cragg2015-10-0610-0/+273
| | | | | | | | | Add BSP and system definitions to support the Altera Cyclone V SoCFPGA development kit [1] [1] https://www.altera.com/products/boards_and_kits/dev-kits/altera/kit-cyclone-v-soc.html Change-Id: I9a2371e52b5601f814e2b0feedce006f0c4f7882
* strata/multimedia-gstreamer.morph: Add libsoup dependencyPaul Martin2015-10-051-0/+1
| | | | | | To build the soup plugin in gst-plugins-good Change-Id: I0b24af834ed4c8895887b864ea0624bd0e7ba8e7
* strata/glib-common.morph: Upgrade GLib to latest stable (2.46)Javier Jardón2015-09-281-2/+2
| | | | Change-Id: I6e876d5c2cc12499467bdf9f7aeb10530f806f4d
* Fix bison buildTiago Gomes2015-09-281-1/+2
| | | | | | | | Run ./bootstrap on the configure commands, otherwise it will be run again by the build tool but this time without the right arguments. This would result in a build failure. Change-Id: Ib93e5398229fa9f2fc00bfcd74a502553e5f92d6
* migrations/006: Report network errors more clearlySam Thursfield2015-09-281-5/+30
| | | | | | | | | | | | | | | | | | | | | | | This is a bit of an awkward migration because it tries to contact the remote cache server in order to do build system autodetection. Users who are using a Trove other than git.baserock.org will need to change the script to point to their Trove. So the error message should point them in that direction, but without obscuring the original error (which may due to network connectivity or soemthing else). Error output now looks like this: WARNING: Unexpected response from server http://git.baserock.org:8080/ for repo git://git.baserock.org/delta/libndp: 404 Client Error: Not Found Error: Unable to look up one or more repos on remote Git server git.baserock.org. If you are using a Trove that is not git.baserock.org, please edit the TROVE_HOST constant in this script and run it again. Before, you would get a backtrace from the simplejson module in this situation. Change-Id: I3f6b3fb46ff436b8490a687ab4bd4d32d857f2ff
* coreutils: separate bootstrap and configure commandsJavier Jardón2015-09-281-1/+2
| | | | | | In a similar way as we do with sed or diff Change-Id: I04b910cd380df6f50110b3a96012cfc97ff37975
* strata/gnome.morph: g-s-d: Use correct lorried repoJavier Jardón2015-09-271-1/+1
| | | | Change-Id: I17320f219f290b67780e39e136cda843151972ec
* strata/gnome.morph: gnome-shell: Use lorried repo in gitmodulesJavier Jardón2015-09-271-2/+2
| | | | Change-Id: I0c40c1b9cfbdba94452540a0753a0b759cd10321
* strata/gnome.morph: g-s-d: Utilize lorried gitmodule repoJavier Jardón2015-09-271-2/+2
| | | | Change-Id: I7c3045f317c00cead5e2be9e58fe5fe13b1a854e
* strata/virtualization/libosinfo.morph: Disable -WerrorJavier Jardón2015-09-261-2/+7
| | | | | | | To fix the build against compilation warnings about the use of deprecated GLib symbols Change-Id: Id0fd1ef1a4f1c4933409f1f34ab655e42a5e6ec5
* strata/gnome.morph: Change sha of m4-common to use correct gitmodulesJavier Jardón2015-09-261-2/+2
| | | | Change-Id: I698bb18fdf679b1bbfa9f1f06e6aeb5bac81c6fc
* strata/gnome.morph: m4-common: Use lorried repo instead upstream directlyJavier Jardón2015-09-261-1/+1
| | | | Change-Id: I1b2b2da6ca2f729e3acb8630b89f89ccc20f23d4
* ci.morph: Fix definition of gnome-system-x86_64 deploymentPedro Alvarez2015-09-261-3/+3
| | | | | | This error was introduced in 4a2180bade54318d62559601c52c51cef43f8cbe Change-Id: I2aa1f7c95daa4ced3204085c3e9e59ea48e82dd5
* migrations/007-initial-defaults: Add bootstrap[.sh] check to autotoolsJavier Jardón2015-09-251-0/+2
| | | | Change-Id: I3585977e49e19a6ec26d30a725d2de936e15a228
* ci.morph: Build gnome-system instead of wayland-systemSam Thursfield2015-09-251-3/+3
| | | | | | The GNOME system is a superset of the "Wayland" one. Change-Id: I565534bb99052cd8df16556f319750d3876257f6
* strata/input-common.morph: Upgrade libinput to 1.0.1Javier Jardón2015-09-251-2/+2
| | | | Change-Id: I578d202b8c6770e80bf209a2e4406edb25b44af0
* Add GNOME stratum, system and clusterJavier Jardón2015-09-2530-7/+614
| | | | | | | | | | | This introduces a second version of libxkbcommon. This is unavoidable really as (a) libinput requires libxkbcommon, (b) Mutter requires libxkbcommon with X11 support enabled, and (c) X11 support in libxkbcommon requires xcb-xkb. To avoid the input-common stratum depending on the whole of X11, we do two variants of libxkbcommon and, in the case where X11 support is needed, one overrides the other. Change-Id: Ib6a47a4eb859d7b32c94f0cb05add774db6d15c8
* Build GTK+ with X11 supportJavier Jardón2015-09-252-1/+2
| | | | | | | The GTK+/cairo X11 backend Its needed by some GNOME libraries (like gnome-sesion) Change-Id: Iac0738acef67d8246be608070eaa5b6dd7fb45ca
* Update to gobject-introspection 1.46.0 (latest stable release)Sam Thursfield2015-09-251-2/+2
| | | | | | It's needed by gnome-shell 3.18 Change-Id: Ie937ab21efdc53d6e5ba0828da715ff5d4258a9e
* strata/glib-common.morph: Upgrade GLibJavier Jardón2015-09-251-2/+2
| | | | | | Needed by some GNOME components like gcr Change-Id: I89c28c5c9f9cc338ce8d576fbdf646838259e8fd
* strata/mesa-common/mesa.morph: Enable GLXJavier Jardón2015-09-252-2/+2
| | | | | | | | This is needed by gnome-session https://bugzilla.gnome.org/show_bug.cgi?id=686806 Change-Id: I9150c3a50e6a1038a2c78363598a2e6d0774eb17
* strata/bsp-x86_64-generic: Upgrade Linux kernel to v4.2Javier Jardón2015-09-251-3/+3
| | | | Change-Id: Ia4fd517d2f9cbb18b62fb6e2b4934f3755a219a8