Dear Community
I'm new to OMAP/Gumstix. I'm using bitbake with OpenEmbedded for the OAMP3530 processor on Overo Fire Gumstix. I've been able to successfully build my DSP Link recipe using:
bitbake ti-dsplink
I subsequently rebuilt my console image like this:
bitbake omap3-console-image
But the dsplink kernel object is not present in the rootfs tar. Yet when I look at what I presume to be the staging directory, it's there:
./overo-angstrom-linux-gnueabi/lib/modules/2.6.36/kernel/drivers/dsp/dsplinkk.ko
After I bitbake a package, what are the steps do I need to take to deploy the components of that package in my kernel/root filesystem?
Regards,
Eric Texley