<div dir="ltr">On Mon, Jul 1, 2013 at 3:22 AM, Marcelo Sousa <span dir="ltr">&lt;<a href="mailto:marceloabsousa@gmail.com" target="_blank">marceloabsousa@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Is it possible to compile several versions of the linux kernel or is the project just focused on a specific one?</div>

</div></blockquote><div><br></div><div style>By default the system just builds whatever is there. Updates happen during e.g. make sync-all. All you really need to do is to have git revert to an older revision but make sure to un-patch first. My guess is that some patches might start failing as the delta grows. It should also be possible to automate things a bit if you were to hack support for kbuild&#39;s &quot;make O=ouputdir&quot; into the buildsys (if you care about the result, not just compilation itself).</div>

</div></div></div>