On Tue, Jun 20, 2017 at 6:06 PM, Andrew P. Lentvorski <[email protected]> wrote: > If I'm using Robert C. Nelson's build scripts: (ie: git clone > https://github.com/RobertCNelson/ti-linux-kernel-dev.git, git checkout > tags/4.4.54-ti-r93 and then build_kernel.sh), what is the appropriate > file/place/repository to inject patches to be picked up. > > Do I modify the repo in /ignore? Do I patch the one in KERNEL? Do I modify > local_patch in patch.sh?
You can stick them really anywhere, it's probably easiest at the end.. create your own dir: patches/my_patches/ then at the end of patch.sh just add: dir 'my_patches' and it'll work it's way from 0001-<>.patch -> 0XYZ-<>.patch Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjiBSmz2A06yOb9meu%3DecitftHUrDPm%3DQYi-Bt%2BH%2BPiMQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
