On Wed, Sep 3, 2014 at 11:02 AM, <[email protected]> wrote: > > Hi, > > with the kernel source by Robert Nelson there come some really > handy scripts like rebuild.sh and build_kernel.sh. > > I had copied the whole thing onto my beaglebone black and compiled > a kernel natively this night. > > Now I only want to change (for testing purposes) some code and > recompile the kernel again without updateing/patching etc... > A simple recompilation of what I have. > > I skimmed through rebuild_kernel.sh and found a lot of additional > things to set,configure etc. before the compilation itsself is > triggered. > > What is "the correct way" to start a simple recompilation as mentioned > above...or there a script already which mananges this task (I did not > foudn one, though)...?
Just call it as: ./tools/rebuild.sh It's a mirror of: ./build_kernel.sh except, it doesn't call the git/patch sub-scripts. 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/d/optout.
