aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-07-10doc: fix markdown code blocks syntaxHEADjellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.29.99.49.99.39.99.2masterLi Xiaoming2-27/+27
Because of the unnecessary spaces, some bash code blocks is not displayed as expected in the pages below: https://docs.automotivelinux.org/docs/en/master/hardware/reference/renesas-gen3/gen3.html https://docs.automotivelinux.org/docs/en/master/hardware/reference/renesas-gen3/proprietary.html Bug-AGL: SPEC-2714 Change-Id: I5943d834347c7b124f5bce8b00b39e88067926d2 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2020-07-06repair invalid linkZhong Lu2-2/+2
details: the response of original link is 404 Bug-AGL:SPEC-2714 Signed-off-by: Zhong Lu <zhongl.fnst@cn.fujitsu.com> Change-Id: I1323e28a3b39ff1c22ac40bcc7fb4fa86cf6e23c
2020-06-25[AGL] Revert TMP fix on perf build with linux-renesasjellyfish_9.99.1jellyfish/9.99.19.99.1Jan-Simon Möller2-137/+0
This reverts commit 725785b7d85221173bfde44640ff10a06cef9ef3. Which introduced a build-fix for perf. This is upstream now. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I47531d1dcb40afef7b0a3dec5750f8bceefeb8fd
2020-05-26[AGL] fix on perf build with linux-renesasJan-Simon Möller2-0/+137
This is a backport from upstream linux and enables building perf with newer binutils. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I1e09e5a259ac08e94687bcde16a1695495c14ee2
2020-05-19[Community] Add omx-user-module dependency fixRonan Le Martret1-0/+2
- Add virtual/libomxil standart providing to omx-user-module Bug-AGL: SPEC-3328 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: Ia12f8a886b758746975d1cbdbcee27ebd6b3b31e
2020-05-19[Community] Use python3native bbclassRonan Le Martret4-4/+5
- Use python3native instead of pythonnative. Now pythonnative is deprecated in Yocto. Bug-AGL: SPEC-3328 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: I72b408d9fc122bbdd3e38d94ef8bdd1662495fd5 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2020-05-19[Community] Add optee packages recipesAymeric Aillet5-0/+215
Allow us to use the xtest suite and examples in order to test the functionning of optee. More information on the optee official website. Add a user-app example. Allow us to build a custom app working in both optee side. Fix optee examples recipe. Allow us to to access functions from examples TA's from other apps. BUG-AGL: SPEC-3030 Change-Id: I28f2c117dfa7a66ef2ebc0ede2ec32d7b218b549 Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
2020-05-19[Community] Optee_os recipe modificationAymeric Aillet1-2/+7
In order to build trusted applications from the official optee sources we need files that weren't built with the current version of the recipe. This modification allow us to build trusted applications in the AGL environment. BUG-AGL: SPEC-2848 Change-Id: Ic34121428abbaf316656519f71d876abfc1f95d5 Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
2020-05-19[AGL] Add weston 6.0.0 for WM and HS rewriteJan-Simon Möller1-0/+2
As requested for the WM and HS rewrite. Tested on m3, minnow, qemux86-64, rpi3. (cherry picked from commit 59104015c1fe64c7971b66d3c3f68e9b66524705) Multiple commits to be applied at once. Bug-AGL: SPEC-2444 Change-Id: I5746595e769e49a3e7f335c3ee67353b8a8f1689 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2020-05-19[AGL] docs: add new book.yml description fileSebastien Douheret1-0/+18
Change-Id: I590c0b3d46b11543b4fec9c81d5b770674a05a44 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2020-05-19[COMMUNITY] Fix SSI DMAC inaccessible via Xtensa HiFi2 ADSP firmwareMark Farrugia2-0/+41
The upgrade of the kernel to 4.14.35 has changed the SSI interface in the RCar SoC sound driver, making it that the Xtensa HiFi2 ADSP firmware can no longer directly access the SSI DMA controller in order to route audio directly out to hardware. This seems to fix this issue, allowing the Fiberdyne DSP to fully operate again on 4.14.35 kernels. Change-Id: Id89843b0a8a65f07964027639dde68791261cab6 Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
2020-05-19[AGL] Add driver control checksumRonan Le Martret6-0/+46
* As the driver files come from out of git repository, we need to check driver file integrity. Change-Id: I46f2a281f8da1ae606e8ae1ee55324fd5fd9b772 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2020-05-19[AGL] add .gitreviewStephane Desneux1-0/+5
Change-Id: Ic561435cb07317bd6885b18a8c14b7f30a56f547 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2020-05-11rcar-gen3: README: Update release informationdunfell-Yocto-v3.21.0Khang Nguyen1-7/+5
This modifies the README file for the following update: - Add information for dunfell-dev. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I80be54b8d5571ca6e3f36693527070bf20f6ed32
2020-05-11rcar-gen3: machine: Reconstruct machine configurationsKhang Nguyen7-158/+47
This reconstructs machine configurations to reduce duplicate codes: - rcar_common.inc: General configuration for R-Car SoCs. - rcar_ulcb.inc: Specific configuration for ULCB. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ide5e459e75ddb9309e07e20ee6331e92b3537a63
2020-05-11rcar-gen3: conf: Update sample configurationsKhang Nguyen21-0/+168
This modifies sample configurations for the following updates: - Set fixed variables of Reproducible Builds [1] to keep the timestamp changes according to build time, it is convenience to check logs during the development phase. - Remove ptest from DISTRO_FEATURES according to YP3.1 release recommendation for Known Issues [2]. It is to save a significant amount of build time. [1]: https://wiki.yoctoproject.org/wiki/Reproducible_Builds [2]: https://lists.yoctoproject.org/g/yocto-announce/message/186 Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: If73df652f19ca33c073cf1a462d4fb84eefbc172
2020-05-11rcar-gen3: systemd: Remove no longer used fixKhang Nguyen1-3/+0
The systemd-timesynce was removed to avoid a boot issue which is fixed by upstream, it is not needed to keep the fix in this layer. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I5a5ac481b366b90d99f3bb32cb4d76949def3d4b
2020-05-11Revert "rcar-gen3: image: WORKAROUND for systemd boot issue"Khang Nguyen1-4/+0
This reverts commit 699bf61c247c620e77e4c5b307cbf6b6e2a6db60. The issue was fixed in Poky: 1b3f5bd39e7147eefca269cb6f5e92b130ff3d9c systemd.bbclass: enable all services specified in ${SYSTEMD_SERVICE} Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ibbbd28a353348344f34106eed3cc6cdec7b09e69
2020-05-11rcar-gen3: gstreamer: Upgrade 1.16.0 -> 1.16.2Khang Nguyen5-35/+29
This commit upgrades GStreamer from 1.16.0 to 1.16.2. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I7e94b0869d2f9f204c45eabaf18cb16a792aa96a
2020-05-04rcar-gen3: weston-init: Fix XDG_RUNTIME_DIR issueKhang Nguyen1-0/+5
The gernerated weston.service is loaded simultaneously with weston@.service [1]. Since YP3.1_M3, it causes an issue as follows: | fatal: environment variable XDG_RUNTIME_DIR | is set to "/run/user/0", which is not a directory. This fixes the issue by changing weston init script in "/etc/init.d" to weston@, the generated unit file becomes weston@.service located in "run/systemd/generator.late" which has low precedence compared to the same name unit file in "/lib/systemd/system". [1]: /lib/systemd/system/weston@.service /run/systemd/generator.late/weston.service Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Icc80dc62e16f0a659d5ad7f1ab8eb590ac7d8dde
2020-05-04rcar-gen3: weston: Backport fix patch for Weston crashes issueKhang Nguyen2-0/+55
This backports the fix from [1]: Without universal plane, the weston crashes with null pointer access in set_gbm_format function because that function called before output enable function. By changing timing to set color format for primary plane in this case, this issue fixes. [1]: https://cgit.freedesktop.org/wayland/weston/commit/?id=51048463dae4ace13776bb77675316007083a6ee Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ia09b3f5bc0bf41b22b2210e2eea56913b4264761
2020-05-04rcar-gen3: weston: Drop deprecated optionKhang Nguyen1-1/+0
The option "simple-dmabuf-drm" is unrecognised in Weston 8.0.0. This commit drops the option to avoid the following build error: | ERROR: weston-8.0.0-r0 do_configure: QA Issue: weston: configure was passed unrecognised options: simple-dmabuf-drm [unknown-configure-option] | ERROR: weston-8.0.0-r0 do_configure: Fatal QA errors found, failing task. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: If0f2ee6317c3e7206fb84976af8962611e89c037
2020-05-04rcar-gen3: libdrm: Set PREFERRED_VERSION to 2.4.100Khang Nguyen5-5/+5
This sets PREFERRED_VERSION_libdrm to 2.4.100. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I5475418c4d255dc55fa03693d7e0d8a1f4d16718
2020-05-04rcar-gen3: libdrm: Remove libdrm_2.4.85 recipeKhang Nguyen4-157/+0
This commit removes libdrm_2.4.85 recipe to use libdrm_2.4.100 from upstream. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Id05cb1d17f68fc1f0cc3de7a1c65b05e1cee03bf
2020-05-04rcar-gen3: linux-renesas: Fix ZPOS issue occurs on Weston 8.0.0Khang Nguyen4-0/+188
This applies a patch to Kernel to fix ZPOS issue occurs on Weston 8.0.0: According to drm_plane_create_zpos_property() function documentation, all planes zpos range should be set if zpos property is supported. However, the rcar-du driver didn't set primary plane zpos range. Since the primary plane's zpos is fixed, set it immutably. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I1adb23fd123a6aaafa1ea2c669631200967bff89
2020-05-04rcar-gen3: Image: Move libx11-locale to core-weston-image.incKhang Nguyen2-1/+1
The libx11-locale should be in core-image-weston.inc instead of core-image-renesas-base.inc, this package was added by [1] to support weston simple applications. [1]: meta-renesas rev: 794b4fa5d7702c28f8d6faea3ed7013cb2ba9054 Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I02d1ac31ff2e190f7abd2f1f88bbcb2cca88d75a
2020-05-04rcar-gen3: Switch to python3Khang Nguyen4-4/+432
This updates recipes to use Python3 instead of Python2 which is deprecated in Yocto. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Id2594e5bb0e0003b22af8d183bef340587a9c1aa
2020-05-04rcar-gen3: Replace deprecated bbclassKhang Nguyen18-18/+18
distro_features_check.bbclass is deprecated, this commit updates recipes to use features_check.bbclass instead. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Id8a4848dbfd53ecb7033fdfff0459fd520a892d3
2020-05-04rcar-gen3: conf: Remove duplicate tune filesRonan Le Martret2-23/+0
- There is conflict between meta-renesas and poky * tune-cortexa53.inc * tune-cortexa57-cortexa53.inc use the upstream tune files from poky solve this issue. - Current tune-cortexa53.inc file, in RCAR BSP meta-renesas, the ebisu AGL build is broken due to the duplicate file: * bad TUNE_FEATURES means bad TUNE_ARCH and so bad TARGET_ARCH. Bug-AGL: SPEC-3289 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: Ic981b7bf57304bf26fc530f5613cc19629eb835e Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2020-04-27rcar-gen3: conf: Update LAYERSERIES_COMPAT to dunfellKhang Nguyen1-1/+1
This commit updates LAYERSERIES_COMPAT to dunfell. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I42de8997cae50e6308e8e90a25dd0d492e0d7511
2020-02-10rcar-gen3: arm-trusted-firmware: Update to v2.0.6Duy Dang1-1/+1
This updates IPL and Secure Monitor to version 2.0.6 with the following change: - Update DDR setting version 0.40 for H3, M3, M3N. Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I1818faaa492686d7c18730b27394174b64793ad6
2020-01-21rcar-gen3: README: Fix a typo in readme fileKhang Nguyen1-2/+2
This commit fixes a typo in readme file. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I8a51cca636a110cb4d96b1a3e09973339301ea75
2019-12-24rcar-gen3: README: Update release informationKhang Nguyen1-15/+7
This commit updates the following information: - Branch and Commit ID of poky, meta-openembeded. - Remove information of meta-linaro dependency. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Idaf1dd51999450a12bb0c6184b1a4f2b050012f1
2019-12-24rcar-gen3: systemd: Add safe transition to non-owned itemDuy Dang3-1/+20
Since safe transition check feature breaks the rootfs created by different users, this allows /var/volatile to be mounted as a non-owned directory (uid=65534) and defines the transition from a normal file/directory to non-owned one as a safe transition. Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I5ed4bfb7e5bd7cc08fa45cde4b849184e3ecb335
2019-12-24rcar-gen3: image: WORKAROUND for systemd boot issueKhang Nguyen1-0/+4
Since systemd upgrades to v243, the system could not boot to login prompt when using multi-user.target for default. This applies a WORKAROUND by using graphical.target instead. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ia243c7bcb3970d91576147859c30f1d013c87035
2019-12-24rcar-gen3: gstreamer/avb-application: Use gitsm fetcherKhang Nguyen6-61/+5
The code repositories of Gstreamer and avb-application contain git submodule, this updates recipes to use gitsm fetcher instead of git which needs an additional function to handle git submodule. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Iee69ef8bd312519b9a2d4471340089df244cd0eb
2019-12-24rcar-gen3: libgbm: Update SRCREV to follow the latest versionKhang Nguyen1-1/+1
This commit modifies libgbm SRCREV for the following update: - Add support for the linear drm modifier. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ied6ae5af8e1e36dc03fac552e8f904423b4bc086
2019-12-24rcar-gen3: weston: Remove weston-conf recipeDuy Dang5-36/+38
Since upstream removes weston-conf recipe and move its content to weston-init instead, this also does the same for Renesas specific configurations. This commit also disables intel config of simple-dmabuf-drm option when running meson config of Weston 7.0 to avoid build error. Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ifba1b3f99cbf1e9cfff5557bf52a9424ad3e2bf7
2019-12-24rcar-gen3: linux-renesas: Fix Perf build failure with 4.14 kernelKhang Nguyen4-0/+1844
OE-Core started using Python3 for perf module. But older kernel such as 4.14 does not have support for python3. This causes build failure as follows: | Makefile.config:391: DWARF support is off, BPF prologue is disabled | Makefile.config:588: Missing perl devel files. Disabling perl scripting support, please install perl-ExtUtils-Embed/libperl-dev | Makefile.config:626: Python 3 is not yet supported; please set | Makefile.config:627: PYTHON and/or PYTHON_CONFIG appropriately. | Makefile.config:628: If you also have Python 2 installed, then | Makefile.config:629: try something like: Backported python3 support, as a suggestion here: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-kernel/perf?id=92469aad50b623afa423c19d82ed2e3c667c5e6a This fix was backported from: https://lists.yoctoproject.org/pipermail/meta-intel/2019-September/006191.html Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ieaad61fb9bd4888e6226c8e00d4807f738cc0b55
2019-12-24rcar-gen3: linux-renesas: Generate defconfig automaticallyDuy Dang2-6424/+4
KCONFIG_MODE helps to select defconfig and generate it automatically, there is no need to have an external defconfig file. Change-Id: Ibedbaa95476d8b2bbd7c5950ae95d21bb617068e Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2019-12-24rcar-gen3: linux-renesas: Update Linux BSP to v3.9.7Khang Nguyen2-6/+6
This commit updates Linux BSP to v3.9.7 for the following change: [SD/MMC driver] - Add HS400 support. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I28dd976deec8938a4cfdaa7bd461e3247d34db74
2019-12-24rcar-gen3: conf: Update sample configurationsKhang Nguyen21-189/+483
This commit does the following changes: - Re-create sample configurations based on YP3.0 official release. - Update BBMASK variable for dropping meta-linaro. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ib806fdf694e709053a555c26b06a28b9f7825072
2019-12-24rcar-gen3: bblayers: Remove dependency on meta-opteeDuy Dang15-15/+15
optee-os depends on python-pycrypto 2.6.1 which was provided in meta-linaro/meta-optee. This recipe is also in meta-openembedded/ meta-python with the same version and more security fix. This changes to use python-pycrypto in meta-python to reduce dependency repo. Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ibb49d86bf84ee0a353ecd122e8709fb46f6fd54c
2019-12-24rcar-gen3: conf: Update LAYERSERIES_COMPATKhang Nguyen1-1/+1
This updates LAYERSERIES_COMPAT to zeus. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I10cadfed3dbeff59416ec1be28028c06aa1ae832
2019-09-24rcar-gen3: glmark2: Use .inc for R-Car specific recipeDuy Dang2-2/+5
The variable flags in this bbappend file do not support overrides. So it can be separated to other inc file and conditionally required in bbapend file. Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Idf4b82063debb306cab751f6d492b708d3ad0d8f
2019-09-24rcar-gen3: images: Add condition to require directiveKhang Nguyen2-3/+3
This commit adds the condition to require directive to only modify the based image recipes when building for R-Car platform, it avoids breaking the build on another platform that refers to this layer. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Icad09e223d5b8fc0358e59d1482d41f75d473822
2019-09-24rcar-gen3: Add COMPATIBLE_MACHINEKhang Nguyen20-0/+32
This adds COMPATIBLE_MACHINE to R-Car specific recipes to avoid error when run "bitbake world" for non-R-Car platforms. Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Ide29f6272d7c483eeda69a58f61710b2e8a42d6d
2019-09-24rcar-gen3: Append _rcar-gen3 to variables and tasksKhang Nguyen8-14/+14
For bbappend files, it should be appended the _rcar-gen3 to variables and function to avoid changing sstate signature when build with non R-Car platforms but including meta-rcar-gen3 to BBLAYERS. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I179d8595422ea7eeb1568adc63d1e64e1fb057a6
2019-09-24rcar-gen3: README: Update release informationKhang Nguyen3-138/+379
This commit updates information for Community Yocto BSP v3.21.0 on Yocto Project 2.8 (Zeus). Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I47a17c40a89cca82c8356e82a9f4a3f7f88323b3
2019-09-24Revert "rcar-gen3: systemd: Do not save file descriptors when restarting Weston"Thuy Tran1-10/+0
This issue have not occurred since systemd version 239. This reverts commit 8b9882947cf6e9508eacdf543bd88a07d88f6598. Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com> Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: If9d2cc31cf6dbdfd9a5837ab6017845cde73514d