Hi,
I created a custom image recipe using hob. I took qt4e-demo-image as a reference and added some packages and removed others. Then I saved it in build/recipes/images/custom as my_image.bb
Then using bitbake linux-imx -c menuconfig I modified kernel configuration, again added some modules and removed some others.
Now when I try bitbake my_image, it gives me a bunch of errors as kernel-module-XXX not found in the base feeds. Removing them from image recipe and adding other modules by hand will take a lot of time. Is there an easy way to update my my_image.bb file so that it contains kernel-modules in my kernel config file?
Thanks.
Durmuş
Hello Durmus,
I’m afraid I’m not aware or any easy way to update the kernel modules contained in on your custom image to that they match the kernel config file. I’m not sure if working on a kernel configuration based on the current kernel of the image is an option but either way it will be a bit time consuming.
Regards,