summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP: upgrade to gcc 6.1.0baserock/pedroalvarez/gcc6Pedro Alvarez2016-06-074-13/+11
| | | | | | | | | | | | | Also disable some things when cross-compiling gcc in stage1-gcc to sync with LFS instructions: these things don't cross-compile. WIP!!: Some python programs won't work with core-dumps.. It looks like libffi when compiled is wrong. If you recompile it on top of the final system (once running) it works. A simple example of what won't work is `glance --version`. Change-Id: I340fd4c7fd005807132d178d4ea8183770820926
* Syslinux gcc6 compatiblePedro Alvarez2016-06-061-1/+1
| | | | Change-Id: Ie25eced62fb9015412248f1ee535d6ee22283e7f
* Upgrade glib to 2.49.1Pedro Alvarez2016-06-0662-2/+125
| | | | | | This is needed to upgrade to GCC 6 Change-Id: Ide66b1af83fd4d6e616b79264c971728c9ef4edb
* pcre: build with unicode and utf supportPedro Alvarez2016-06-062-1/+7
| | | | | | This change is needed for newer versions of glib Change-Id: I825c30ad7964bb3817e01f20e1df14ef46d42fe5
* Upgrade to glibc-2.23, also disable-werror for gcc6Pedro Alvarez2016-06-063-7/+9
| | | | | | 'disable-werror' won't be needed when upgrading to a newer glibc Change-Id: I7d60784f03d0c8af24bd19bb27e04bc2800f555a
* 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
* Update cryptography and cffi (fix broken build)Paul Sherwood2016-05-121-4/+4
| | | | Change-Id: If1d05c8590882b3855970e733d9043af8162a8f4
* strata/qt5-tools-qtwayland.morph: Build compositor APIJavier Jardón2016-05-122-1/+6
| | | | Change-Id: I9de23958e878796412288dc374c1fca6e5fe94e2
* Add systems/initramfs-x86_32.morphJavier Jardón2016-05-121-0/+11
| | | | Change-Id: I5e76f0d90e738bc08adb2aba581b876a2bcde4fe
* Upgrade OpenSSL to 1.0.1tPedro Alvarez2016-05-121-2/+2
| | | | Change-Id: Ie9a866a7b9aa29e46986aa62fb0816e0bca71bf8
* Configure and install qtapplicationmanager correctlyJames Thomas2016-05-112-1/+9
| | | | | | Now installs to $PREFIX, and installs the configuration files to /opt/am Change-Id: I6dd8d11f85f772c71f7a291081e5faddfa7c18a5
* Add clusters/ivi-system-x86_32-deploy.morphJavier Jardón2016-05-111-0/+24
| | | | Change-Id: I61fe44a481d23034e2788737113e7f2b3e23f998
* Add qt5-ivi stratum to x86_32 and x86_64 IVI systemsLauren Perry2016-05-102-0/+4
| | | | Change-Id: I684f79b2de02655e8818d9342d714129fccd8ccf
* Added CORBA integration filesAna Huelamo2016-05-103-0/+55
| | | | Change-Id: Ifb376f52e346c1ac9d5ac9d440e55bf0e0090292
* Add qt5-ivi stratumLauren Perry2016-05-101-0/+17
| | | | | | Containing QtApplicationManager and QtIVI Change-Id: Iebc3a8c83d59d4738ba9786859c8eae675c06e5d
* Add --enable-split-usr to systemd configurationBen Brown2016-05-041-0/+1
| | | | | | | | | | | | | | | systemd assumes /bin and /sbin are symlinks into /usr unless HAVE_SPLIT_USR is defined, and so does not append them (/bin and /sbin) to the PATH for spawned processes. Fixes trove-setup.service failing due to /sbin and /bin not being in PATH: TASK: [trove-setup | Change the hostname to HOSTNAME] ****************** failed: [localhost] => {"changed": true, "cmd": "hostname emon", "delta": "0:00:00.002074", "end": "2016-05-03 14:58:31.459438", "rc": 127, "start": "2016-05-03 14:58:31.457364", "warnings": []} stderr: /bin/sh: hostname: not found Change-Id: I6f4d49363554e8b55265027cff4b52b0f8689cc4
* strata/genivi-demo-platform.morph: Use latest genivi-demo-platform-hmiJavier Jardón2016-05-041-2/+2
| | | | | | As is being used in the Yocto GDP Change-Id: I9579dfba0bb7502263c112fa5018c582537d969d
* extensions/strip-gplv3.configure: Fix to work with YBDEdward Cragg2016-05-042-22/+119
| | | | | | | | Add an object and functions allowing metadata to be read more easily from multiple sources, either morph metadata, or with a conversion function for YBD formatted metadata. Change-Id: I94ea2425edecb4a659968134b0900081e22913d3
* Upgrade lorry-controller to include fixesPedro Alvarez2016-04-281-1/+1
| | | | | | | Webapp service binds now to 127.0.0.1, making it only reachable from the same host. Change-Id: I1f32d8fdf0a1783d89a5b57a3bee458e9103c048
* Add clusters/genivi-demo-platform-x86_32-deploy.morphJavier Jardón2016-04-271-0/+22
| | | | Change-Id: I9220ad0a2f25e3e22915fa46bb05da20e24cec74
* Add systems/genivi-demo-platform-x86_32-generic.morphJavier Jardón2016-04-271-0/+81
| | | | Change-Id: Id434166dcaadfc688bda1e8638faec22f4fd5c42
* strata/bsp-x86_64-ivi/linux-x86-64-ivi.morph: Fix system-integration commandJavier Jardón2016-04-261-1/+1
| | | | Change-Id: I5c750002039e7c346e34aa27c5802f344f9ec0c6
* Add x86_64-ivi kernelJavier Jardón2016-04-232-0/+60
| | | | | | Add the mostcore driver to support MOST bus Change-Id: Iaf1de1f0a5d2d00be98f53f014fb1ea99488f872
* Remove qt5-sdk from systems/weston-qt5-system-x86_64.morphJavier Jardón2016-04-231-4/+0
| | | | | | This system was never meant to be a development environment Change-Id: I52adaaad24ed199aead33375ad804a34f70b83f8
* strata/qt5-sdk.morph: qtcreator still depends on qtwebkitJavier Jardón2016-04-232-1/+3
| | | | Change-Id: Id7d2a9bc423ea583e47efc5cc2c93485d5627dd4
* Update morph to latest masterEdward Cragg2016-04-221-1/+1
| | | | | | Update morph to the latest master ref. Change-Id: Id4aaf9576f542c5d1dbadee4cdca004d907014bd
* Add systems/ivi-system-x86_32.morphJavier Jardón2016-04-211-0/+92
| | | | Change-Id: Ie5477d44b8c4abe7f28c22407d06e002a0cc0a50
* Add weston-qt5-system-x86_64 to the ciJavier Jardón2016-04-211-0/+7
| | | | | | | So the Qt5 strata doesnt bitrot and everyone can take advantage of the cache Change-Id: Ic1c23edbbe688cbbeff7da100f24c306f785354f
* scripts/licensecheck.py: Fall back to `git clone` if morph isn't availableEdward Cragg2016-04-211-2/+25
| | | | | | | | | | | | | This is a quick fix to allow the script to be run without dependence on morph. As discussed on IRC, since it isn't a simple problem finding a way to safely allow access to caches from different build tools, such a solution hasn't been attempted. When falling back to `git clone`, this change prevents the script from using an existing cache, generating its own instead by cloning from the Baserock cache server, which takes longer. Also add automatic creation of REPOS_DIR if it doesn't exist. Change-Id: Id4b0977a2cae90068b6c2e2fd0c62470287bdfcb
* Add clusters/genivi-demo-platform-x86_64-deploy.morphJavier Jardón2016-04-151-0/+22
| | | | Change-Id: Ib6a1836525ba448666e9a090beb324bac0940168
* GDP: Use qt5-tools-qtwayland instead qt5-tools-qtwayland-geniviJavier Jardón2016-04-143-17/+4
| | | | | | | Our generic version of qtwayland has already backported the needed bits genivi systems need for the layer management Change-Id: I99c34053889b4fc85a89c04bcfe86bb5455ff312
* Update gstreamer and plugins to 1.8.0 VersionAna Huelamo2016-04-142-14/+14
| | | | Change-Id: Ie6513a8a4be80990a22e2ac6532e76d48de1728c
* Update components:Ana Huelamo2016-04-121-4/+4
| | | | | | | | | | - kmod - pciutils Built in a baserock system/build-system-x86_64.morph. Deployed and boot with the same system and checked both versions. Change-Id: I9f95f660485ae99d66bab0a04c003564eb24f60c