summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2017-06-23support MACHINE=raspberrypi3-64Kevin Hilman2-0/+4
The meta-raspberrypi layer already supports raspberrypi3-64, where it will build a 64-bit kernel. Add templates so that "aglsetup.sh -m raspberrypi3-64" works. Note that 64-bit kernel build is only supported in the v4.9 branch of the rpi kernel, and that the kernel image type is "Image" instead of Image. Change-Id: Iee728191dc38521be607787d5736d21372f1dff5 Signed-off-by: Kevin Hilman <khilman@baylibre.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9767 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-05-19Allows specific features for agl-develJosé Bollo1-0/+40
Having features allowed only during developement of AGL is a plus. This commit allows to add tests within recipes to check if the current build is AGL developement. If not the build is for production. By default, extra feature must be off. This commits doesn't add CPPFLAGS += "-DAGL_DEVEL" to improve build time and cache space of yocto. However, it is a good practice, when needed, to use the tag AGL_DEVEL in C/C++ codes specific to AGL and thus to include the line CPPFLAGS_append_agl-devel = " -DAGL_DEVEL" in recipes specific to AGL. AGL-Bug: SPEC-594 Change-Id: Ie967a4317886ee78304999f36de5db9de22568a7 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9393 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh> Reviewed-by: Changhyeok Bae <changhyeok.bae@lge.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-05-16dragonboard-410c: install 96boards-tools for resizing partitionKotaro Hashimoto1-0/+2
Add 96boards-tools recipe for dragonboard-410c. This tool resize the rootfs on the first boot. The adding recipe is ported from meta-96boars layer(branch morty). https://github.com/96boards/meta-96boards/ Change-Id: Ica597e36e530533cf4820a3b0a7ad2145bd3d6fb Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9391 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-05-16Add machine templates for the beagleboneJan-Simon Möller2-0/+4
This adds the machine templates for the beaglebone board. The beaglebone is a YP reference system with very good support out-of-the box. It might be too slow for the graphical demos, but could serve well in headless setups. v2: remove whitespace. Bug-AGL: SPEC-590 Change-Id: I3f1d4f57d2ce01f2603446b6663fdaa636a1f7be Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9337 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Karthik Ramanan <a0393906@ti.com> Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh> Reviewed-by: Martin Kelly <mkelly@xevo.com>
2017-05-06Enforce unified tunings across all target boards of AGLJan-Simon Möller1-2/+3
DEFAULTTUNE is a setting that should be defined in the DISTRO. So we do it here. Goal is to have just 3-4 SDKs in the end. We use these levels: - ARM 32bit high: armv7vethf-neon-vfpv4 (=default for ARM 32bit) - ARM 32bit medium: armv7athf-neon (enabled via DISTRO_FEATURE_append = " agl-medium-arm-compiler") - AARCH64: aarch64 (=aarch64, no other tunings) - x86-64: corei7-64 (=corei7-64 also for qemux86-64) v2: Fix qemu user-mode emulation on x86-64 and adapt qemux86-64 tune flags. See: https://goo.gl/DMaBJ9 Bug-AGL: SPEC-491 Change-Id: Iababbe38a531d546c03f695847651f2d83301b9a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9299 Reviewed-by: Martin Kelly <mkelly@xevo.com> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
2017-05-06Enable lava test-run on vayu boardJan-Simon Möller4-0/+64
This adds the necessary templates to run the CI boot tests also on the TI dra7xx-evm 'vayu'. Change-Id: I9e6303c30bd68db91f5b36b2984f6ef91fa4297d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9295 ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
2017-04-30Enable test-run on porterboardJan-Simon Möller4-0/+62
This adds the necessary templates to run the CI boot tests also on the Renesas gen2 'porter'. Change-Id: I2fee98d3acde704fc0762898c4785c897b9eaaf8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/8635 Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
2017-04-28Remove sota-related includes from meta-agl-bspAnton Gerasimov1-1/+1
Bug-AGL: SPEC-557 Change-Id: Id126559e4114b191c923477e7dd04147cb1ec770 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9257 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-04-28Remove sota from agl-ci-change-featuresJan-Simon Möller4-2/+4
This will temporarily remove sota from the CI builds. It remains in agl-all-features. Change-Id: I73219bc7dd782abac503858e4eb450f0e532c1c9 Bug-AGL: SPEC-557 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9277 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
2017-04-24Switch to meta-updaterAnton Gerasimov2-0/+10
Replace SOTA-related sections with includes, moved u-boot-ota common to minnowboard and qemu to meta-agl-bsp Change-Id: I0629a63154ff90bd712f621297b886505a2f462c Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9189 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-04-23Revert "Switch to meta-updater" - waiting for main commit to be updated.Jan-Simon Moeller2-10/+0
This reverts commit 521815fa95dba3d47704b62b4b6911fc994ad4c8. Change-Id: I06e2ed97e2ea7897ccdee09aeec277c8a75ccfa0 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9187
2017-04-23Switch to meta-updaterAnton Gerasimov2-0/+10
Replace SOTA-related sections with includes, moved u-boot-ota common to minnowboard and qemu to meta-agl-bsp Change-Id: I531f0eec07bab01610a225afc6d32a2f3a8156ad Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9095 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-03-27Migrate meta-app-framework to meta-aglStephane Desneux2-2/+2
Application Framework is now part of core AGL components and has been moved from meta-agl-extra to meta-agl. Bug-AGL: SPEC-448 The commit history has been kept and the following commits have been moved from meta-agl-extra to meta-agl: e08fc10 2017-03-14 13:07:12 +0100 jose.bollo@iot.bzh Move to AGL framework on top of systemd 8bdc96f 2017-03-24 16:15:04 +0100 ronan.lemartret@iot.bzh Rename webruntime DISTRO_FEATURES 02faef6 2017-03-14 12:50:03 +0100 jose.bollo@iot.bzh Upgrade application framework 9731d66 2017-03-08 14:19:42 +0100 jose.bollo@iot.bzh base-files for the framework ed214a2 2017-03-06 17:19:16 +0100 jose.bollo@iot.bzh Ensure that eXtended Attributes are managed 2969a9f 2017-03-07 17:30:18 +0100 jose.bollo@iot.bzh shadow: 'useradd' copies root's extended attributes e159294 2017-03-08 13:15:58 +0100 jose.bollo@iot.bzh Removes systemd warnings d19db32 2017-03-06 17:11:33 +0100 ronan.lemartret@iot.bzh Add service dependency on run-agl-postinsts d3a02ef 2017-02-23 23:41:45 +0700 tranmanphong@gmail.com Fix the error of homescreen for QEMU x86-64 913a263 2017-02-23 11:03:08 +0100 ronan.lemartret@iot.bzh Update af-main d36e635 2017-02-17 14:35:31 +0100 stephane.desneux@iot.bzh aglwgt.bbclass: fix bashism 72265ee 2017-02-16 18:03:32 +0100 ronan.lemartret@iot.bzh Add dependency to images f3292e8 2017-02-15 17:02:52 +0100 ronan.lemartret@iot.bzh Allowed wgt app to auto-install at the first boot 347aa4d 2017-02-15 16:54:11 +0100 ronan.lemartret@iot.bzh Add afm-install used to install wgt at first boot 9153078 2017-01-20 16:30:39 +0100 ronan.lemartret@iot.bzh Move feature code into the meta recipes b5ce617 2017-01-16 19:43:03 +0100 jsmoeller@linuxfoundation.org Add missing DEPENDS to af-binder ba2ad47 2016-10-25 16:11:27 +0200 ronan.lemartret@iot.bzh fix for gcc6 build 8f15654 2016-10-14 14:21:15 +0200 ronan.lemartret@iot.bzh fix libcap patch 24b96c4 2017-01-03 11:46:04 +0100 jose.bollo@iot.bzh Activates threading and hook features f518d36 2017-01-02 17:10:24 +0100 ronan.lemartret@iot.bzh add fakeroot to aglwgt_deploy task 4c81238 2016-12-28 20:45:11 +0100 jsmoeller@linuxfoundation.org Be more precise in addtask a930811 2016-12-28 19:15:54 +0100 jsmoeller@linuxfoundation.org Fix whitespace in aglwgt bbclass de41ad3 2016-12-28 14:54:42 +0100 jsmoeller@linuxfoundation.org Add aglwgt class 5999238 2016-12-20 15:45:34 +0100 jose.bollo@iot.bzh Authorize the requested permissions a79a010 2016-12-16 12:37:44 +0100 anton@advancedtelematic.com Don't override SYSTEMD_SERVICE of original recipe. b6960b3 2016-12-14 16:34:29 +0100 stephane.desneux@iot.bzh af-main: remove --roothttp option from afm-launch.conf 524e557 2016-12-14 14:08:16 +0100 anton@advancedtelematic.com Move all writable data used by security-manager and appfw to /var d32c40a 2016-12-14 11:26:23 +0100 jose.bollo@iot.bzh af-main: fix exec flag and case sensitive ids 9e930f5 2016-12-07 19:58:18 +0100 ronan.lemartret@iot.bzh add native build for af-main 5b8d3a4 2016-12-05 10:16:12 +0100 stephane.desneux@iot.bzh agl-appfw-smack: remove dependency on meta-agl-security f45014a 2016-11-21 15:37:32 +0100 jose.bollo@iot.bzh Improves places for QT_WAYLAND_SHELL_INTEGRATION d1c5151 2016-11-17 16:26:32 +0100 jose.bollo@iot.bzh smack: removed already applied patch f0d8be8 2016-11-16 13:27:36 +0100 jose.bollo@iot.bzh appfwk: improvements 1d8243b 2016-11-10 12:46:59 +0100 stephane.desneux@iot.bzh meta-app-framework: fix unpackaged files in nativesdk-af-main 4da956c 2016-11-03 11:30:25 +0100 jose.bollo@iot.bzh Smack: add audit when smack is active c6b0317 2016-11-08 11:38:51 +0100 jose.bollo@iot.bzh web-runtime: provide IVI tuning for porter c294b3a 2016-11-08 17:27:51 +0100 jose.bollo@iot.bzh af-main: update c50805d 2016-11-03 11:26:17 +0100 jose.bollo@iot.bzh Smack: fixup of bluetooth socket labelling ce583cd 2016-11-01 15:52:09 +0100 ronan.lemartret@iot.bzh Allow build without meta-agl-demo eadecc1 2016-10-14 13:25:07 +0200 jose.bollo@iot.bzh FWK: Adaptations for jethro 111007a 2016-09-20 14:40:51 +0200 jose.bollo@iot.bzh app-framework: Improvements 53ae34d 2016-09-05 17:13:10 +0200 jose.bollo@iot.bzh app-framework: improvements 8303ea3 2016-08-29 23:25:25 +0200 jose.bollo@iot.bzh Improves the handling of upgrade for websockets 2b33f74 2016-08-10 18:44:15 +0200 jose.bollo@iot.bzh app-framework: fix minor bugs 73771f1 2016-07-18 15:48:59 +0000 mbc@iot.bzh meta-app-framework: install missing libafbwsc library edf0c91 2016-07-15 11:56:18 +0000 stephane.desneux@iot.bzh meta-app-framework: sync with latest af-main sources f848612 2016-07-12 14:17:37 +0000 stephane.desneux@iot.bzh meta-app-framework: sync with latest af-binder sources d277fb2 2016-07-11 21:05:55 +0000 stephane.desneux@iot.bzh meta-app-framework: add missing dependency between af-binder-dev and libafbwsc-dev 17fd881 2016-07-10 17:53:06 +0000 stephane.desneux@iot.bzh meta-app-framework: af-binder must create ${libdir}/afb at postinst time c664012 2016-07-08 15:08:25 +0000 stephane.desneux@iot.bzh meta-app-framework: add af-main-tools and dependencies in nativesdk-packagegroup-sdk-host d7a5a54 2016-07-08 14:24:51 +0000 stephane.desneux@iot.bzh meta-app-framework: af-binder source code update 68dde03 2016-07-05 16:04:51 +0000 stephane.desneux@iot.bzh meta-app-framework: build master branch f3b34f5 2016-06-28 22:13:58 +0000 stephane.desneux@iot.bzh add features agl-demo, agl-appfw-smack and agl-localdev f4b76be 2016-06-28 21:34:29 +0000 stephane.desneux@iot.bzh add feature agl-appfw-smack e80d00c 2016-06-24 11:01:25 +0200 jose.bollo@iot.bzh upgrade to new namings and bug fixes 7cd29bd 2016-06-23 16:00:59 +0000 stephane.desneux@iot.bzh add layer meta-app-framework Change-Id: I8c9dd3ec37099969d5a0984ba7e55710815663c8 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-03-27Move feature code into the meta recipesRonan1-12/+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 * move feature/agl-demo to meta-agl-demo Change-Id: I6db3956da8091bf583b20fce7dc184bfe622a85a Signed-off-by: Ronan <ronan.lemartret@iot.bzh> Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-03-27agl-appfw-smack: remove dependency on meta-agl-securityStephane Desneux1-1/+0
After removal of meta-agl/meta-agl-security, there's no more dependency to this layer. Change-Id: Ib8ed6eb1f5fdd098feb9590586ecdaea5b9308dd Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-03-27add features agl-demo, agl-appfw-smack and agl-localdevStephane Desneux4-0/+19
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: I0063db7ac2803d4ac9540b70be8024b40e97dab3 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-03-27add feature agl-appfw-smackStephane Desneux2-0/+0
Change-Id: Iea370d3b58aad61bad3304e923fc3e11639525e2 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-03-19[rcar-gen3] Update h3 m3 to renesas rcar gen3 BSP v2.16.0 (branch:morty)Ronan Le Martret3-3/+3
Bug-AGL: SPEC-471 Change-Id: Ifb43484b96160b22fe24f446d5560a8796a90e48 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-03-08Splice out distro configuration in own layer for compatibilityJan-Simon Möller1-0/+1
Upstream is working on guidelines for DISTRO and BSP layers. One outcome is the yocto-compat-layer tool. A requirement for BSP and DISTRO layers is that they are single-purpose aka just defining the distro and only defining the BSP. To comply with this, move the distro out into meta-agl-distro and adapt the templates. Bug-AGL: SPEC-472 Change-Id: I921127edc78e677bd75d42a793f0b3708a54dd79 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-03-03Add dependency to imagesRonan1-3/+6
* [SPEC-424] * yocto image should use dependency to facilitate maintenance * yocto image should have its own LICENSE defined Change-Id: I47a6c35f5b80947c5ef8b4761dd98b4bc82a5507 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-02-19Add template for Altera Cyclone5Jan-Simon Möller2-0/+4
This adds a first template for the Altera cyclone5 board. The build is not yet complete (failing on some gcc6 issue in qtmultimedia-rtlfm-radio-plugin). A few notes: CFLAGS/Tunings are set to -mfpu=softfp compared to the hardfp of all the other target boards we have. Change-Id: I9b179d9aef610ee5a67166df2dd79a52e2ac6c19 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-28Fix remaining occurrence of meta-yoctoJan-Simon Möller1-1/+1
This changeset replaces the old meta-yocto with meta-poky. It avoids the warning message NOTE: Your conf/bblayers.conf has been automatically updated. Change-Id: I89fa0a2eb1ed794b01539fbeee87bae82cf272dc Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-26Extend bootloader timeoutJan-Simon Möller1-0/+2
Change-Id: Ia46fba4d730918b9da5062b8b7f12f9e4af3a6e4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-26Adapt test yaml definition to code changesJan-Simon Möller1-1/+1
Change-Id: I035cad67460b9e6c29f882cd983fe80f653757df Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-26Move feature code into the meta recipesRonan15-602/+30
* 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-20enhance hw testsJan-Simon Möller2-3/+5
Change-Id: I4796047143e1fd2d2f74a22373ce6c85996a7ae3 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-19Reenable sota sdcard image for rpiJan-Simon Möller1-1/+1
Change-Id: I5801a2bc252a581eb82c7c540e4d546882f1ca62 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-18Add hwtest enable flags for rpi3Jan-Simon Möller4-0/+57
Change-Id: Ifc21b44eef0b40657c04e011575cb27f0533d956 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-18Revert "Remove agl-sota from ci builds until fixed for morty"Jan-Simon Moeller3-3/+3
This reverts commit 580518e556f73649fb516a350f0906bafb51e6d1. Change-Id: I1514b0619cb85eea5cb101dfe229ab454238cfb5 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-17update local.conf.sample from mortyRonan1-20/+18
* come from poky 2.2 morty: - poky/meta-poky/conf/local.conf.sample * keep USER_CLASSES unchange into local.conf.sample. Redefined it into poky-agl distro instead. This will be easier to maintain and keep a trace of modification from upstream. Change-Id: Iaede1c6112a71e1585d1d8adfc6046fec9dd28cb Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-13prevent used of mesa-gl and bad use of mesaRonan3-6/+6
* 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>
2017-01-12Define IMAGE_FSTYPES for rpi targetsJan-Simon Möller2-0/+2
Do use our target filesystem types instead of the defaults in meta-raspberrypi. Change-Id: If92013a5a55208f4f644f5c2b239e0052ce370c8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-12Improve configuration file for rpi2 and rpi3 for morty.Jan-Simon Möller2-17/+40
Change-Id: I3683edc0638f1ceda0c53d96532276aafb3633fc Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-11Revert back to kernel 4.4 until bsp layer catches upJan-Simon Möller2-2/+2
Our bsp adaptation hardcodes the srcrev of the kernel. Thus we stay on 4.4 until ported. Change-Id: I30f962674cdb567c378fac62cde98bc1cf0f2c1e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-11Disable gstreamer plugins on vayu due to FTBS on mortyJan-Simon Möller1-4/+7
The three gstreamer plugins do not build right now. Disable until fixed. Change-Id: Ie3d60c88fc73423509dbf36055f7585ab8e81e30 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-11Remove agl-sota from ci builds until fixed for mortyJan-Simon Möller3-3/+3
Change-Id: I041d13aa77802708beeea92bd25df59a1c56cc4a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-10Fix version of mesa in rpi templatesJan-Simon Möller2-4/+4
Change-Id: I977a247c07b3520876ef9738a974e74649304516 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-10Remove firmware files from local.conf templateJan-Simon Möller1-1/+1
The packages does not exist anymore or was renamed. Change-Id: I6a2203dd23fe6ae61adb1daaf2b24ae84f114589 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-09Append kernel recipe to support config fragments and add common kernel ↵Nathan Illerbrun3-0/+9
config fragments Add machine template for nitrogen6x Change-Id: I63df939008a36d125f80d74d461453c63386e24e Signed-off-by: Nathan Illerbrun <nathani@validmanufacturing.com>
2017-01-07Test - mitigation of tar-native issueJan-Simon Möller1-0/+2
This changeset removes tar-native from ASSUME_PROVIDED in an attempt to mitigate the tar-native extraction issue that we see on the jenkins slaves. Is I understand the race-window, tar-native is just being extracted and already in a preferred PATH while being extracted. The right fix would likely be to extract first, then change PATH after the file is in place. A way to do this is being researched. Change-Id: I0b138a1bd27406e719ab0d711cf542a812fb8460 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-04Bump gpu_mem_1024 to 640 to inrease gpu memory for appsJan-Simon Möller1-1/+3
This change mitigates SPEC-390 by increasing the GPU memory available on the rpi2/rpi3 with 1G RAM to 640M. Change-Id: I37fc28daa80e78808baa6d04f0b16647914ac65c Bug-AGL: SPEC-390 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-12-2950_local.conf.inc: Enable CMA within the raspberrypi3 templateMatt Ranostay1-1/+5
Allow the raspberrypi3 GPU to use the CMA dynamic memory split to boost performance. Change-Id: Ia72e7b83f7cca2b6b8a622c632345c748547429b Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2016-12-23Disable psplash when building for RPi because of occasional crashesAnton Gerasimov1-0/+2
Bug-AGL: SPEC-366 Change-Id: Id15035817fcf110d52354fe4822af93d49b8c9ec Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-12-20Enabling build for Intel's Joule boardktdinh2-0/+12
This adds neccessary firmware to support the Joule board, including wifi and bluetooth. Change-Id: Ia6973415113119aaf60fff0dbb494027fba96fd5 Signed-off-by: Kien Dinh <kien.t.dinh@intel.com>
2016-12-07Enabling HW acceleration for Intel with libva and correct libva incorrect ↵Dominig ar Foll (Intel Open Source)1-0/+7
runtime dependency with x11 Change-Id: I175b0d9900d61546cb0f116a1d698ee1f60b84b7 Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net> Correct libva incorrect runtime dependency with x11 Change-Id: Ic4231c217c8c63575a98d370c898b8cb04e3a980 Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
2016-12-05add h3ulcb supportRonan3-0/+61
Change-Id: I9c00765c3c1eece18a80c7b9f16a79a2bb9d2e5a Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-12-02Revert "Enabling HW acceleration with libvaapi on Intel by default"Jan-Simon Moeller1-7/+1
Due to: Can't install libva-dev-1.7.0-r0@corei7_64: Can't install libva-egl1-1.7.0-r0@corei7_64: no package provides libva-x11 See https://jenkins-new.automotivelinux.org/job/sandbox-snapshot-master/MACHINE=intel-corei7-64,label=agl-test-slave/146/console We need to fix libva through a bbappend. This reverts commit c678e2d040c6071f3b6bec593d3c6271504a92e7. Change-Id: I486aa82484f8b62c65b7ae1a7607f75ade26ce91 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-28Enabling HW acceleration with libvaapi on Intel by defaultDominig ar Foll (Intel Open Source)1-1/+7
Change-Id: I4efd1d2b8d4b6a6c82c68b572bcd5c9fa7a15ad1 Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
2016-11-24Convert feature.inc to feature.depJan-Simon Möller2-0/+0
This converts the included features used for CI purposes to use the dependency format introduced. Change-Id: I405af9ffbd6954d0e78b5f738e762a80687337d7 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-24conf-notes.txt: Add image agl-demo-platform-html5Leon Anavi1-0/+1
Add agl-demo-platform-html5 to the list of AGL images. Bug-AGL: SPEC-331 Change-Id: I70f79bfa0b95e8e95f2a4023f91b185814123104 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>