summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-01-16Update meta-agl-bsp for 'Daring Dab'Jan-Simon Möller7-4/+0
This changeset removes unused or old/stale files from the meta-agl-bsp layer before the 'Daring Dab' development cycle starts. Change-Id: I9df5841bb65545a435637d1067df573506f4cb02 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-16Move meta-agl to 'Daring Dab'Jan-Simon Möller13-138/+6
Bump version to 3.90.x+snapshot for pre-'Daring Dab' Check append files and add shadow files to track origin. Remove unused and broken poky-agl-sysvinit.conf. Change-Id: I2d97c2e60380f6d7a9ca767698caff011574e7a6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-14Intel Joule: updated to kernel 4.4.36 and fixed a build failureKien Dinh1-3/+3
due to the move to Yocto 2.2 Change-Id: I9302ecde21f3cd33c903a5391f47d574d57308ec Signed-off-by: Kien Dinh <kien.t.dinh@intel.com>
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-11Workaround failing QA check in ti-sgx-ddk-umJan-Simon Möller1-0/+1
This adds another INSANE_SKIP to avoid a new QA check from failing the build. Change-Id: Ia46f531349c515e68889022edc40cf94ece19654 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-11meta-oic: Hotfix to use tools from sysroot before system PATHPhilippe Coval2-0/+94
Prevent pkg-config not found issue This patch was in iotivity 1.1-rel branch, and (wrongly) removed in 1.2.0 So it needed to be reintroduced in upstream 1.2-rel and as a patch for 1.2.0, track upstream bug at: https://jira.iotivity.org/browse/IOT-1219 Bug-AGL: SPEC-158 Thanks-to: Alison Chaiken Change-Id: I6af59a590f8be489398623d29cf85c2f00000002 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2017-01-10Rename stale bbappend file for gstreamerJan-Simon Möller1-0/+0
gstreamer1.0-plugins-bad_1.6.3.bbappend does not longer work in meta-agl-bsp/meta-ti/recipes-arago/gstreamer/. Rename it to gstreamer1.0-plugins-bad_1.6.3.bbappend.CHECKME and create bug: SPEC-407 Change-Id: I74720c0096105fff2dae646ee5b3664ef2ff6610 Bug-AGL: SPEC-407 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-10Add fix for gnutls which is not in morty, yetJan-Simon Möller2-0/+43
This fix was posted here for master, but not yet submitted to morty: https://patchwork.openembedded.org/patch/133002/ Change-Id: I51a279347c1d652e3a9335c0680d2ac4bcff6cf6 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-10fix mesa version for yocto mortyRonan2-0/+43
Change-Id: I6ef9fb754a2d71aff1eae78ffde40c45a86362b5 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-10fix intel build for linux-firmwareRonan1-11/+0
Change-Id: I565bdf1ac23b19bbdc65401cd0843f8a8de1b2b7 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-10fix tar command optionRonan1-0/+8
* the option "-C XXX" must be set in first position. Change-Id: I89f21e9491a03d53ee9ed047e2ae267ad481fdf6 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-10fix build with gcc6Ronan2-0/+31
Change-Id: Iebddf4bed98a8216a521b5e8871b4dc111f3716e Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-10fix build with gcc6Ronan1-0/+3
Change-Id: I1ce6a5f4fb2d04962234d4b2f9bcfe92140cccc9 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-10ppp:remove fix for linux 4.8Ronan1-0/+2
Change-Id: I7e79eaf17546d372d2a2fe0a71f25b0f0a83d6de Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-10fix gcc 6 buildRonan2-0/+95
Change-Id: I5ca505da0837c28acc4cb133e9d6acd87d1c7bcc Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-10fix glibc patchRonan1-4/+4
Change-Id: Ie9cc8476f95a0eb67d630fcd7e8c79239702f780 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-10fix checksumRonan Le Martret1-2/+2
Change-Id: I4f0286347cd6bd56b233b6c574736beb73ca4a0f Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-10aliging Gstreamer prefered with Yocto 2.2 defaultsDominig ar Foll1-7/+7
Change-Id: I3d68f51e7bf1f24b2410071d221d86ecf5837674 Signed-off-by: Dominig ar Foll <dominig.ar.foll@fridu.net> Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.ar.foll@fridu.net> Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
2017-01-10remove perl fix for openssl, fix in mortyRonan1-7/+0
Change-Id: Icba0d6c2dbcd726387cdd7fdf2e30793b41fe7eb Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-10update pulseaudioRonan Le Martret1-0/+0
Change-Id: Ie719895b622ff69a946c8ec4c22e98a03108d38b Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-10remove useless bbappendRonan Le Martret1-22/+0
Change-Id: I674eff45e2900b1cded0f214caeaa2e9e0dfda00 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-10update mesa libRonan Le Martret1-0/+0
Change-Id: Ib539b9391b95029de425fd8a2edbef1ebad3fbb7 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-09Append kernel recipe to support config fragments and add common kernel ↵Nathan Illerbrun10-0/+72
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-06Apply bluetooth/smack patches also to rpi kernelJan-Simon Möller5-0/+208
This changeset patches the rpi with the needed changes to allow bluetooth to work together with smack. The patches were developed for porter and are a backport of patches submitted for 4.10+ . Bug-AGL: SPEC-293 Change-Id: I96d04a709de6ad7843840d9ae154f041173948a2 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-05dra7xx-evm: Fix issue with bluetooth pairingKarthik Ramanan5-1/+208
This patch is ported from meta-agl-extra Commit details below: commit c50805d25ba95473e8b4d1eb28d1203a328cd77a Author: José Bollo <jose.bollo@iot.bzh> Change-Id: I54a40935d6d2bbd9c267985c9e23a14bdffb7a3c Signed-off-by: Karthik Ramanan <a0393906@ti.com>
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>
2017-01-02Fix to get netboot activated also for renesas gen3Romain Forlot8-2/+96
Change-Id: I9b512a907398de9c96dc46111c74bed4059f7b8e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-01-02Add entry for official pi touchscreen over DSI portJan-Simon Möller1-0/+6
This change add support for the official touchscreen that is connected throught the DSI-1 port to the board. Change-Id: If85490ca69310922b8bf314681d1d8459995c61e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-12-30meta-oic: Hotfix to support aarch64 for DragonBoard-410cPhilippe Coval2-0/+50
Apply patch from iotivity-1.2.1: * [PATCH 081/341] yocto: Add aarch64 for DragonBoard-410c Bug-AGL: SPEC-158 Change-Id: I06f56ae860760002a6376866488e1f55624f50cc Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2016-12-29rpi-config: add configurable CMA low and high water marksMatt Ranostay1-0/+8
For dynamically allocating of CMA blocks the low and high water marks settings determine when the GPU requests or releases memory from the CPU. Change-Id: Iad494c101fec0884bb687c5ea51c9657b7c17bd9 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2016-12-29linux-raspberrypi: add ENABLE_CMA options to kernel command lineMatt Ranostay1-0/+3
Add ENABLE_CMA setting that enables required kernel configuration to allow the dynamic CMA to function. Change-Id: I0b0ab0fd7fd64454ea3cc9a89344a98897838e11 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
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-28meta-raspberrypi: disable debug loggingScott Murray1-1/+1
Set CMDLINE_DEBUG in linux-raspberrypi_4.4.bbappend to disable the debug logging by the kernel and systemd that was spamming the console. As a side benefit, this noticeably speeds up booting. Change-Id: Ic99b1626ea20a27d3d157bcb952ec30cd50baeb2 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2016-12-28meta-ti: weston: remove unneeded ivi shell patches and use standard ↵Matt Porter13-1859/+1
ivi-controller The meta-arago layer included a number of ivi shell patches that are not needed in AGL. One multi screen patch conflicts with another bbappend causing build issues as it's already included by a less specific layer. Further, the added "simple TI layout controller", autolaunch, and screenshooter features are all unneeded in AGL. These are removed to reduce the amount of non-essential patches we carry within AGL. As a result of this, all weston.ini directives which use the "simple TI layout controller" directives are removed and weston.ini is switched to use the standard ivi-controller so that WindowManager may run and access the ILM API. The end result is that WindowManager and HomeScreen may now be launched after boot successfully. Change-Id: I8d777fbd4c02acbf9d3ccaeb215b651a8562d5bb Signed-off-by: Matt Porter <mporter@konsulko.com>
2016-12-27Update GENIVI Audio Manager to 7.4 for CES2017 demo.Toshiaki Isogai2-0/+73
Change-Id: I8661db791c60feac41814173b666710409480c7c Signed-off-by: Toshiaki Isogai <tisogai@jp.adit-jv.com>
2016-12-24meta-intel: Fix for the sdk build failure for Intel platformsKien Dinh1-3/+2
Removed linux-firmware-ibt since it is only necessary for the Joule platform. Change-Id: Ia4916fbc777299df4a094874ad1585a43a46d39b Signed-off-by: Kien Dinh <kien.t.dinh@intel.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-22dra7xx-evm: weston: Align orientation with psplashKarthik Ramanan1-1/+1
The psplash is oriented 180 degrees rotated compared with the HomeScreen application, this change will ensure that they are in sync Change-Id: Ic2a588ff3a061ff500d4050a6915fe5c899a1e7e Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-12-22meta-oic: Hotfix to pull gdbus-codegen from glib-2.0-nativePhilippe Coval1-0/+1
It was discovered while building iotivity-1.2.0 using Intel BSP Bug-AGL: SPEC-158 Change-Id: I4c735a276d3a484a330ef1ea8611105e6a84e35a Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2016-12-22dra7xx-evm: u-boot: Change default supported display to OSDKarthik Ramanan1-1/+1
The latest dra7xx-evm purchased from ti.com comes with the OSD display, this change will allow the AGL nightly images to work on the latest dra7xx-evm by default. If the user has an older EVM, then the uEnv.txt should be modified to match the connected displays. The complete list of supported LCDs can be found by checking the /boot folder of the the rootfs. Change-Id: I7f7ac06a49670eb8b7446a6b27854bee4b76ace6 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-12-22dra7xx-evm: make HomeScreen application fullscreenKarthik Ramanan1-0/+24
Tested and verified on the Rev H EVM with OSD display Should work on all other supported displays too. Change-Id: Ib8f210ebf84a0f36fbc87c4553d13ff984874051 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-12-22Revert "Disable SoC sound driver in porter board"Harunobu Kurokawa2-17/+0
The audio bug is fixed (SPEC-365), so that it should be revert this commit to enable sound driver. This reverts commit 1a70e5e8f48f17f604ab243dfb3ff01f7aa435f6. Change-Id: I362a900e86cdf7888e5726a6a0a56daeb0d33145 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>