From: Naoto Yamaguchi Date: Thu, 23 Jan 2025 16:30:46 +0000 (+0900) Subject: Enable Socket CAN in VisionFive2 board X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F30784%2F5;p=AGL%2Fmeta-agl.git Enable Socket CAN in VisionFive2 board kuksa-can-provider require to can0. If it was missed, it cause high CPU usage by cyclic restart service. This patch enable socketcan and vcan device. Bug-AGL: SPEC-5351 Change-Id: Ia878d792c944f1dd96ccfae0184c94b63ed31665 Signed-off-by: Naoto Yamaguchi Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30784 Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Scott Murray --- diff --git a/meta-agl-bsp/riscv-layer/recipes-kernel/linux/linux-starfive-dev.bbappend b/meta-agl-bsp/riscv-layer/recipes-kernel/linux/linux-starfive-dev.bbappend new file mode 100644 index 000000000..d10ca3517 --- /dev/null +++ b/meta-agl-bsp/riscv-layer/recipes-kernel/linux/linux-starfive-dev.bbappend @@ -0,0 +1 @@ +require recipes-kernel/linux/linux-yocto-agl.inc