summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix navit installing to the wrong placebaserock/jonathanmaw/genivi-demo-platformJonathan Maw2015-05-121-1/+1
| | | | Change-Id: I6f9967afe1ff40fa707de13adb6bbc1d891188d6
* WIP Add FSAJonathan Maw2015-05-123-2/+31
| | | | Change-Id: I08b38af14f0f6dd85088dedd773b691db6c244f3
* Make user dbus service and socket start automaticallyJonathan Maw2015-05-113-1/+5
| | | | Change-Id: I564ea426a8318ea2bcfc331ccfdb8e94fbe167a8
* Use the baserock-standard pygobjectJonathan Maw2015-05-073-20/+3
| | | | Change-Id: Ie2eac8e580010f92d50b684af6e866f10e3a8c23
* Fix the systemd units from browser-pocJonathan Maw2015-05-071-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-05-062-6/+4
| | | | Change-Id: Iddf615fb5f7e08d73a7c72cdd2723de772d053be
* Completely untested add systemd user dbus configJonathan Maw2015-05-064-0/+27
| | | | | When it comes time to upstreaming, a lot of this will probably be moved into the dbus chunk.
* gdp-hmi: Fix images failing to install in a way that worksJonathan Maw2015-05-051-6/+4
| | | | | | 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.
* gdp-hmi: Fix images failing to install to destinationJonathan Maw2015-05-051-2/+6
| | | | | This has not been verified to install to the correct place, just that it doesn't fail any more. Expect this to get redone.
* Revert "VERY DIRTY: Use baserock/jonathanmaw/genivi-demo-jetson for browser-poc"Jonathan Maw2015-05-051-1/+1
| | | | | | | | This reverts commit 2f6d1e0d0ead5f570feeaf769efe4a58c1d1dcee. This is because genivi-demo-jetson isn't actually ready, and the end-goal is to have baserock/jonathanmaw/sensible-build changes merged upstream, so genivi-demo-jetson will have changed a lot, regardless.
* VERY DIRTY: Use baserock/jonathanmaw/genivi-demo-jetson for browser-pocJonathan Maw2015-05-051-1/+1
|
* Add the install-essential-files configuration extensionJonathan Maw2015-05-051-0/+1
|
* Use mesa-common-vm in GENIVI Demo PlatformJonathan Maw2015-05-051-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.
* Update qtwebkit to 5.4.2Jonathan Maw2015-05-051-2/+2
| | | | | | This is required because the updated gcc version revealed that qtwebkit was implicitly relying on some templates being instantiated, and gcc had optimized them away.
* Move qtmultimedia to gstreamer-1.0Jonathan Maw2015-05-051-3/+3
| | | | | gstreamer-0.10 is currently broken by the current version of bison, and fixing it is a major hassle due to submodules.
* Use qtmultimedia instead of qtmultimedia-gstreamerJonathan Maw2015-05-011-1/+1
| | | | It was referring to a chunk morphology that didn't exist.
* Add a modified version of qtwaylandJonathan Maw2015-05-011-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-05-016-13/+39
| | | | | | | | | | | | | 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.
* Add GENIVI Demo Platform system and stratumJonathan Maw2015-05-0113-0/+368
|
* clusters/release.morph: Use unique names for deployment namesPedro Alvarez2015-05-011-2/+2
| | | | Change-Id: I5ee7098ab77ceb408b3dff5aa8d6dd89dea03db2
* cluster/ci: Add genivi systems to the ciJavier Jardón2015-05-011-0/+19
| | | | | | So our released systems are being tested in the ci Change-Id: Iced5b662a90d4586a13738f03471f8598058128a
* openstack: improve network configuration extensionTiago Gomes2015-05-011-5/+18
| | | | | | Also ensure that the /etc/openstack directory exists. Change-Id: I633cf3e9add94ff1d9622062e55b4d15db541cbf
* clusters/weston-system-x86_64-generic-deploy: Add ability to boot from USBJavier Jardón2015-05-011-1/+12
| | | | Change-Id: I312071ee1ff2d705af095ddff2b5db50b302d4af
* distbuild: Disable strict SSH host key checkingSam Thursfield2015-05-011-0/+10
| | | | | | | | | | | | | | | | | | Although we scan the keys of the Trove, we can only do this for the exact hostname specified in TROVE_HOST. If the definitions being built point to repos in the Trove using an SSH URL but with a different hostname (e.g. as an IP address, or a differently qualified hostname) then the distbuild will fail with a fairly opaque error: ERROR: Build of xx failed: ERROR: Failed to update cached version of repo ssh://git@.../xxx Currently we expect distbuild to be deployed on a trusted private network, so this change doesn't make it less secure. However, it would be a problem in future if we want distbuild networks connecting to their Trove across a public, untrusted network. Change-Id: I6cf8b318cab8985e811b5ee5ac29df225b62270d
* openstack: improve ceilometer configuration extensionTiago Gomes2015-05-011-33/+25
| | | | Change-Id: Ie14289e4fe23979d6d0d3f65658c0b48f0b1de18
* openstack: improve nova configuration extensionTiago Gomes2015-05-011-43/+25
| | | | Change-Id: Ibc0b20feb13848d73dbc2ce5836efe565bc3381b
* openstack: improve cinder configuration extensionTiago Gomes2015-05-011-38/+26
| | | | Change-Id: I709085e7ca489510196cb6ea8c0502cdd34ff3a0
* openstack: improve neutron configuration extensionTiago Gomes2015-05-011-53/+30
| | | | Change-Id: I05e7147ea9577557fe8adbe1c2fc46db33351090
* openstack: enable glance only in the controllerTiago Gomes2015-05-014-16/+39
| | | | Change-Id: I506525f48952b1807732fb726aa16f9f33e608d7
* openstack: enable keystone only in the controllerTiago Gomes2015-05-014-20/+38
| | | | Change-Id: I43f1cd43645ff8358a1d8d699352438633124038
* openstack: tidy up cluster morphologiesTiago Gomes2015-05-013-8/+9
| | | | Change-Id: Ide6df1bb9128585973dfc3eec37fd46c5eda7a68
* openstack: remove duplicated information in clusterTiago Gomes2015-05-012-15/+0
| | | | | | | Those variables were already defined somewhere in the cluster, so there is no need to duplicate them. Change-Id: Ia02e93b561f9d33580c45d96d7f01520acf3b678
* clusters/release: Add the ability for x86_64 images to boot from a USB stickJavier Jardón2015-05-011-0/+14
| | | | Change-Id: I07fad716d823813e91abb0c3f94dd9cec73b339f
* Add ocaml chunk, strata and systemDaniel Firth2015-05-013-0/+39
| | | | Change-Id: I7b36e0e1ef55b4146896aaa3dbc9e4f61c4d205e
* openstack: update IP address for one-node clusterTiago Gomes2015-04-301-1/+1
| | | | | | To be consistent with the other IP addresses used. Change-Id: Idf47ac2af56ea94575d4c534eefb61d5aa38b411
* openstack: fix three node cluster documentationTiago Gomes2015-04-301-1/+1
| | | | Change-Id: I5ff7da209fc7710f508a3d89a32a917c939497cc
* openstack: fix typo on neutron-db.ymlTiago Gomes2015-04-301-1/+1
| | | | Change-Id: Id4c7228cfe3f72b0cdb90d66dcdb9da30c5e75c0
* Upgrade u-boot to latest releaseJames Thomas2015-04-301-4/+4
| | | | | | | We can use mainline u-boot now, however this also requires us to bump dtc Change-Id: I35786072d3ff76b99ec8e6b4b2727b5487434498
* Upgrade jetson to 4.0James Thomas2015-04-304-15/+24
| | | | | | | | Quite a lot of changes here, new firmware, nouveau platform driver no longer exists as a separate module, and we no longer need the bsp-support to set the scaling governor, as it's ON_DEMAND by default Change-Id: I7ab2b969659702929b9df3bcb1ab7dd6d68f73f4
* Upgrade mesa to latest stable release + jetson specific patchesJames Thomas2015-04-301-2/+3
| | | | | Mesa now depends on python-core, since it requires mako Change-Id: I1d066756fdc57f50f134522a0cce58408bcae17f
* Add mesa-common-vm and use this for x86_64 systemsJames Thomas2015-04-304-4/+28
| | | | | | | | 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
* Upgrade libdrm to 2.4.60 and patch for jetsonJames Thomas2015-04-302-2/+11
| | | | | | Jetson support now requires new features not found in mainline yet Change-Id: I3128058e8e821ec00f26877ed42a1c46dcbd12b5
* Disable werrors in qemuFrancisco Redondo Marchena2015-04-301-1/+1
| | | | Change-Id: I7336a7233d87c5a7557743a65ab999763fd2d5be
* Add base systems for armv8l64 and armv8b64Edward Cragg2015-04-302-0/+42
| | | | | | These were previously conspicuous by their absence Change-Id: I425da2784927cdb336b462898d894fd69faec3ce
* Add neccessary kernel config for google compute engine.Mark Doffman2015-04-301-0/+3
| | | | Change-Id: Ic51480a7f1e3083bb245393336ecd2fad57fba67
* strata/foundation.morph: Use hash instead tag for libgpg-errorJavier Jardón2015-04-291-1/+2
| | | | Change-Id: I1b6b6117b272633a47b6ec1b48b0758ef47c315a
* Use latest morphJavier Jardón2015-04-291-1/+1
| | | | | | | | | | | | This includes: e9f13c8 Fix lines bigger than 79 characters in install-essential-files.configure.help c41216a morphlib/builder.py: Add comment, os-release is now generated as an extension ed423dc Add install-essential-files configuration extension 93dd98f distbuild: Fix NameError when worker disconnects 87f8dbe Add version guessing function to gitdir and cached repo. Change-Id: Iaaf548bd6ea05b5fd10a31b4997fed6268d18904
* Upgrade to GCC 5.1Javier Jardon2015-04-294-17/+18
| | | | Change-Id: Iad8f11341a4a770c14393a50d1b0d3e26c076dbf
* Update libgpg-error to latest release (1.19)Javier Jardon2015-04-292-1/+9
| | | | | | This release fixed problems when compiling with GCC 5.1 Change-Id: I7c5f3f97cb124980eb04cca23bcf6cb5199e9d77
* Configure systemd to support user instancesJonathan Maw2015-04-291-1/+13
| | | | | | | | | This involves: * A workaround to user@.service being shut down prematurely. * Fixing a systemd unit using 'kill' from a path that doesn't necessarily exist. Change-Id: Iacad155da9752313a2e4bbaae34a3e593d6ecc1b