Hi, I am trying to build Linux Kernel 4.14.253 based on the Release R17 for the WP76xx module. In the process, we are adding some custom recipes and files to the OS. But during the build, I’m getting the following error related to the size of rootfs.4k.ubifs.
To resolve this, I changed UBI_ROOTFS_SIZE ?= “48MiB” in the file yocto/meta-swi/meta-swi-mdm9x28/conf/machine/swi-mdm9x28.conf which was 42MiB before. The image was built successfully, but there are some issues related to “Space running out” and it reboots due to this space issue.
Hi @jyijyi . This is my config file. I am not sure which all drivers I can remove from here. It looks like a minimal configuration file. mdm9607_defconfig (10.6 KB)
I don’t want to do too many modifications. As I can see that there is hardly a 300KB difference between the volume and the actual image. I just wanted to remove a few components from the image, so that the image size reduces. Alsa is audio related and in my application, there is no need for any audio functions. So can you please give some guidance on how to remove these components from the image during yocto build?