From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [81.169.183.159] (helo=coruscant.onosendai.de) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1LTLoI-00008s-9w for openembedded-devel@lists.openembedded.org; Sat, 31 Jan 2009 20:47:22 +0100 Received: from [92.116.132.184] (helo=tamarin.localnet) by coruscant.onosendai.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1LTLge-0004SF-UQ for openembedded-devel@lists.openembedded.org; Sat, 31 Jan 2009 20:39:30 +0100 From: Holger Freyther To: openembedded-devel@lists.openembedded.org Date: Sat, 31 Jan 2009 20:36:59 +0100 User-Agent: KMail/1.11.0 (Linux/2.6.27-9-generic; KDE/4.2.0; i686; ; ) References: In-Reply-To: MIME-Version: 1.0 Message-Id: <200901312037.00579.zecke@selfish.org> X-Broken-Reverse-DNS: no host name found for IP address 92.116.132.184 Subject: Re: [RFC Wild Ideas Department] create soft-links from //patches/some_local.patch to /packages//files/some_local.patch X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2009 19:47:22 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wednesday 03 December 2008 17:46:04 Leon Woestenberg wrote: > Hello, > > during maintenance of our local set of OE patches, it would be handy > not having to copy patches back into the repository. > > i.e. the patch fetcher could instead of copy the patch to the work > directory, soft-link from the repo. > > Does this make sense? Yes it does, but I'm also toying with the idea of turning everything into a git checkout (using git am for the patches...)... z.