summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/include
AgeCommit message (Collapse)AuthorFilesLines
2017-04-26BSP's should not ship files in /usr/local/dab_3.99.1dab/3.99.13.99.1Ronan Le Martret2-0/+3
* replace /usr/local with path /usr/share/renesas using: RENESAS_DATADIR = "/usr/share/renesas" - meta-rcar-gen2/include/rcar-gen2-path-common.inc Bug-AGL: SPEC-533 Change-Id: I66350e850df385e901dc4a0ff56bf04452f90868 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-01-16replace deprecated function base_containsRonan1-1/+1
* replace base_contains by bb.utils.contains * base_contains is deprecated use bb.utils.contains instead * yocto version: 2.2 Change-Id: Ida44a8ded5040cb8bcc1e6140dcbdc795463ce9a Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-01-19Revert "modules-common: handle kernel build path in work-shared"Yannick Gicquel1-2/+1
This reverts commit 64ba09ca3f79f4ebe52116af8de98d0bfbe70b49. After cleaning up sstate cache, it appears a regression while building the fdpm-kernel-module. In fact, multimedia binary set provides some modules with hardcoded references to KERNELSRC or KERNELDIR variable in there Makefile. For now, it is more reliable to keep the old behavior to avoid regression. Change-Id: I052f44cc5a9315e08efb5402bca34c87c67e0d2e Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2016-01-18modules-common: handle kernel build path in work-sharedYannick Gicquel1-1/+2
Since 46cdaf1c7b in poky (v1.8), kernel source and build artefact are in two separated directories. This patch prepares to use STAGING_KERNEL_BUILDDIR as it is used in KBUILD_OUTPUT from modules-base.bbclass It also set this variable to keep same state as before for poky < 1.8 Change-Id: I958c7ed44b4a3148e83c628f94908e4ee9357bdf Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2015-03-25commit BSP v1.8.0Nobuhiro Iwamatsu4-0/+96
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>