summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Library is not called libpers_common.so.1James Thomas2015-10-131-0/+1
|
* remove max jobs from qtwebkitJames Thomas2015-10-131-1/+0
|
* Use the baserock-standard pygobjectJonathan Maw2015-10-133-20/+3
| | | | Change-Id: Ie2eac8e580010f92d50b684af6e866f10e3a8c23
* Fix the systemd units from browser-pocJonathan Maw2015-10-131-2/+2
| | | | | | | This may be subject to change, depending on whether browser-poc upstream accepts the build system patch. Change-Id: I673a25347e7ad83ffe816069109c4e974f484ae8
* Use a version of automotive-message-broker that has fewer things wrong with itJonathan Maw2015-10-132-6/+4
| | | | Change-Id: Iddf615fb5f7e08d73a7c72cdd2723de772d053be
* Use mesa-common-vm in GENIVI Demo PlatformJonathan Maw2015-10-131-2/+2
| | | | | | The latest version of mesa doesn't support VMs, so we use mesa-common-vm to install an older version on top for systems that use mesa and are in VMs.
* Add a modified version of qtwaylandJonathan Maw2015-10-131-0/+5
| | | | | This is not the upstream qtwayland, it is a modified version which makes qt applications use the LayerManager API
* Use a specific combination of wayland-ivi-extension, weston and libinputJonathan Maw2015-10-137-13/+49
| | | | | | | | | | | | | This is necessary because: * genivi-demo-platform-hmi requires features of wayland-ivi-extension which were taken out after version 1.3.91 * It links against an ivi-layout module in weston with an interface that is part of the weston-ivi-shell fork before it was merged with weston, hence it must be a version before weston 1.7. this existed as the branch "weston-ivi-shell-1.6.0-rc1-testing-01" on github/ntanibata/weston-ivi-shell. * libinput 0.7, because 0.8+ changed function signatures that weston uses.
* gdp-hmi: Fix images failing to install to destinationJonathan Maw2015-10-131-1/+3
| | | | | | The destination must be the same for all three dirs, even if that means files overwrite each other. Since `cp` refuses to do that as part of the same command, I run it once for each subdir.
* Add GENIVI Demo Platform system and stratumJonathan Maw2015-10-1313-0/+397
|
* gnome: udisks depend on gudev but that chunk is already in NetworkManagerJavier Jardón2015-10-121-1/+0
| | | | Change-Id: Ibf2c61cf4ea72b89012822e077f67165cdad74b7
* Fix buildJavier Jardón2015-10-121-2/+1
| | | | Change-Id: Ia0ba49e09200cad7aa2cd844c9696442ea909391
* Build systemd with --enable-compat-libsTristan Van Berkom2015-10-121-1/+1
| | | | | | | This enables building of libsystemd-daemon, which is a requirement for the new xserver to build. Change-Id: I6ee2305a960e33d922fe5c120c662ce8344d1af5
* 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