summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp
AgeCommit message (Collapse)AuthorFilesLines
2017-03-18remove PR from recipesRonan Le Martret1-2/+0
Yocto uses meanwhile 'prserv' to generate the value for PR. Change-Id: Ib450361085a46ca5f9dc945219d4bd371c427ca5 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-03-17meta-rcar-3 setup: typo fixesMartin Kelly1-2/+2
Change-Id: Idddf52fd1c894493c3c65c45a93733d5ba39f809 Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-03-17Add kernel config for uart bluetooth device supporttte_zheng_wenlong4-0/+32
Change-Id: Idb61c0f1f52ca9fb6b1afd50e4a397678971f6e5 Signed-off-by: tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
2017-03-17dra7xx-evm: ipumm-fw: deprecate 3.00.08.02Karthik Ramanan1-35/+0
Change-Id: I707a6199891f4efb81da53785ed25c30d2b8d1ed Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2017-03-17dra7xx-evm: Update ipumm-fw PREFERRED_VERSION to latestKarthik Ramanan1-1/+1
Change-Id: Ia9e941cbe1e4be2cd479a0325433c5280567171e Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2017-03-17dra7xx-evm: ipumm-fw: Add recipe for version 3.00.13.00Karthik Ramanan1-0/+35
Change-Id: Iffdbd8393feabd4d27ad6c10c8a80482552c1c5c Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2017-03-17meta-rcar: don't cd; just unzipMartin Kelly1-4/+2
This is slightly cleaner and better for handling failure cases. Change-Id: I824308fc7c8ca8def86b7470a5226a6eff91f51c Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-03-03adding reboot via efi for MinnowboardDominig ar Foll (Intel Open Source)1-1/+1
Change-Id: I15eea117e6ab3194a1ffd136d2dc5b4dc6c2f659 Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
2017-03-01dra7xx-evm: Enable the cmem driverKarthik Ramanan1-0/+1
Change-Id: I3bef001ac992e7d07fd72a6def65df744399489a Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2017-03-01Removed touchscreen fix on gen3Ronan Le Martret1-0/+1
* fix-touchscreen-crash.patch is already present in meta-rcar. * need to be backport to CC Change-Id: I66dd246288c243c06f6ee022e07a95abeec10c37 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-02-25remove smack config frags (contained in intel-iot), fix hid.cfgNathan Illerbrun4-18/+4
Change-Id: Iece0d626725dcb218029c58b3772933eb5e93999 Signed-off-by: Nathan Illerbrun <nillerbrun@gmail.com>
2017-02-25meta-agl-bsp/meta-ti: remove duplicate smack configStephane Desneux3-14/+0
The base smack config is already set by meta-intel-iot-security with a linux-%.bbappend, which applies to all kernels. See: meta-intel-iot-security/meta-security-smack/recipes-kernel/linux/ Bug-AGL: SPEC-450 Change-Id: I39727ee48876754c0821e80ed8d10856a27cb8e4 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-02-24meta-agl-bsp/meta-qcom: remove duplicate smack configStephane Desneux3-14/+2
The base smack config is already set by meta-intel-iot-security with a linux-%.bbappend, which applies to all kernels. i See: meta-intel-iot-security/meta-security-smack/recipes-kernel/linux/ Bug-AGL: SPEC-450 Change-Id: I3fe57d5396827f48f18e2f04bf6f0c4d5ee4a894 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-02-24Fix the typo of sufix qemux86-64Phong Tran1-1/+1
The machine name is qemux86-64 not qemux86_64 Change-Id: Iab643759f2df4e702abe518611a9347415668e27 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2017-02-19Add template for Altera Cyclone5Jan-Simon Möller1-0/+0
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-02-16dra7xx-evm: morty: enable SGX KM driverKarthik Ramanan1-3/+1
Change-Id: I8047baaad8704e39d49158a1677cc1c06615102a Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2017-02-15Disable Weston DRM backend in QEMUScott Murray1-1/+4
Since the Weston DRM backend does not work with the video card implementations in VirtualBox and VMWare player, and has some outstanding issues on QEMU that have resulted in GenIVI not enabling it[1], disable it for now. A comment has been added to the QEMU weston.ini indicating that the DRM backend can be re-enabled to potentially gain higher performance. Additionally, the common weston.service systemd unit has been modified to add the --tty option to weston-launch to start weston on /dev/tty1. This is now required to avoid console messages writing on top of the HomeScreen in QEMU, and is harmless to operation on the other platforms. [1]: https://github.com/GENIVI/meta-genivi-dev/pull/34 Bug-AGL: SPEC-405 Change-Id: Ic0c0adeb15baf392e3ffa0bbd26c62d060df1ef5 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-02-14raspberrypi-linux: add smack patchset to 4.9 bbappendMatt Ranostay3-75/+78
Breakout smack patchset files definitions into both 4.4 and 4.9 bbappends since the later only needs one of the patches. Issue: SPEC-443 Change-Id: I04afcaf55da2f9aa735e6798ba60a00ba0838726 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-02-07dra7xx-evm: morty: temporarily disable kernel drivers for sgx and cmemKarthik Ramanan1-2/+3
Change-Id: Id8d440ebd420f93ea2952405d88a61fd48dc05b6 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2017-02-06Add bluetooth support to renesas rcar-gen3.Builder2-1/+33
Change-Id: Iad1185f03ad82e297f5368108d586f0af3894b23 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-02-03weston: Set XDG_RUNTIME_DIR for qcomKotaro Hashimoto3-0/+40
Without this environment variable, Weston fails to start on Dragonboard Change-Id: I8863b79c47cde44d7830bc51e4ddc1be64eaff65 Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
2017-02-03Fix issue with bluetooth pairingKotaro Hashimoto5-0/+204
This patch is ported from meta-agl-extra. Change-Id: I02ef686e9f4ba10f30010397675f46e03d616a33 Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
2017-02-03Enable smack in linux-linaro-qcomlt kernelKotaro Hashimoto3-2/+14
This changes enables the smack feature in linux-linaro-qcomlt kernel by using configuration fragments. Change-Id: I54183ffcf31f63ea99ba785442e1833299c3f273 Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
2017-01-31Fix build for MACHINE m3ulcbRonan Le Martret1-4/+3
* 0003-IPL-ddrinit-rev-0.20rc8.patch conflict with 0001-fix-build-for-gcc6-for-h3-init_dram.patch * 0001-fix-build-for-gcc6-for-h3-init_dram.patch is only use for MACHINE h3ulcb Change-Id: I88b90583d8ed878b1aac76592c0953fa4ebdc92d Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-27meta-raspberrypi: fix overlay issues with sdcard_image-rpi-gdp.bbclassMatt Ranostay1-2/+3
Use smarter detection of overlays blobs for copying into sdcard image. Issue: SPEC-409 Change-Id: Ic0d039ad5bfb18896fb1b52474ce2348a5434a0f Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-01-26Move feature code into the meta recipesRonan12-0/+554
* 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-26Jump kernel of rasb3 from V4.4.16 to V4.4.43Ronan1-4/+0
* Fix build for AGL Change-Id: I2f799daab05dd295397d2ae05b7e9ab1d707128c Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-24rcar-gen2: linux-renesas: backport r820t tuner driver to fix SPEC-418Harunobu Kurokawa4-0/+118
Fix the issue that radio app using r820t tuner driver some times crash. Bug-AGL: SPEC-418 Change-Id: I1529ecba91c3988eea6b271d5f8ce6d2d8f1bb11 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-01-24meta-oic: Align to 1.2.0, drop downstream changesPhilippe Coval3-145/+0
This is reverting all downstream changes: Change-Id: I6af59a590f8be489398623d29cf85c2f00000002 Change-Id: I06f56ae860760002a6376866488e1f55624f50cc Change-Id: I4c735a276d3a484a330ef1ea8611105e6a84e35a Bug-AGL: SPEC-158 Change-Id: I9bee17f841d1caa5492112fc4ea044fee9104038 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2017-01-18fix gcc 6 build for arm-trusted-firmwareRonan2-0/+27
* prevent error, when gcc 6.2 is used: "initializer element is not a constant expression" * ref: http://c0x.coding-guidelines.com/6.5.7.html Change-Id: I35be13c8b169222972becde16b5382782195de6e Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-16hard revert on mesa from the atticRonan2-0/+0
* because of a recipes from meta-rcar, we need to keep a mesa_10 recipes (and never use it...) - meta-rcar/meta-rcar-gen3/recipes-graphics/mesa/mesa_10.%.bbappend * a fix was send uptream and waiting intergration ... * waiting pull request: https://github.com/CogentEmbedded/meta-rcar/pull/9 Change-Id: Ia6bb84892f2a12ec5f8a4d4f3c5c70f60c7fa569 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-16replace deprecated function base_containsRonan1-1/+1
* replace base_contains by bb.utils.contains * base_contains is deprecated use bb.utils.contains instead * yocto version: 2.2 Change-Id: Iaed1e8d0dd36d7ad348ac144fdcdf28ccd359e40 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
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-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-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-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-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-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-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 Illerbrun7-0/+63
config fragments Add machine template for nitrogen6x Change-Id: I63df939008a36d125f80d74d461453c63386e24e Signed-off-by: Nathan Illerbrun <nathani@validmanufacturing.com>
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-02Fix to get netboot activated also for renesas gen3Romain Forlot3-1/+6
Change-Id: I9b512a907398de9c96dc46111c74bed4059f7b8e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>