summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2017-12-18af-binder & af-main: use AGL_DEFAULT_REVISION for eelJosé Bollo2-2/+2
This commit set to AGL_DEFAULT_REVISION for branch eel products. At his time, it integrate the switch to the version 5.0.0-EE. After this commit, the changes in binder and framework should be tracked by the version info of the product. Change-Id: I6ce40f472c9dc4961808a276f73605d57573dc55 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12683 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-18Adding mkabl to support MRB platforms (non signed kernel) and ↵Dominig ar Foll Intel Open Source3-3/+706
detection/rejection of configiguration with initrd=microcode.cpio Change-Id: Iff7cbd34fb8abd0f0860fe183018a2d9a133614e Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12669 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-164A: don't pull agl-audio-plugin when 4A is enabledStephane Desneux1-1/+1
When agl-audio-4a-framework feature is enabled at aglsetup time, 4A audio is enabled and legacy agl-audio-plugin used with GENIVI AudioManager must not be pulled in images. Change-Id: I23ff0ced9eff184718b47219e80f1f51db8b9fb8 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12245 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> (cherry picked from commit 5746146e5a42821fb95d39af36b0e7e07c45b79d) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12601
2017-12-13Removing qtwebkit to be replaced by qtwebengineRomain Forlot2-2/+1
Bug-AGL: SPEC-1159 Change-Id: Ieecc7cc51015dd0b7ce689e90f43fcd17b3eb62d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12495 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-13Enabled general Intel bluetooth driver support instead of specific one.Kien Dinh2-7/+4
ibt-11-5 is the specific firmware for Joule. The image for IA should be able to include multiple firmware, including this one. For having the firmware in the image, please include linux-firmware-ibt by IMAGE_INSTALL_append = ' linux-firmware-ibt' Change-Id: I4451dbbf54145df784b763dd3ef924d8a7ac8863 Signed-off-by: Kien Dinh <kien.t.dinh@intel.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12511 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-13A larger value is set as default-id-offsetTadao Tanikawa1-1/+1
A lager value of default-id-offset would help debug of AGL DEMO especially for WindowManager/HomeScreen. Change-Id: I452985a27f69f24c3879f2aea83bb6fe647f29d1 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12427 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> Reviewed-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp> Reviewed-by: José Bollo <jose.bollo@iot.bzh> Reviewed-by: Romain Forlot <romain.forlot@iot.bzh> Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-13meta-intel: Ensure we pass the microcode as initrd in wic imagesTom Rini2-2/+2
We need to ensure that the microcode is passed to the kernel as an initrd to allow for application of required updates. Bug-AGL: SPEC-1173 Change-Id: I37a2ca401df9a9c17cf2d3a60151af639a3aba28 Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12453 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-11Eel branch open for final merge window before v5.0.0Jan-Simon Möller1-6/+6
Change-Id: I7f1ac72b10974d810b2f7e369ab0434f649c89ce Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12445
2017-12-10Prepare Electric Eel rc4 release v4.99.4eel_4.99.4eel/4.99.44.99.4Jan-Simon Möller1-7/+7
Change-Id: I35318a08aa96f4c152a91c55f1f5a56163a0615f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12411 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
2017-12-10meta-intel: Switch to using WIC images onlyTom Rini4-25/+44
The hddimg format has a hard-stop at 4GB sized images. We can trigger this rather easily at this point under agl-demo-platform-crosssdk. WIC images do not have any such limitation, so we remove hddimg from the list of built images. The main impact of this is that whereas before we would modify the default kernel command line via APPEND in the conf file we would now modify it via the wks file we create for each platform and that mkefi-agl.sh is now redundant. These wks files are based on the systemd one but also reflect the design of mkefi-agl.sh in that they drop the swap partition. Much of the APPEND commentary is moved to the wks file and we remove some irrelevant comments as well. Bug-AGL: SPEC-963 Change-Id: If667e1f946e4b9793b63f6d7f572d56d73e35767 Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12327 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-10ivi-controller: add resize setting suit to surface sizeWataru Mizuno2-0/+63
The ivi-controller resizes surface size like desktop usecase. When window manager switchs the half size window to full size, resize was not working correctly. This patch fixs this issue by changing surface source region at the same timing of destination region is changed. This patch is not necessary later version of wayland-ivi-extension 2.0 since this resize function has already been implemented by appropriate manner. Change-Id: Ib028bbc7d77b92ddfafa680b6247224012d630f3 Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12399 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-10adding support for .wic .wic.xz as source for imageDominig ar Foll Intel Open Source2-28/+120
Change-Id: I94c09c6105ac06a37cedc04c777dd1372015a02d Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12409 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-10lightmediascanner: add ~/Videos to initial media scanMatt Ranostay1-1/+1
Index users ~/Videos directory on initial systemd service startup. Bug-AGL: SPEC-1169 Change-Id: I536c85fa811153e980acc489db128dd02251e00d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12397 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
2017-12-08Fix wrong config.xml file used to build widgetRomain Forlot1-1/+1
Bug-AGL: SPEC-1162 Change-Id: Ib5896de50a52b4828bd6784f2f1c5b9fae55fca9 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12381 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-08linux-renesas_%.bbappend: Fix ath9k_htc.cfg and rtl_sdr.cfgLeon Anavi1-4/+0
Files ath9k_htc.cfg and rtl_sdr.cfg are provided by linux-agl.inc. As of the moment there is no need linux-renesas_%.bbappend also to provide them and furthermore this patches fixes the kernel build. Bug-AGL: SPEC-1152 Change-Id: I29ddac799469e0a3107037bb11918c228d10b5db Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12357 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-07af-binder: Make weak ws-client by default (to be fixed)José Bollo1-1/+1
The case of unicens service that can be here or not creates problem to the binding 4a when the service is not here. This commits makes the requirement of ws-client socket optional. This unblocks the situation but need to be fixed later, for example, by introducing an explicit weak requirement. Bug-AGL: SPEC-1151 Change-Id: I64864996032510f9540a6d1710cbac6e90889658 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12349 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-05XDG-IVI: Load by default id-agent in westonRomain Forlot3-0/+4
Bug-AGL: SPEC-1096 Change-Id: Iecfede123503410e1fdfa509a724cbcaf643d92b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12311 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-01meta-agl-bsp: move usbaudio.cfg to linux-agl.incMatt Porter3-1/+3
USB audio should be enabled for all AGL BSPs. Move the usbaudio.cfg from the Renesas BSP bbappend (it's actually not even used there as the fragment is not being appended) to linux-agl.inc and append it. Bug-AGL: SPEC-1148 Change-Id: I219d0d0355a4d57f883086631e07f3d191be2975 Signed-off-by: Matt Porter <mporter@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12281 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-01af-binder: Fix hangup on long messagesJosé Bollo1-1/+1
Fixes: - Handle correctly the sending of very long messages. Improvements: - Better handling of sd_event loop - Allows settings of afb-daemon options by environment: AFB_TRACEREQ, AFB_TRACEDITF, AFB_TRACESVC, AFB_TRACEEVT, AFB_LDPATHS Bug-AGL: SPEC-1091 Change-Id: I1bf8d52bf3ab8f1c73a524c0030b388570d08da8 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12225 Reviewed-by: José Bollo <jobol@nonadev.net> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-12-01Fix permission label and write verbs callRomain Forlot1-1/+1
- Fails write request if CAN signal not writable - Fix permission label - Correctly reconstituting entire CAN frame - Deprecate cmake variables not useful Mechanism to build 3rdparty external libs isn't unique and should not be handled by app-templates - Handle space in project path Bug-AGL: SPEC-966 Change-Id: I3cf2cef32b55b2f796c154ff88aa23fdf1644a7d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12231 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-11-30meta-netboot: enhance reference uboot config for R-Car Gen3Stephane Desneux1-22/+42
The provided config now allows to switch from netboot to sdcard boot at runtime by changing a uboot variable. Change-Id: I778f46f65ca007dbdd5ae070e946c04b7277ddeb Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12213 Reviewed-by: Thomas Rini <trini@konsulko.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-11-30Fix Linux Kernel fragment for netbootKotaro Hashimoto1-1/+1
Previous change caused issue of missing nbd.cfg at bitbaking for non-netboot environment. This patch fix netboot setting. (*)https://gerrit.automotivelinux.org/gerrit/#/c/12063/ Change-Id: I61a9e2ac9aecc98b6a379c4587a025710aaebfbb Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12217 Reviewed-by: Thomas Rini <trini@konsulko.com> Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-11-30meta-agl-bsp/meta-rcar-gen3: Add default asound.state fileTom Rini2-0/+322
The m3/h3 platforms have certain mixer settings that must be enabled and levels set before anything will be heard. Provide a default that sets this to a comfortable default along with other volumes. Bug-AGL: SPEC-792 Change-Id: I1b983b75fd580ae39495a47058bb568b7f75a479 Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12201 Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-11-29Update eel branch defaultsJan-Simon Möller2-1/+2
This change updates the gitreview and default.xml for the Electric Eel branch. Change-Id: Ic068b4690bf5aba0cc4e56fa61c1e04f92733287 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12181