summaryrefslogtreecommitdiff
path: root/systems/genivi-baseline-system-x86_64-generic.morph
Commit message (Collapse)AuthorAgeFilesLines
* strata/glib-common.morph: Make stratum depend on pcre-utilsPedro Alvarez2016-08-011-0/+2
| | | | | | New versions of GLib depends on libpcre Change-Id: Ide66b1af83fd4d6e616b79264c971728c9ef4edb
* Split bluetooth and audio-server (pulseaudio) in different stratareview/javier_jardón/split_bluez_audioJavier Jardón2016-07-191-2/+4
| | | | Change-Id: I5bd5d79581ed59833002f27f10b596202d8d06bb
* strata/input-common.morph: Upgrade libinput to 1.2.0Javier Jardón2016-03-011-0/+2
| | | | Change-Id: I8804aa8d5c7d4a9d2ba714a518775e34b6b19f6f
* Stop using input-genivi for GENIVI systemsPedro Alvarez2016-02-251-2/+2
| | | | | | | This version is, not needed since the upgrade to weston 1.9 on these systems Change-Id: I36f569edd4abb125b9ddebe9ddcf58d5cf3888d8
* extensions: Add genivi.configure and use it in GENIVI systemsGENIVI-K1.0.1baserock/pedroalvarez/gdp-rebase3Pedro Alvarez2015-10-301-0/+1
| | | | | | | | | This extension allow us to do at configure time: - Configure different weston.ini files (for GENIVI baseline and GDP) - Enable weston.service - Set different backends in weston.service Change-Id: Idfdb8b3d0e881d2da43eeefe86e42ca6876bb790
* Use a specific combination of wayland-ivi-extension, weston and libinuptPedro Alvarez2015-10-301-2/+2
| | | | | | | | | | | | | | | | | | 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. Signed-off-by: Jonathan Maw <jonathan.maw@codethink.co.uk> Signed-off-by: James Thomas <james.thomas@codethink.co.uk> Change-Id: I2c7c6e64119d7e91883e3ce4cfddef56c4762f88
* More GLib and deps to its own stratumJavier Jardón2015-08-171-0/+2
| | | | Change-Id: I1bcc28de68c9b61b25929cf142e1dd8ea63f8d6f
* Move extensions into a subdirectoryAdam Coldrick2015-06-021-6/+6
| | | | Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e
* Upgrade to mesa-10.6-rc1Javier Jardón2015-05-261-2/+2
| | | | | | | | | | | | This release fixes https://bugs.freedesktop.org/show_bug.cgi?id=86701 So, 3D acceleration works again in virtual machines. Because of this, the special mesa-common-vm stratum is not needed anymore (used to compile thre last known version with 3D acceleration support in vm, 10.3.7) Change-Id: Iddddc6511b67bc53e4c87939ae0d060740ed2f4c
* Add mesa-common-vm and use this for x86_64 systemsJames Thomas2015-04-301-2/+2
| | | | | | | | We're locked at the last version of mesa that allows egl_gallium as we need to be able to use this in a VM, so add a separate run-time mesa for this. At build-time we can use the upgraded mesa Change-Id: I687fa98e12d99816efce2b61561cc8a07aa146f5
* Install /etc/os-release using the new install-essential-files extensionJavier Jardón2015-04-291-0/+1
| | | | | | This is currently hardcoded in morph Change-Id: I34446bbdf6ad3a7bdd0c34e4fcbd79433ce0fd71
* Add x-common to the genivi systemsPedro Alvarez2015-03-061-0/+2
|
* Rename multimedia to multimedia-gstreamerbaserock/jjardon/multimediaJavier Jardón2015-02-201-2/+2
|
* Make multimedia and multimedia-gstreamer-0.10 depend on multimedia-commonJavier Jardón2015-02-201-0/+2
| | | | Change the systems as well so nothing break
* system: simple-network is not needed anymore in systemd systemsbaserock/jjardon/systemd_217Javier Jardón2014-11-171-1/+0
|
* Move linuxquota to genivi stratum and remove genivi-foundation stratumbaserock/jjardon/clean_geniviJavier Jardón2014-10-291-2/+0
|
* Do not build X11 support in mesaJavier Jardón2014-10-141-2/+0
| | | | | | | In this way we can build completely wayland-only systems The reason to do this is that cairo will pull the X11 dependency if the mesa stratum is built with X11 support (as graphics-common depens on mesa-common)
* Split libdrm from graphics-infra stratum and create libdrm-common stratumJavier Jardón2014-10-141-2/+2
| | | | So libdrm only gets build when it's really needed
* Add graphics-infra stratumJavier Jardón2014-10-141-0/+2
| | | | With basic infrastructure components like libdrm and xorg macros
* Move llvm to its own stratumJavier Jardón2014-10-061-0/+2
| | | | | llvm is a bif piece of software that take long time to build With this move we will only build it when its really necessary
* Move connman to its own stratumJavier Jardón2014-09-221-0/+2
|
* weston: Do not disable drm backendJavier Jardón2014-08-281-0/+2
| | | | Its the default backend and probably the best supported
* Move common input components from wayland-generic to input-common stratumJavier Jardón2014-08-281-0/+2
| | | | | | This is libinput library and deps These are common dependencies to weston and clutter/gtk
* Move common graphics components from wayland-generic to an independent stratumJavier Jardón2014-08-281-0/+2
| | | | | | Basically pixman, cairo, pango and deps These are common dependencies for weston and gtk/clutter
* Move weston to its own stratumJavier Jardón2014-08-281-0/+2
|
* Build only one wayland independent of the architectureJavier Jardón2014-08-281-2/+2
| | | | | This makes gtk (and everything that is on top) independent of the architecture we are building.
* Re-organise definitions with scripts/organise-morphologies.pyGENIVI-I0.1baserock/release/GENIVI-I0.1Richard Maw2014-08-181-0/+34