summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* genivi: Upgrade audiomanager to 7.4Pedro Alvarez2016-07-181-2/+2
| | | | Change-Id: I1e912adf80a5e96edd84f90e7706bd884e933402
* genivi: Upgrade persistence-administrator to latest masterPedro Alvarez2016-07-181-2/+2
| | | | | | This version includes fixes that were in a branch previously Change-Id: I6e75d23826fb697aca8c432030e7048626d1790a
* genivi: Upgrade persistence-common-object to latest masterPedro Alvarez2016-07-181-2/+2
| | | | | | This version includes fixes that were done in a branch previously Change-Id: I1cbc8ac5f4c91b48c18caa46aeb536acfacaef80
* weston-genivi: Upgrade wayland-ivi-extension to 1.10.90 (1.11 RC1)Pedro Alvarez2016-07-181-2/+2
| | | | Change-Id: I3a53d0a2852f25f9b9c5e2da08d0df91d43a960e
* weston-genivi: Upgrade weston to 1.11.0Pedro Alvarez2016-07-181-2/+2
| | | | Change-Id: Ibd07982c2756fec33c0145e8948b3c595561eb10
* wayland-generic: Upgrade wayland-protocols to 1.4Pedro Alvarez2016-07-181-2/+2
| | | | Change-Id: I9bc10fa794fb3c866db09aa1e2e77683799d650a
* wayland-generic: Upgrade wayland to 1.11.0Pedro Alvarez2016-07-181-2/+2
| | | | Change-Id: Icf4806516817f9f526b2edc090d9e862172f31c6
* strata/mesa-common/mesa.morph: Enable new Intel-backed OpenSWR software ↵Javier Jardón2016-07-171-1/+1
| | | | | | | | rasterizer This driver aims for higher performance over LLVMpipe Change-Id: If525f91953fc3f00c41f4ae62dea6be48d9bdb9c
* strata/mesa-common/mesa.morph: Enable vulkan intel driverJavier Jardón2016-07-171-0/+3
| | | | Change-Id: Ib8b191e167b0a77ea918ee956743476805d759e0
* strata/mesa-common.morph: Upgrade to mesa v12.0.1Javier Jardón2016-07-171-2/+2
| | | | Change-Id: I187d64a12f19d2d75e693d7db2f203394678ca0a
* initramfs-utils: remove 'morph' field given 'build-system' existsPedro Alvarez2016-07-141-1/+0
| | | | | | This bug was introduced in 42ffa500d4fee2ae840db5b140d99e2f356c2d33. Change-Id: I65918546dd22f11166067c05ea70c4ebd2ead7fb
* Use msse2 GCC flags only in x86_32Pedro Alvarez2016-07-132-4/+17
| | | | Change-Id: Ic438668d4413cbba6c680604fa97ca160b3387e6
* == syntax doesn't work for a real /bin/shPaul Sherwood2016-07-121-1/+1
| | | | Change-Id: I6a563d7268df670495db792912e5ef8434d91d93
* strata/audio-bluetooth.morph: Update to pulseaudio v9.0Javier Jardón2016-07-062-5/+12
| | | | Change-Id: Ic84ae8c7ad8dce96acd0d6877611219899ad82e1
* strata/flatpak-common.morph: Add bubblewrap submoduleJavier Jardón2016-07-061-0/+2
| | | | Change-Id: Ib2c02a91da9b04032158da3af3af28442b5020ed
* strata/initramfs-utils: Remove unneeded morph fileJavier Jardón2016-07-062-3/+1
| | | | Change-Id: Ib09600ecf1c1375b28bb0d2ab4d5cd0928e4afc1
* .gitlab-ci.yml: No deploy for the minimal systemJavier Jardón2016-07-051-7/+0
| | | | | | clusters/minimal-system-deploy.morph is for x86_32 Change-Id: I48d3e05464e0f19657bee2929683521c46e750cc
* Add .gitlab-ci.ymlJavier Jardón2016-07-041-0/+71
| | | | | | | | | | | This will not affect the current ci system in baserock, but it will allow to provide ci/cd for _free_ through the mirror of definitions I have in gitlab.com As an example, take a look to the pipelines generated here: https://gitlab.com/baserock/definitions/pipelines Change-Id: I3a23ef9e828c6c4bf625145b6f6f8d180b22ca3c
* Update xdg-app -> flatpakJavier Jardón2016-07-015-12/+13
| | | | Change-Id: I0a281f931d469837a5b0bfb54bbd930eb186ffb0
* strata/ostree-core.morph: Upgrade ostree to 2016.6Javier Jardón2016-07-011-2/+2
| | | | Change-Id: I942ba51fbe1fe2dc3a2b78aaa58af94002fd5736
* strata/multimedia-gstreamer-0.10.morph: Fix compilation problem with v4lJavier Jardón2016-07-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Compilation error: v4l2_calls.c:58:26: error: 'V4L2_CID_HCENTER_DEPRECATED' undeclared (first use in this function) #define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED ^ v4l2_calls.c:297:12: note: in expansion of macro 'V4L2_CID_HCENTER' case V4L2_CID_HCENTER: ^ v4l2_calls.c:58:26: note: each undeclared identifier is reported only once for each function it appears in #define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED ^ v4l2_calls.c:297:12: note: in expansion of macro 'V4L2_CID_HCENTER' case V4L2_CID_HCENTER: ^ v4l2_calls.c:61:26: error: 'V4L2_CID_VCENTER_DEPRECATED' undeclared (first use in this function) #define V4L2_CID_VCENTER V4L2_CID_VCENTER_DEPRECATED ^ v4l2_calls.c:298:12: note: in expansion of macro 'V4L2_CID_VCENTER' case V4L2_CID_VCENTER: ^ Change-Id: Ic3c7747624038c6921bce163cedc1a7d7e27fa6e
* Fix gstreamer-plugins-base-0.10 compilation errorJavier Jardón2016-07-012-1/+9
| | | | | | | | | | | | | | This is the compilation error: In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include/xmmintrin.h:1258:0, from resample_sse.h:38, from resample.c:134, from speex_resampler_double.c:26: resample_sse.h: In function 'inner_product_double': /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include/emmintrin.h:99:1: error: inlining failed in call to always_inline '_mm_setzero_pd': target specific option mismatch _mm_setzero_pd (void) Change-Id: I442a445e1207fff7da7a9b5d1b8b3f281cb075a9
* Move orc to multimedia-commonJavier Jardón2016-07-014-19/+5
| | | | | | Its a common dependency of gstreamer 0.10 and 1.x Change-Id: I56b4ad29d6e29af47aa0e6fa6b195487c6966620
* Fix various namesPaul Sherwood2016-06-244-4/+4
| | | | Change-Id: Iae7c080ad957420ee73e55cf8738d470621fa144
* Fix names in chef stratum morphsPaul Sherwood2016-06-247-6/+6
| | | | Change-Id: Idbe22178cb41a843b7ece73890a21d356321d287
* Fix ACE_TAO namesPaul Sherwood2016-06-232-1/+1
| | | | Change-Id: I9b8bbdb9cc6a1c6298724d59bdf1cfbb0eedc8db
* Create /etc in the crazy circumstance it doesn't existBen Brown2016-06-231-0/+1
| | | | Change-Id: Ie47d1c1d59f208287dd4e4170a195cc4e8a79da4
* Rename chef-master to match chef-12.0.0.alpha.0Paul Sherwood2016-06-162-1/+1
| | | | Change-Id: I9efc4ba26ac8e48b90ed55e5c704bba773eed83b
* Fix names to match pathsPaul Sherwood2016-06-169-9/+9
| | | | Change-Id: Ie55e6baece022df18700968827f91b84f377218d
* Remove unused (and broken) pies.morphPaul Sherwood2016-06-101-11/+0
| | | | Change-Id: I768cf24217b0f17df61aeaf0c189b25aa7ce1da3
* Update rvi_core repo to point to correct location in upstream lorriesLauren Perry2016-06-101-1/+1
| | | | Change-Id: Ide21a0487e35746ef30dfaf81e884fa39872a8d4
* strata/foundation.morph: Upgrade to systemd v230Javier Jardón2016-06-071-2/+2
| | | | Change-Id: I35dcfd044dbc37a4da83fa507ff8f5ae20e2ecaa
* gcc: Remove 'with-cpu', not compatible with 'with-arch'Pedro Alvarez2016-06-025-5/+0
| | | | | | | | | | | | | | The following error was happening after upgrading to GCC 5.3.0 in armv7lhf builds: Switch "--with-arch" may not be used with switch "--with-cpu" Also, I could find other places where this flag was removed when upgrading to GCC 5: http://pkgs.fedoraproject.org/cgit/rpms/gcc.git/commit/gcc.spec?id=7f999936529d6902d43c8cc807ceb3a6843f3072 Change-Id: Ib3934098518dc496d3c9d29a9c7f97a7cfeab9c7
* Use patched syslinux for GCC 5Pedro Alvarez2016-06-013-6/+6
| | | | Change-Id: Ia95d7dc53d52b1ba14e133621031592b6f95f7c0
* Upgrade to GCC 5.3.0Pedro Alvarez2016-06-014-17/+18
| | | | Change-Id: I0e2b2c2f823e89b1bcbba6149fa6d92dce3d07cb
* Add rvi_core to IVI x86 systemsLauren Perry2016-05-232-0/+4
| | | | Change-Id: I5dad98bdf0f0035e00682a5bef3601e681fe3aa3
* Add rvi_core stratum and build instructionsLauren Perry2016-05-232-0/+27
| | | | Change-Id: I05936c05dc7f2e4ffb7b37166ce3be830cb42bb3
* systems/ivi-system-x86_*: Fix reference to bsp-x86_both-tools.morphJavier Jardón2016-05-232-2/+2
| | | | Change-Id: I29230669748abb831484b1a0012be0412a18156f
* strata/bsp-x86*-ivi: Upgrade to kernel v4.6Javier Jardón2016-05-182-4/+4
| | | | Change-Id: Ibd57284580ed1e6e1e9ab9572c7d06c693e1cc77
* systems/ivi-system-x86_32.morph: Use bsp-x86_32-iviJavier Jardón2016-05-181-2/+4
| | | | Change-Id: I9f3dd82b240b9a9181868e9cc649674a0dcd8d56
* Add strata/bsp-x86_32-iviJavier Jardón2016-05-182-0/+96
| | | | Change-Id: Id57409816f1d26cf3e303ba8a5210724c2a8c880
* strata/bsp-x86_64-ivi/linux-x86-64-ivi.morph: Add support for systemdJavier Jardón2016-05-181-0/+28
| | | | Change-Id: Idbe84366f43464ba514ca9419ecf6e4839f112ad
* strata/bsp-x86_64-ivi/linux-x86-64-ivi.morph: Add support for SATA devicesJavier Jardón2016-05-181-0/+6
| | | | | | | Build this inside the kernel so we can boor from SATA hard drives directly Change-Id: Ief14f01f3030c54275850ae4d3db66ee30a9f54f
* strata/bsp-x86_64-ivi/linux-x86-64-ivi.morph: Add BTRFS supportJavier Jardón2016-05-181-0/+2
| | | | Change-Id: Ib8018a04d70a9d188a3bf4f9bea72e9ff13378dc
* systems/ivi-system-x86_64.morph: Use bsp-x86_64-iviJavier Jardón2016-05-181-2/+4
| | | | Change-Id: I0ad0defed69acb370122bd06f6f37a1976766d96
* Upgrade util-linux to v2.28Pedro Alvarez2016-05-161-2/+2
| | | | | | | | | | Systemd requires a version >= 2.27.1, and 2.28 also includes various btrfs fixes. For more infromation see the release notes: http://git.baserock.org/cgit/delta/util-linux.git/tree/Documentation/releases/v2.28-ReleaseNotes Change-Id: If6d44eb3d06eb7f511b9a5b6ea2166a7cf0af468
* strata/core/util-linux.morph: Compile with --enable-libmount-force-mountinfoJavier Jardón2016-05-161-0/+1
| | | | | | Required by systemd (see systemd README) Change-Id: I65d8dae4c31c31ddc4de8fa90f4faa83518c20d3
* lvm2: Update udev rules path to /usr/libPedro Alvarez2016-05-161-2/+3
| | | | | | | | | | | | | These udev rules were being ignored since we configured Systemd to install things in /usr/bin and /usr/lib in 0a0da35e1a693fc909d1628f5e81cb3b2693c057. LVM device nodes weren't being created, and as a result, systems that had LVM volumes configured in fstab, weren't booting. Installing the udev rules in /usr/lib fixes the problem. Change-Id: Ia3372676700c78c655af8721bb8568549eb64666
* Upgrade tbdiff to get a fix for upgradesPedro Alvarez2016-05-161-1/+1
| | | | | | | | Symlinks weren't being updated during upgrades, keeping the current version even if that wasn't modified by the user. Change-Id: I2f4290108d7dddc3bef5f25d3eb1e331be77e748
* Add erlang dependency to x86 IVI systems, and update erlang to OTP-18.3.3Lauren Perry2016-05-133-2/+6
| | | | Change-Id: I89ad3271debed5b697c0c610daef79045c263917