summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-05Merge meta-agl-security into meta-aglStephane Desneux3-28/+0
meta-agl-security only contains one recipe for xmlsec so it's not necessary to maintain a full layer for this Change-Id: I66b3eeaa0e777fcc0c94bdf562b7188b01641d86 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-05add h3ulcb supportRonan3-0/+61
Change-Id: I9c00765c3c1eece18a80c7b9f16a79a2bb9d2e5a Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-12-02Fix: CVE-2016-1238 recent perl doesn't include cwdRomain Forlot1-0/+7
Upstream YP introduced http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=krogoth&id=529bbe2cc2cebeec0ee6cef27aba2d1aafe79d38 Thus this adds a follow-up fix for openssl. Change-Id: Ifb55c3022596a6105662618f4cd08bd0165f5a6b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-12-02optee-os depend on python-pycryptoRonan3-0/+48
* optee-os use python script to build so, We need to add: inherit pythonnative If not we use host python during the build. * During the build, optee-os use script: - scripts/pem_to_pub_c.py - scripts/sign.py Those script depend on python-pycrypto "from Crypto.PublicKey import RSA" So we need to add python-pycrypto native to recipes * The python-pycrypto recipes come from meta-security (out of AGL): https://layers.openembedded.org/layerindex/recipe/39101/ Change-Id: I64340544c9a23a8e9ef62aca348fc08722d3dcc2 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-12-02Set rootfs size based on real size of rootfs imageAnton Gerasimov1-2/+18
ROOTFS_SIZE is recomputed for each image type based on total size of rootfs directory. If rootfs directory gets smaller between creation of rootfs image and SD image, it fill result in corrupted SD image. It should not happen in theory, but it happens occasionally for a reason I could not identify. Change-Id: I1c888c179fdcec32c3cacbbce7b2d34ec70bbb17 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-12-01Add wl-shell-emulator.so to weston.ini to porter and QEMU as well.Anton Gerasimov2-2/+4
CES2017 demo depends on it. Change-Id: I9a01d106175fcfaba74195c9c6efe6e8f2bda4a5 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-11-28weston-raspberrypi.ini: Fix Weston configurationsLeon Anavi1-1/+6
Fix Weston configurations for Raspberry Pi 2/3 and run it in IVI shell. Following these changes start_ALS2016_ivi-shell.sh works again. Bug-AGL: SPEC-268 Change-Id: Ief75dfc078a42aba65161783b2a7beef23115e33 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
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-28packagegroup-ivi-common-core-multimedia: add pulseaudio bluetooth modulesStephane Desneux1-0/+8
When bluetooth is set in DISTRO_FEATURES, we need some bluetooth specific modules for pulseaudio. The list of packages is a part of OE's package group 'packagegroup-tools-bluetooth' which also contains extra bluetooth tools we don't want to install in the core AGL image. Bug-AGL: SPEC-293 Change-Id: I47abe11c136ce6a8fd9d58759bbf9ea1a506fd82 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-11-25Use IVI-shell instead of desktop-shell as default in weston.iniBocklage, Jens3-15/+10
Using IVI-shell as default for following platforms: - QEMU - Renesas - Raspberry Pi The IVI-shell is needed to run the CES 2017 demo. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-11-24Convert feature.inc to feature.depJan-Simon Möller3-21/+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-24Fix file extension from *.bb to *.bbappendKotaro Hashimoto1-0/+0
linux-linaro-qcomlt%.bb was wrong file extension. I modify this file extension from *.bb to *.bbappend. Change-Id: Ib44d0496025d88faf7a34310cc3d208db668ca5a Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
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>
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>