summaryrefslogtreecommitdiffstats
path: root/templates/machine/porter
AgeCommit message (Collapse)AuthorFilesLines
2017-01-26Move feature code into the meta recipesRonan1-193/+2
* Having a minimlal local.conf serving the only purpose of user customization is the "Yocto" way of doing things * After a source synchronization (repo sync), feature code must be update without regenerate local.conf Change-Id: I0bb0861f4c07a8b57cb59a03f6ffe9d2d693cbbe Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-13prevent used of mesa-gl and bad use of mesaRonan1-2/+2
* use PREFERRED_RPROVIDER_libgbm-dev = "libgbm to prevent used of mesa * use PREFERRED_PROVIDER_virtual/mesa = "mesa" to prevent used of mesa-gl * https://patchwork.openembedded.org/patch/120281/ Change-Id: Ib03137b6a3f2c58ccfc2b9bc568572cc3be802aa Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-11-04Add u-boot image class when sota feature is enabledAnton Gerasimov1-1/+2
Change-Id: I7ad6fc95f4252424ded09bc1d6d5ab18bf6733fd Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-11-04Generate OTA-enabled live image when building with agl-sotaAnton Gerasimov1-0/+4
Bug-AGL: SPEC-307 Change-Id: I5ac3c3dad370545a33ce81071a4a15cdb261fa7a Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-10-28Move machine-dependent sota configuration to machine templatesAnton Gerasimov1-0/+3
Change-Id: Icb03b2163d7e36a54f27bee78570240c5d337107 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-09-26Keep IMAGE_INSTALL_appends_porter concentrated in local.confJan-Simon Möller1-0/+6
This saves an extra bbappend file which is dangling when we do try to build for porter-nogfx. Change-Id: I519670f61da21ea7cd0bf40090d36934a83a56d6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-09-01Changes for building with YP 2.1.1 'krogoth'Jan-Simon Möller1-1/+2
Notable changes: - Update poky-agl.conf for YP 2.1 krogoth - change mesa bbappend to mesa_11 - TODO: check need for gallium, or replace with DRM see SPEC-237 - remote linux-yocto_3.14 as it is no longer shipped with YP 2.1 - rtl-sdr got a fix included for its packageconfig file - update 0001-disable-when-booting-over-nfs.patch - update checksums for ft2demo - TODO: check installation of test binaries - automotive-message-broker needed a workaround in the recipe - TODO: fix package and recipe - wayland-ivi-extension fix for use of autotools _AND_ cmake at the same time: only use cmake - port pulseaudio_6.0.bbappend to pulseaudio_8.0.bbappend - TODO: check patches and forward-port - agl-audio-plugin is currently disabled until ported to pulseaudio 8.0 - gstreamer1.0_1.2.3 is only used by meta-renesas, thus move it there - update dlt-daemon to 2.15 TODO: - check values in poky-agl.conf - check mesa for needed bbappends on other boards (tested qemux86 and qemux86_64) - check pulsaudio bbappend and forward-port patches (patches disabled!) - check agl-audio-plugin and forward-port (build disabled!) - check freetype bbappend wrt. installation path of test binaries - check automotive-message-broker wrt installation routines for libraries (QA failure) - check wayland-ivi-extension build and capabilities Change-Id: I553e03cc37348cba2fc4a022820157c78bb184d3 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-07-05new configuration templates based on fragmentsStephane Desneux3-0/+198
This is the application of the process proposed here: https://lists.linuxfoundation.org/pipermail/automotive-discussions/2016-June/002232.html Bug-AGL: SPEC-180 Change-Id: I5a7015fa810547a9ecf4fb096367323af3cdc670 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>