Hi,
I'm working on testing a PCM1864 codec with Beaglebone black. I found PCM1864 driver in git://git.ti.com/ti-analog-linux-kernel/adannenb-analog.git release. I generated a patch and wanted to add it into arago project. I created a custom layer and put all the necessary file in place. bitbake took my patch file in do_patch. However, the patch is always removed during do_create_srcipk. In create_srcipk, it always reset the kernel src which reset all patched files. Is there any better way to patch the kernel without breaking anything else?
Is there any other way to add pcm1864 support into Arago project?
Thank you,
M Ho