On Sun, Dec 1, 2013 at 11:44 AM, Yasir K <[email protected]> wrote: > Hi Robert, > > no fault of patch.sh or your script, my OP was for cody who posted a patch > for the audio issues on BBB, iḿ trying to figure out a way to get that patch > installed /working--and thats where iḿ stuck
run ./build_kernel.sh without patch.. cd KERNEL patch -p1 < xyz fixup *.rej, meld/gedit/etc.. git commit -a -m 'somethign' -s git format-patch -1 mv to end of patch.sh script.. Regards, -- Robert Nelson http://www.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]. For more options, visit https://groups.google.com/groups/opt_out.
