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ş