Hi @Mark_Clark!
Thank you for contacting NXP Support!
If you have the patch created you can download our Yocto Project and then use the command "bitbake -c devshell virtual/kernel".
After that, you can see a new shell with the source code of the kernel and you can apply your patches.
After that, you can compile the entire image or only compile and deploy the kernel
To compile an image: "bitbake <image_name>"
To compile and deploy the kernel: "bitbake -c compile virtual kernel" and "bitbake -c deploy virtual kernel"
Best Regards!
Chavira