summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-11-23meta-rcar-gen3: autoload mmp modulesYannick Gicquel5-0/+6
Add KERNEL_MODULES_AUTOLOAD directive some to multimedia package drivers. Thus after bootup, multimedia framework is ready to use hw acceleration IP. Change-Id: I43a92fdf2dff1f546e5a532b13203efd4a6b829c Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-22dra7xx-evm: weston: add changes for AGL home screenKarthik Ramanan23-0/+5859
This patch set contains three sets of changes: * Recipes and patches from meta-arago for weston bringup * Additional patches to support ivi-shell for dra7xx-evm * Configuration settings for applications/AGL home screen Change-Id: I925c1babdf2e825c0f68ec1d57107469f3abef09 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-22meta-agl-bsp: More CES 2017 demo hardware support for TI VayuScott Murray3-3/+14
Tweaked the rtl_sdr.cfg fragment for linux-ti-staging to add CONFIG_I2C_MUX, as it is required by the RTL28xx driver Kconfig in newer kernels. As well, added another fragment to linux-ti-staging to enable USB Bluetooth HCI devices so that USB Bluetooth adapters will work on Vayu. Change-Id: Ifd40f25e2159066fea4707a7915ba9b6dee52e0c Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2016-11-21meta-rcar-gen3: add template with hw accelerationYannick Gicquel5-0/+104
this introduce gen3 support with egl & multimedia acceleration. Change-Id: Id816c6ae85e2877a1af9203ef893e1db12db5afc Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-21dra7xx-evm: u-boot: Fix SRCREV + mmc stability fixKarthik Ramanan2-1/+31
The latest u-boot has included some patches that is causing an instability with certain MMC cards This patch fixes the SRCREV to a known commit and includes a stability fix for the MMC Change-Id: I7ba99d36bd713d81409d528e8067e012415b33f0 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-21README-AGL.md: remove the description about v4l2sink.Harunobu Kurokawa1-41/+0
AGL support only using weston, then AGL cannot support v4l2sink. README-AGL.md describe about v4l2, so remove it. Change-Id: I4f670166fb18be0be88ecd32bdda5691a48f4d07 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2016-11-17meta-rcar-gen3: optee-os: build fixupYannick Gicquel2-8/+19
Change-Id: I47dcf04e05ec61eebff20a171df78584c7de70a1 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-17weston.sh: Set XDG_RUNTIME_DIR to /run/user/0Leon Anavi1-1/+1
Set XDG_RUNTIME_DIR for Raspberry Pi in weston.sh to /run/user/0. Bug-AGL: SPEC-310 Change-Id: I283ee98ae17a54aa3e6a4c8574ab9debe1b21fbb Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-11-17dra7xx-evm: u-boot: Add custom uenv.txtKarthik Ramanan2-3/+15
dra7xx-evm supports multiple LCD panels, to boot the board successfully, the uenv.txt has to specify the correct dtb file. This patch adds the default dtb and specifies one of the LCD panels in it. NOTE: It could happen that the panel that you have is a different panel, in that case you would have to manually edit the same. Change-Id: I0fdbe0ce48ca0654604a5808de684558308582c5 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-16meta-rcar-gen3: gles: support for AGL toolchainYannick Gicquel1-0/+4
As TARGET_VENDOR is defined in AGL, the toolchain has a different name. The gles recipe contains hardcoded toolchain name, this add support to custom one. Change-Id: Ie4e768d0570c6a07f92067e39079e6e063d59451 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-16Add support for CES 2017 demo hardwareScott Murray16-1/+89
Add kernel config fragments to enable support for the TP-Link TL-W722N USB Wifi adapter on both Turbot and Porter, and RTL2832U DVB USB adapter on Porter. v2 (jsmoeller): Adapt linux-yocto bits and add rpi3 + vayu - moving linux-yocto appends catches all the linux-yocto boards - adding the fragments to the other boards likewise - yet todo: sabre, wandboard v3 (jsmoeller): remove leftover file:// Change-Id: Ic2c3255d9383ccfe8b24d034ef43779d120c5ee1 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-16Add feature shortcuts matching ci systemJan-Simon Möller3-0/+23
These features (shortcuts) do activate the feature set for: - the changeset builds (agl-ci-change-features) - the snapshot builds (agl-ci-snapshot-features) Change-Id: I4972f61b070836fedef8e06d32deaf07b8978dfb Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-16dra7xx-evm: ti-ipc: get rid of local patchesKarthik Ramanan2-20/+0
The patch that was submitted to meta-agl has been upstreamed. Remove and reuse from meta-ti. Change-Id: I269b40fc29913bc192a4d0417b5f6c1af4458d81 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-14README-AGL.md: Update links to AGL wikiLeon Anavi1-1/+6
Update links to AGL wiki for the getting started guidelines for QEMU, Renesas Porter board and Raspberry Pi 2/3. Change-Id: I39a557d790951232195b369c1b29550a37495ed4 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-11-14Add newlines at end of fragmentJan-Simon Möller1-1/+2
These are required for proper parsing. Change-Id: I8ade2d0f96ad73f954cd4fd9908c47088def4d8a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-14templates: add R-Car M3 starter kit (w/o gfx)Yannick Gicquel2-0/+15
Introduce a new template for "m3ulcb" reference design. This machine is intended to be used in CI process, and does _not_ activate Hw acceleration for graphics or multimedia. Change-Id: Ia780dee9a4d75133dfe7f98f09d3e876723d05f6 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-14meta-agl-bsp: meta-rcar-gen3: initial integrationYannick Gicquel2-0/+17
Note: optee-os recipe is disable for the moment. Change-Id: I8881fcc3c794b1cbb479b8e7d61bb86688f78bf9 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-11-14meta-agl-bsp: backport: gstreamer1.0 v1.4.5 recipesYannick Gicquel55-0/+3075
This is a backport from Jethro as meta-rcar-gen3 append on following: - gstreamer1.0-libav_1.4.5 - gstreamer1.0-omx_1.2.0 - gstreamer1.0-plugins-bad_1.4.5 - gstreamer1.0-plugins-good_1.4.5 v2 (jsmoeller): Move into meta-rcar-gen3 subfolder as it only affects that layer. Change-Id: Iefc9a2c10e76c172f1cb1f8d3babf3544828310e Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-14meta-agl-bsp: backport: mesa v10.6.3 recipeYannick Gicquel2-0/+199
This is a backport from Jethro as meta-rcar-gen3 append on this package. v2 (jsmoeller): Move underneath meta-rcar-gen3 as it only affects that layer. Change-Id: I1c9f94346da919530c359b471429fad9b1b2c661 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-14meta-agl-bsp: backport: linuxptp v1.4 recipeYannick Gicquel2-0/+57
This is a backport from Jethro as meta-rcar-gen3 append on this package. v2 (jsmoeller): move to meta-rcar-gen3 subfolder as it only affects that layer Change-Id: Ic5755342beae2b02a6072d40fc7e8d41596d5b2b Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-13Add firmware for wifi on rpi3Jan-Simon Möller1-0/+2
This changeset add the firmware files for the wifi to the image. Change-Id: I3557a50acc3eb80add605fdbdc32fa4af3a747bb Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-13dra7xx-evm: switch to different kernelKarthik Ramanan1-0/+11
Also renamed the append file to make it kernel specific. This kernel will enable more automotive specific usecases like radio and other adapter boards that will be required for AGL. Change-Id: I2259724061f8b47f79fa43a5b65d43c8e025fd3a Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-13dra7xx-evm: switch to new u-bootKarthik Ramanan1-0/+5
This u-boot version will enable specific usecases for AGL and in general to support additional peripheral boards Change-Id: Id08dd74e299a2fc7a28df88c4417e94c06a19293 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-13dra7xx-evm: Fix the kernel providerKarthik Ramanan1-0/+3
Change-Id: I8f0c1188e268b938c51b1c1eb0272ce6a9f2951d Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-13dra7xx-evm: add cmem to enable radio functionalityKarthik Ramanan1-0/+1
Change-Id: I3c788409f2b8c40abf3ddba48deae999f4a30954 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-13dra7xx-evm: add platform specific GStreamer pluginsKarthik Ramanan5-1/+60
This patch add the GStreamer plugins for hardware acclerated multimedia and video post processing functionality. Change-Id: I4ebed2e183f46f1d7cf1fb47ccec37dc64a026b6 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-13dra7xx-evm: platform specific additions for gst-badKarthik Ramanan3-1/+181
This patch introduces certain allocators and sinks that will use the platform specific components and provide the base functionality for the GStreamer accelerator plugins. Change-Id: Iad16f61eefb8c71933efb9109652aed008939203 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-13dra7xx-evm: add support for multimedia accelerationKarthik Ramanan4-0/+69
TI Jacinto 6 has hardware multimedia acceleration capability. This patch introduces the firmware and IPC components that are needed to control the hardware accelerators. Change-Id: I795c820f9bb87dd77ad227ce7c80f879dd935e54 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-13Fix Weston crash on touchscreen inputDennis Field2-0/+30
Check for touch->focus before using it, as some touchscreens will generate out-of-screen coordinates and cause touch->focus to be NULL. (e.g. Raspberry Pi display, some displays after weston-calibrator) Bug-AGL: SPEC-309 Upstream-Status: Backport [https://cgit.freedesktop.org/wayland/weston/commit/src/input.c?id=2c40d1d30eabe46706822a8b5c94579aeba58e84] Change-Id: I01b5cf7fd95275290544dffba2771619b1488dff Signed-off-by: Dennis Field <dennisf@radiosound.com>
2016-11-12Add ota draft for ota imageJan-Simon Möller1-0/+5
Change-Id: I953bca77105e5470362baa97e4e5ae0061b4d2ae Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-11weston: Set XDG_RUNTIME_DIR for fsl-armDennis Field2-0/+21
Without this environment variable, Weston fails to start on Wandboard Bug-AGL: SPEC-318 Change-Id: I42696f45d9a9b78dfeea905d3c5066845056894e Signed-off-by: Dennis Field <dennisf@radiosound.com>
2016-11-11meta-agl-bsp/meta-renesas: weston.ini for RenesesLeon Anavi2-0/+30
Add weston.ini with preconfigured but commented out screen resolutions in the output section. Weston 1.9 with DRM backend on Renesas Porter board is known to be picky about monitors and screen resolutions. This way the developer can quickly switch to another configuration if the default fails on the current monitor. This patch should be considered as a temporary work around until there is a generic solution. Bug-AGL: SPEC-298 Change-Id: I772945a083ef4cab240c49e03c5f0cf1172a6ab2 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-11-10oic: Rebase on iotivity maintenance branch for aarch64Philippe Coval1-0/+1
To pick: yocto: Add aarch64 for DragonBoard-410c Reviewed-on: https://gerrit.iotivity.org/gerrit/14185 Forwarded, to meta-oic maintainer Even if meta-oic is not a BSP, meta-agl-bsp will include this recipe's fix everywhere meta-oic is used (ie: meta-agl-demo). Bug-AGL: SPEC-158 Change-Id: Ic2cb1b7ff757118d1b535d91649c361831be5f60 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2016-11-10dra7xx-evm: add support for graphics accelerationKarthik Ramanan4-0/+49
TI Jacinto 6 has a 3D GPU that can used to accelerate the graphics processing requests. This patch replaces the default graphics drivers and user space libraries only for the dra7xx-evm MACHINE Change-Id: I1a53594f0fa4dc8fabd16f9ce2c765dd32b9e142 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
2016-11-09FTBS: himeno - remove from packagegroup until fixedJan-Simon Möller1-1/+2
Change-Id: I62ddb3b512862301f8ff94fcec3fa9d7bbd50a93 Bug-AGL: SPEC-316 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-09Allow .bb files in meta-agl-bsp/meta-layernameJan-Simon Möller1-0/+4
This change allows hosting full recipes in the bsp adaptation layers if needed. Required by meta-ti until recipes are moved to meta-ti proper. Change-Id: I91a050405f2be314c0eb988ba932dae88d4e624d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-08allow dependency between agl featureRonan3-10/+41
* you can add included.inc file for each feature * if features is include into an other feature, they are print during the --help command #source meta-agl/scripts/aglsetup.sh -h ... Available features: [meta-agl] agl-all-features :( agl-demo agl-appfw-smack agl-devel agl-netboot agl-sota ) agl-archiver agl-devel agl-isafw agl-netboot [meta-agl-devel] agl-renesas-kernel [meta-agl-extra] agl-appfw-smack agl-demo :( agl-appfw-smack agl-devel) Change-Id: I4a72abd48f70a9262203acba84fac24d9dd4dce0 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-11-08Fix packagegroup as hvacplugin was moved to meta-agl-demoJan-Simon Möller1-1/+0
This updates the packagegroup after changeset 6797 (git commit 81e54e7ff9f51b4c3f4d66e748e92959e28351fe) which moves hvacplugin to meta-agl-demo. Change-Id: I420bc101cde668713830347e07cca5ed0c41bdb3 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-04Add u-boot image class when sota feature is enabledAnton Gerasimov4-3/+12
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-11-02Bugfix: conditional append instead of appending to overrideAnton Gerasimov1-1/+1
Change-Id: I337876d9d5311618efd3e5a627724801de0acd6c Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-11-02Autoload uEnv.txt when agl-sota is enabledAnton Gerasimov2-0/+30
Bug-AGL: SPEC-307 Change-Id: Ide9d4ba013c65cd8162d005006ffe59b0dacddcd Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-10-31Move RPi specific bbappends to meta-agl-bspAnton Gerasimov2-0/+5
Bug-AGL: SPEC-254 Change-Id: I1904b7e9ec09d5e9f5acc7a3d4671da9e2dccbb3 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-10-31Use kernel_configure_variable in append for rpiJan-Simon Möller3-43/+47
This changeset simplifies the configuration of the rpi kernel by using kernel_configure_variable in do_configure_append. Due to an upstream bug, we need to repeat the final configuration call. We also enable BLK_DEV_RAM, BLK_DEV_NBD and SMACK. For this we also define an OVERRIDE for netboot. v2: add conditional appends for netboot, sota, smack by using overrides. Change-Id: I2a4a8fae6989246d715fc2fc71bb4c251f423bdb Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-10-28Move machine-dependent sota configuration to machine templatesAnton Gerasimov5-0/+29
Change-Id: Icb03b2163d7e36a54f27bee78570240c5d337107 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-10-28remove powervr service from generic weston serviceRonan1-1/+1
* rc.pvr.service is renesas porter board specific and should not be present into generic weston service Change-Id: Id866dd57607d105260e0595bf297ec1b9da72047 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-10-27Enable smack, ramdisk and nbd in linux-staging-ti kernelJan-Simon Möller4-0/+19
This changeset enables the necessary features for AGL in the linux-ti-staging kernel by using configuration fragments. These are additive to the configuration matrix done by linux-ti-staging itself (per board). Apply likewise for other needed options. Change-Id: Iebd212ca81f1c6a7f65f1f413f2021aa11f8190e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-10-27move Bug-AGL fix from a bb to bbappend file.Ronan2-1/+1
* move Fix on weston "Launch without input devices" from a backport recipes, (weston 1.9.0) to a clean bbappend. Change-Id: I8dab2928c3e291969548107e22fd8b29cabffc6b Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-10-26Generalize EULA functions and apply to imx6qsabreliteJan-Simon Möller3-2/+14
This change generalizes the *_setup_EULA*.sh scripts to work with custom layouts. The 50_setup.sh of the machine template just needs to call find_and_ack_eula <layerfolder> [<EULA_FILENAME_relative_to_layerfolder>] The EULA_FILENAME is optional. Also an optional EULA_FLAG_NAME can be exported which will be used for the layer.conf. If no EULA_FLAG_NAME is set, we'll default to the current ACCEPT_EULA_$MACHINE. Change-Id: I03a4551e1cf088dce0b13aa5e38f606d67e0fb29 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-10-25Add sabrelite templateJan-Simon Möller2-0/+6
This changeset adds the imx6qsabrelite board to the mix. It will be used in snapshot builds and tests in the lava lab provided by Andrew Murray / Witekio . Change-Id: Iefc120beeaa14454779ae08c4cd0ff226ce64e73 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>