I have chosen as my base image "tisdk-base-image". I created my own image called "custom-base-image.bb". I added Wifi networking and changed image name to "custom-base-image". My SK-AM62 Rev A board comes up, WAN0 shows up and is connected to my home router. Now the fun begins. I need to make too many kernel changes for the customer's hardware board to just use a new defconfig or patches. So I have a local copy of the linux kernel. How do I set this up for Yocto to use without breaking all the recipes that rely on the kernel?
Thanks!