On Tue, Dec 17, 2013 at 6:26 AM, <[email protected]> wrote: > I need to build a patched BBB kernel, so have unwillingly started one of > my usual vicious fights with git. The first question to answer is where > the current BBB linux kernel sources are kept - I don't think github is > the default, though some sources can be found there. It seems to be a > choice between: > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > and > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git > > Does anyone know which of these is canonical / what the differences are > between them?
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git is the canonical mainline and git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git is a stable fork with bug fix patches applied for some time moving forward. The "official" BeagleBoard.org kernel is at http://github.com/beagleboard/kernel as a set of patches against the stable fork. -- 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.
