From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: linux-omap git tree updated to v2.6.32-rc1, important changes, please read Date: Wed, 30 Sep 2009 07:07:13 -0700 Message-ID: <873a64r0fi.fsf@deeprootsystems.com> References: <20090928190404.GE18957@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pz0-f191.google.com ([209.85.222.191]:47014 "EHLO mail-pz0-f191.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751863AbZI3OHM (ORCPT ); Wed, 30 Sep 2009 10:07:12 -0400 Received: by pzk29 with SMTP id 29so4408499pzk.33 for ; Wed, 30 Sep 2009 07:07:16 -0700 (PDT) In-Reply-To: <20090928190404.GE18957@atomide.com> (Tony Lindgren's message of "Mon\, 28 Sep 2009 12\:04\:05 -0700") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: linux-omap@vger.kernel.org Tony Lindgren writes: > Hi all, > > I've updated our linux-omap tree to v2.6.32-rc1. I've also > added a branch omap-2.6.31 for the old code. > > This time I also nuked the remaining omap legacy code we > still had lurking around :) The commits at the end of this > mail describe what I did first as commits, then I merged > everything to be the same as the mainline v2.6.32-rc1. > > So currently the linux-omap master branch is: > > v2.6.32-rc1 + omap-fixes + ehci + cbus > > The new model is that I'll be resetting the linux-omap master > branch to mainline at each -rc, then merge in our various > upstream queues back in again. > > Please note that "Remove omap extra version in Makefile" > commit means that you now need to set the ARCH and CROSS_COMPILE > for your compiler. FYI... As of 2.6.32, the kernel caches the ARCH and CROSS_COMPILE in the build dir under include/generated/kernel.[arch,cross_compile], so if you build using ARCH and CROSS_COMPILE once, it should remember them until doing a clean build. Kevin