summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-kernel/kernel-module-vspmif/kernel-module-vspmif.bbappend
AgeCommit message (Collapse)AuthorFilesLines
2022-08-06[RCAR] Update kernel-module-vspm-if recipice nameNaoto Yamaguchi1-6/+0
The last update of RCAR BSP has change the recipes name of the recipes kernel-module-vspm-if. meta-agl-lxc must be updated too. Bug-AGL: SPEC-4517 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: Ia900cc06e9a4d30f4a16c57d70a328f66c7b7dfa
2021-10-26meta-agl-lxc: Support rcar3 kernel module headers in guestsScott Murray1-0/+6
Add a bbclass that can be used to disable compilation in module.bbclass based recipes, and dynamically activated bbappends for the rcar3 kernel module recipes that use it and guest-build-specific do_install overrides to get the userspace API headers installed transparently to the userspace recipes. This avoids the complications that would arise from using a full linux-renesas kernel build for guest container images. Bug-AGL: SPEC-4089 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I917e66ca024a2a507e615ba3a2a58c603a691142