From 2de425e3193d161b279c2d72fe92a679aa18af92 Mon Sep 17 00:00:00 2001 From: Qiyang Sun <qs2g22@soton.ac.uk> Date: Fri, 2 Aug 2024 00:49:56 +0100 Subject: [PATCH] Bugfix kernel config not applied --- .../{linux-yocto-custom.bb => linux-raspberrypi-custom.bb} | 0 recipes-kernel/linux/linux-raspberrypi-custom/myconfig.cfg | 4 ++++ 2 files changed, 4 insertions(+) rename recipes-kernel/linux/linux-raspberrypi-custom/{linux-yocto-custom.bb => linux-raspberrypi-custom.bb} (100%) diff --git a/recipes-kernel/linux/linux-raspberrypi-custom/linux-yocto-custom.bb b/recipes-kernel/linux/linux-raspberrypi-custom/linux-raspberrypi-custom.bb similarity index 100% rename from recipes-kernel/linux/linux-raspberrypi-custom/linux-yocto-custom.bb rename to recipes-kernel/linux/linux-raspberrypi-custom/linux-raspberrypi-custom.bb diff --git a/recipes-kernel/linux/linux-raspberrypi-custom/myconfig.cfg b/recipes-kernel/linux/linux-raspberrypi-custom/myconfig.cfg index d2d3b83..602f51e 100644 --- a/recipes-kernel/linux/linux-raspberrypi-custom/myconfig.cfg +++ b/recipes-kernel/linux/linux-raspberrypi-custom/myconfig.cfg @@ -2,6 +2,10 @@ CONFIG_IPV6=n +# Enable sysfs + +CONFIG_SYSFS=y + # Enable USB gadget CONFIG_USB_SERIAL_CONSOLE=y -- GitLab