aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-23Add a patch for u-boot-ota to work with qemueelEugene Smirnov2-0/+42
Change-Id: Ia49a74134cc1262fcbc7e6aa9a8cdc69a37b8e7b Signed-off-by: Eugene Smirnov <eu.smirnoff@gmail.com>
2018-11-23Use meta-updater-qemux86-64 layer for agl-sota featureEugene Smirnov1-0/+1
Change-Id: I954d7c8188017bd465584bf1f2e207b9363304e9 Signed-off-by: Eugene Smirnov <eu.smirnoff@gmail.com>
2018-07-27Remove pyro 2.3.4 conflicts for Ubuntu 18.04 buildSteve Lemke3-44/+1
After updating poky to pyro 2.3.4 (to resolve Ubuntu 18.04 build issues) it is necessary to remove conflicting linux-firmware_git.bbappend and bluez patch which are now included in pyro 2.3.4. Tested with poky @ ebb42af2829edfca1a23c7a51a431c656ffc2090 (pyro 2.3.4) Change-Id: Ide27c9c2acf8fa2711035a9472cee3f5d45f016e Signed-off-by: Steve Lemke <steve.lemke@lge.com>
2018-07-12Post 5.1.0 bump of poky-agl.confJan-Simon Möller1-6/+6
Change-Id: I5ad312c8f182e0b2b97ea29724ff68da667d3d4a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-10Prepare the 5.1.0 releaseeel_5.1.0eel/5.1.05.1.0Jan-Simon Möller1-6/+6
In preparation of the Eel 5.1.0 release pin the recipes through the distro config. Change-Id: I743f6d4e2352216bd77ae0ddb15d0aa5ec75c228 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-10Change eel version to 5.1.0 due to API changeJan-Simon Möller1-2/+2
Due to the introduction of the audio API we change the version to reflect it. Change-Id: If6e7f0ac6c94af45fd476bd8c0daa6eb9a4121f6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-20Move snd-aloop kernel config to common linux-agl.incJan-Simon Möller2-0/+5
Move the sound config into the generic kernel fragment inclusion. This enhances the build speed in the end (linux-libc-headers). As discussed during ALS Tokyo. Change-Id: I5f8879f4ac1b3685f6d801b385d9b0ce9f17f9c7 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-11rygel_%.bbappend: LGPL-2.1Leon Anavi1-0/+2
Fix the warning below and set the license to LGPL-2.1 according to the content of file COPYING. WARNING: rygel-0.34.0-r0 do_populate_lic: rygel: No generic license file exists for: LGPL1.1 in any provider This is a bug in meta-openembedded/meta-multimedia and this fix in meta-agl is temporary until a proper solution appears in meta-openembedded. Bug-AGL: SPEC-1470 Change-Id: Ia82083d4f0076e0286eb7fbbb1426721aea101fe Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2018-06-07libcap_%.bbappend: Remove invalid PACKAGECONFIGLeon Anavi1-3/+0
Fix the following warning in Eel by removing an invalid PACKAGECONFIG: WARNING: libcap-native-2.25-r0 do_configure: QA Issue: \ libcap-native: invalid PACKAGECONFIG: attr [invalid-packageconfig] Changhyeok Bae has already applied similar solution in master. Bug-AGL: SPEC-1503 Change-Id: I37ef4650c27798c98730a2a92607088c5fdc59db Suggested-by: Changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2018-06-05kern-tools-native: fix fragments merging scriptStephane Desneux2-0/+40
When concatenating kernel config fragments, if a fragment file doesn't end with a carriage return, then the last config option of the fragment and the first one of the next fragment are on the same line in the result file. This leads to misconfiguration because some options are not taken into account. This commit includes a patch that will add a \n in the result file after each fragment. Bug-AGL: SPEC-1475 Change-Id: I52d13b42909f56f4608860af865a80d0d9b2579e Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-05-31Merge "meta-agl-bsp/meta-rcar-gen3: Correct asound.state" into eelScott Murray1-27/+27
2018-05-30Fix kernel .config file configurationRonan Le Martret1-1/+1
* A missing carriage return at the end of a cfg will break the kernel .config Bug-AGL: SPEC-1475 EE-MUST-FIX Change-Id: Ie0bc472153ae73b41c495161f83acba57d812b9a Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-05-29meta-agl-bsp/meta-rcar-gen3: Correct asound.stateTom Rini1-27/+27
With current BSPs we need to specify a different card name. Furthermore the old DVC Out value is now too large and needs to be reduced by a factor of 10, and the default volumes increased slightly instead. Change-Id: I3cd30054ab569e47e4cb2b0aa479a437e2f03458 Bug-AGL: SPEC-1481 Signed-off-by: Tom Rini <trini@konsulko.com>
2018-05-24Bump distro config post release of 5.0.3Jan-Simon Möller1-6/+6
Change-Id: Ie9edba00148e7c79d035a828f702449ece6f1cbe Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-05-22Enable I2C-TINY-USB and LEDS-BLINKM drivers for AGL demonstratorYordan Dimitrov2-0/+6
To extent the demonstrator we need to support an I2C adaptor and RGB LED. Change-Id: I1816ee9a7acf4699d1639b4954422df9ca8f452e Signed-off-by: Yordan Dimitrov <y.dimitrov.14@gmail.com>
2018-05-22Bump DISTRO_VERSION for 5.0.3 releaseeel_5.0.3eel/5.0.35.0.3Jan-Simon Möller1-2/+2
Change-Id: If948f3d1c5bde6fad4759a903432c664300b0832 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-04-02bsp: add salvator-x H3 supportMartin Kelly4-0/+21
The Salvator-X uses the same SoC as the H3 but includes other peripherals. As a result, it can reuse the same h3ulcb config but needs a different device tree and kernel config. This is already supported in meta-rcar-gen3 but needs AGL plumbing, so add it. There is also an M3 version of the Salvator-X, but I don't have one and cannot test it. So I've added support only for the H3 version here. Bug-AGL: SPEC-1376 Change-Id: I64683f4f65dda3fee63e6243f0ba916e568ca245 Signed-off-by: Martin Kelly <mkelly@xevo.com>
2018-03-31Move DISTRO_VERSION to 5.0.2eel_5.0.2eel/5.0.25.0.2Jan-Simon Möller1-6/+6
To prepare the release. Change-Id: I6a3d34ae38e4e4f0813733343dd4a7d53bbae850 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-03-29Merge "setup_mm_packages.sh: handle weird terminals" into eelJan-Simon Moeller1-3/+7
2018-03-27re-enable gobject-introspectionMartin Kelly3-4/+4
In commit f9a285987c5c956d445efeea6c60f258534fe57b, we disabled gobject-introspection due to a build error as part of the Rocko transition. However, the only build errors were on qemu, which were caused by not emulating SSE4.2 (see poky commit 5b2b343453e805be013e721d079bc24de946f28b for details). Emulate SSE4.2 in qemu and re-enable gobject-introspection. Bug-AGL: SPEC-1355 Change-Id: I073db2c37623bb8ba6b7809ca0c3bba5213001e2 Signed-off-by: Martin Kelly <mkelly@xevo.com>
2018-03-26setup_mm_packages.sh: handle weird terminalsMartin Kelly1-3/+7
Currently, setup_mm_packages.sh fails on terminals that won't display colors (such as my Jenkins CI setup). Tweak the code to handle this case and display an error message instead of failing. Change-Id: If18e16ed385af567801a56871542b4eb86f4588d Signed-off-by: Martin Kelly <mkelly@xevo.com>
2018-02-14adding Minnow eth driver to allow network bootDominig ar Foll Intel Open Source2-0/+5
Change-Id: I86a0ff336d16be399fc50ca81cd687cbaa4a68fa Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
2018-02-06meta-agl-bsp/meta-rcar-gen3: Improve AUTOLOAD for kernel module.Harunobu Kurokawa3-3/+6
These kernel modules are used in the video driver. In addition, the H.264 transfer from the IVI System to the Cluster in AGL demo also use the encoder plugin. For this the driver needs to be loaded before weston. Bug-AGL: SPEC-1038 Change-Id: If403b7dfa5d3402070f2596ae36a3c013495aa97 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2018-01-31Post-release changes to poky-agl.confJan-Simon Möller1-6/+6
Change-Id: I93778f8efdfe9e04a401a091217e50dc1c2daa25 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-30Merge "Prepare 5.0.1 release" into eeleel_5.0.1eel/5.0.15.0.1Jan-Simon Moeller1-2/+2
2018-01-30Drop references to image_types_uboot.bbclassTom Rini2-12/+0
With the sync to poky 2.3.3 various bugfixes of mine have been backported upstream. At this point in time there is no longer a image_types_uboot.bbclass file as instead the required logic is now always part of image_types.bbclass. Change-Id: Ie762adec19a5f31409d72b2ccfded532b8286c15 Bug-AGL: SPEC-1270 Signed-off-by: Tom Rini <trini@konsulko.com>
2018-01-30Prepare 5.0.1 releaseJan-Simon Möller1-2/+2
Change-Id: Ia24156b2ae95b84f55b7fa4c0125787a98f4a955 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-16Merge "Weston crushed by ivi-input-controller" into eelJan-Simon Moeller2-0/+32
2018-01-13Weston crushed by ivi-input-controllerTadao Tanikawa2-0/+32
When repeat switching between HomeScreen and WebBrowser very quickly, sometimes weston crushed because of segmentation fault of ivi-input-contoller.so. Change-Id: I408158a98f30640fdab9a843331451b5549cb761 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2018-01-11Fix user-config.service is started everytime when app launchingTadao Tanikawa1-0/+1
Due to miss an option in service configuration of user-config.service, it is started everytime when application has been launched. If the user touches app icon or shortcut many times at very short intervals, user-config.service would invoked too many time for very short time, then systemd reject execution and make an error. This causes an issues in UI. E.g. missing touch event, collapse of synchronization of HomeScreen's UI view. Bug-AGL: SPEC-1246 Change-Id: Ia6c7ecac2f880e61c290d6e3ad27d363e228d5f9 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2018-01-05Prepare EE 5.0.0 distro configeel_5.0.0eel/5.0.05.0.0Jan-Simon Möller1-7/+7
This change prepares the 5.0.0 release. Change-Id: I15601e8046f77ad6da6c09f98eb46503174ecaee Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-03Disable window decoration and ensure fullscreenRomain Forlot2-2/+3
Change-Id: I2c9aad08d58b0da1fb6f362b95472f4a653fd9a3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-01-02Merge "Open final merge window for EE" into eelJan-Simon Moeller1-6/+4
2018-01-02Merge "low-level-can-service: bump to new version" into eelJan-Simon Moeller1-2/+2
2018-01-02Open final merge window for EEJan-Simon Möller1-6/+4
Change-Id: I6972a566395f92634967579e4c8ebd6479f19a81 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-12-28low-level-can-service: bump to new versionRomain Forlot1-2/+2
docs: bump version to 5.0-EE Code enhancements mem leaks and uninitialized byte Initialize struct to avoid unexpected behavior Change-Id: Ia1c63d76ca69886426fa0d373e719c88710c7a0d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-12-27Merge "weston-ini-conf: Disable kingfisher's 2nd and 3rd output" into eelJan-Simon Moeller2-0/+9
2017-12-27Merge "adding copying of microcode.cpio if present" into eelJan-Simon Moeller1-1/+5
2017-12-22weston-ini-conf: Disable kingfisher's 2nd and 3rd outputHarunobu Kurokawa2-0/+9
Kingfisher has tree display output, currently AGL use only one output from micro HDMI. Change-Id: Ife61da4bfd2127a49c50247c26d8a7693960d439 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-12-22adding copying of microcode.cpio if presentDominig ar Foll Intel Open Source1-1/+5
Change-Id: Ia1903d6e5906f3353ba1ad1f9c259865bf507330 Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
2017-12-22Prepare EE rc5eel_4.99.5eel/4.99.54.99.5Jan-Simon Möller1-7/+7
Change-Id: I3157142b03456987c648af05b60f61641aab6afa Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-12-21Merge "Adding lua to Host SDK" into eelJan-Simon Moeller1-0/+1
2017-12-21Merge changes I6716197b,I07fe2d5a,Ia35a6007,I1457c89a,Iaaf3b308 into eelJan-Simon Moeller10-0/+80
* changes: meta-agl-bsp/meta-rcar-gen3: Add u-boot-script-rcar-gen3 to ease boot meta-rcar-gen3: add si46xx radio tools for KF support ti-bt: add a systemd unit and enable meta-rcar-gen3: add WiLink8 tools for KF support templates: rcar3: add meta-rcar-gen3-adas for KF support
2017-12-20Adding lua to Host SDKRomain Forlot1-0/+1
Bug-AGL: SPEC-1215 Change-Id: I32cb7e3aeb8e4decafb3bf4b76b4ee7e39b10226 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-12-19meta-agl-bsp/meta-rcar-gen3: Add u-boot-script-rcar-gen3 to ease bootTom Rini4-0/+47
Introduce a boot.scr script to handle loading the kernel and device tree, along with setting up the bootargs. Change-Id: I6716197bc68c37e72d6203113f055fbc0d84ee37 Bug-AGL: SPEC-1175 Signed-off-by: Tom Rini <trini@konsulko.com>
2017-12-19meta-rcar-gen3: add si46xx radio tools for KF supportMatt Porter1-0/+1
Add userspace flashing/init/operational tools and userspace driver to support the si46xx radio on Kingfisher. Bug-AGL: SPEC-1175 Change-Id: I07fe2d5a3e19e4c094e3238430a9287c9aa52aff Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-12-19ti-bt: add a systemd unit and enableMatt Porter2-0/+25
We need to provide a systemd unit for UIM to be started at boot. We also do not want the blacklist that Cogent has created, so delete that. Bug-AGL: SPEC-1175 Change-Id: Ia35a6007722d4e42a7a76fe9d8d26b90b073f73b Signed-off-by: Matt Porter <mporter@konsulko.com> Signed-off-by: Tom Rini <trini@konsulko.com>
2017-12-19meta-rcar-gen3: add WiLink8 tools for KF supportMatt Porter1-0/+4
Add WiLink8 firmware and BT daemon to support Kingfisher. Bug-AGL: SPEC-1175 Change-Id: I1457c89abfa3ba3d6afe25c1e158cbfee8e937ad Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-12-19templates: rcar3: add meta-rcar-gen3-adas for KF supportMatt Porter3-0/+3
Bug-AGL: SPEC-1175 Change-Id: Iaaf3b308eae48be9df87e477c62ff391efa59b50 Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-12-19pulseaudio: disable exit-idle-time in daemon.confMatt Porter2-0/+29
With bluetooth connected, pulseaudio is segfaulting during idle shutdown. Implement a workaround to avoid idle shutdown by disabling the exit idle timer that is on by default. Bug-AGL: SPEC-1188 Change-Id: Ie5868ed2a89d275973a7aca2555a0216c67d090a Signed-off-by: Matt Porter <mporter@konsulko.com>